--- bitstormlite-0.2q.orig/debian/bitstormlite.1
+++ bitstormlite-0.2q/debian/bitstormlite.1
@@ -0,0 +1,39 @@
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH BITSTORMLITE 1 "14 November 2009"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+bitstormlite \- BitTorrent Client based on C++/Gtk+2.0
+
+.SH SYNOPSIS
+bitstormlite
+
+.SH DESCRIPTION
+This application based on the C++ language integrated with a 
+Gtk+2.0 user-friendly gui has a great feature, which is the 
+possibility to download a huge amount of data from any .torrent
+file taken from trackers around the web. 
+
+.SH BUGS
+To report any bug, please visit
+http://www.debian.org/Bugs/Reporting and be sure that you report it
+against the bitstormlite's source package.
+
+.SH AUTHORS
+This manual page was written by Andrea Veri <and@debian.org> for the Debian
+GNU/Linux distribution. Permission is  granted  to copy, distribute and/or modify 
+this document under the terms of the GNU General Public License, Version 2 any later
+version published by the Free Software Foundation.
+
--- bitstormlite-0.2q.orig/debian/changelog
+++ bitstormlite-0.2q/debian/changelog
@@ -0,0 +1,91 @@
+bitstormlite (0.2q-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/control:
+    - changed my mail address.
+    - removed DM tag
+    - removed dpatch and docbook-to-man B-Ds.
+  * debian/patches/*:
+    - both patches removed, applied upstream.
+  * debian/rules:
+    - cleaning dpatch bits.
+    - removing docbook-to-man bits.
+    - installing the brand new man page with
+      dh_installman.
+  * debian/bitstormlite.1:
+    - added in order to provide a better organized
+      and formatted man page.
+
+ -- Andrea Veri <and@debian.org>  Sun, 17 Jan 2010 16:42:06 +0100
+
+bitstormlite (0.2p-2) unstable; urgency=low
+
+  * debian/control:
+    - bumped standards-version to 3.8.3. No changes needed.
+    - added DM tag.
+  * debian/compat:
+    - bumped to level 7.
+  * debian/copyright:
+    - organized it a bit better.
+    - added missing copyright holders.
+
+ -- Andrea Veri <andrea.veri89@gmail.com>  Sun, 04 Oct 2009 15:34:28 +0200
+
+bitstormlite (0.2p-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/control:
+    - added dpatch as B-D
+    - Changed my mail address.
+    - Bumped Standards-version to 3.8.2.
+    - Bumped debhelper to level 7.
+    - Homepage moved from long description to its own field, lintian
+      warning fixed.
+    - Long description made more clear.
+  * debian/rules:
+    - added dpatch support
+    - added a correct clean rule preventing lintian complaining 
+      about it.
+    - removing dh_desktop, which is deprecated
+    - removing useless stuff to make rules file more clean
+  * debian/patches:
+    - missing-includes-gcc-4.3 patch added to fix a FTBFS when building
+      the package using gcc-4.3. Take a look at Debian Bug #455302 for
+      more informations.
+    - missing-includes-gcc-4.4 patch added to fix a FTBFS when building 
+      the package using gcc-4.4. Take a look at Debian Bug #504961 for
+      more informations. (Closes: #504961)
+
+ -- Andrea Veri <andrea.veri89@gmail.com>  Tue, 21 Jul 2009 14:51:50 +0200
+
+bitstormlite (0.2m-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix gcc-4.3 FTBFS using patch by Cyril Brulebois (Closes: #455302)
+
+ -- Marc 'HE' Brockschmidt <he@debian.org>  Sun, 16 Mar 2008 17:51:23 +0100
+
+bitstormlite (0.2m-1) unstable; urgency=low
+
+  * New upstream release. Fixes the FTBFS if built twice in a row. (Closes: #442509)
+     - use external gettext library
+     - change homepage to http://sourceforge.net/projects/bbom/
+     - new bitstormlite.desktop file
+  * installing the provided .desktop file in debian/rules registering it
+    with calling dh_desktop.
+
+ -- Andrea Veri <bluekuja@ubuntu.com>  Thu, 20 Sep 2007 15:54:44 +0200
+
+bitstormlite (0.2k-2) unstable; urgency=low
+
+  * Package is no more indirectly linked to libssl, causing license issues. (Closes: #426960)
+    Changed libcurl3-dev dep to libcurl4-gnutls-dev.
+
+ -- Andrea Veri <bluekuja@ubuntu.com>  Fri, 1 Jun 2007 10:53:42 +0200 
+
+bitstormlite (0.2k-1) unstable; urgency=low
+
+  * First package release (Closes: 390964)
+
+ -- Andrea Veri <bluekuja@ubuntu.com>  Tue, 15 May 2007 20:47:24 +0200
+
--- bitstormlite-0.2q.orig/debian/rules
+++ bitstormlite-0.2q/debian/rules
@@ -0,0 +1,66 @@
+#!/usr/bin/make -f
+
+DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -O0
+else
+	CFLAGS += -O2
+endif
+
+config.status: configure
+	dh_testdir
+	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)"
+
+
+build: build-stamp
+
+build-stamp:  config.status
+	dh_testdir
+
+	$(MAKE)
+
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp 
+
+	[ ! -f Makefile ] || $(MAKE) distclean
+	dh_clean
+	-rm -f $(CURDIR)/bitstormlite.1
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_prep
+	dh_installdirs
+
+	$(MAKE) DESTDIR=$(CURDIR)/debian/bitstormlite install
+
+
+binary-indep: build install
+
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs ChangeLog
+	dh_installdocs
+	dh_installman debian/bitstormlite.1
+	dh_install bitstormlite.desktop usr/share/applications
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install 
--- bitstormlite-0.2q.orig/debian/docs
+++ bitstormlite-0.2q/debian/docs
@@ -0,0 +1,3 @@
+NEWS
+AUTHORS
+ABOUT-NLS
--- bitstormlite-0.2q.orig/debian/control
+++ bitstormlite-0.2q/debian/control
@@ -0,0 +1,18 @@
+Source: bitstormlite
+Section: net
+Priority: optional
+Maintainer: Andrea Veri <and@debian.org>
+Homepage: http://sourceforge.net/projects/bbom/
+Build-Depends: debhelper (>= 7), pkg-config, libgtk2.0-dev, libcurl4-gnutls-dev
+Standards-Version: 3.8.3
+
+Package: bitstormlite
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: BitTorrent Client based on C++/Gtk+2.0
+ This application based on the C++ language integrated
+ with a Gtk+2.0 user-friendly gui has a great feature, 
+ which is the possibility to download a huge amount of 
+ data from any .torrent file taken from trackers around
+ the web.
+ 
--- bitstormlite-0.2q.orig/debian/copyright
+++ bitstormlite-0.2q/debian/copyright
@@ -0,0 +1,36 @@
+This package was debianized by Andrea Veri <bluekuja@ubuntu.com> on
+Tue, 15 May 2007 20:47:24 +0200.
+
+It was downloaded from http://sourceforge.net/projects/bbom/
+
+Upstream Authors: gaoxianchao <gxcoo@hotmail.com>,
+                    
+
+Copyright Holders:   2004, 2006 gaoxianchao <gxcoo@hotmail.com>
+                     2004, 2006 gnap_an
+                     2004, 2006 linux_lyb
+                     2004, 2006 ahlongxp
+                     2002 Dr Brian Gladman <brg@gladman.me.uk>
+                     2003 Glenn L. McGrath
+                     2003 Erik Andersen
+                     1995, 2006 Free Software Foundation, Inc
+                     2002 Dr Brian Gladman <brg@gladman.me.uk>
+
+License:
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this package; if not, write to the Free Software Foundation,
+    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+
+The Debian packaging is (C) 2007, Andrea Veri <bluekuja@ubuntu.com> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'..
--- bitstormlite-0.2q.orig/debian/compat
+++ bitstormlite-0.2q/debian/compat
@@ -0,0 +1 @@
+7
