debian/0000755000000000000000000000000012232733265007173 5ustar debian/docs0000644000000000000000000000000511667237312010044 0ustar NEWS debian/control0000644000000000000000000000117412232731123010570 0ustar Source: bitstormlite Section: net Priority: optional Maintainer: Andrea Veri Homepage: http://sourceforge.net/projects/bbom/ Build-Depends: debhelper (>= 8.0.0), pkg-config, libgtk2.0-dev, libcurl4-gnutls-dev, autotools-dev Standards-Version: 3.9.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. debian/copyright0000644000000000000000000000253211667236126011135 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: bitstormlite Source: http://sourceforge.net/projects/bbom Files: * Copyright: 2004, 2006 gaoxianchao 2004, 2006 gnap_an 2004, 2006 linux_lyb 2004, 2006 ahlongxp 2002 Dr Brian Gladman 2003 Glenn L. McGrath 2003 Erik Andersen 1995, 2006 Free Software Foundation, Inc 2002 Dr Brian Gladman License: GPL-2.0+ Files: debian/* Copyright: 2011 Andrea Veri License: GPL-2.0+ License: GPL-2.0+ This package 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 package 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 program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/bitstormlite.manpages0000644000000000000000000000002611667236262013435 0ustar debian/bitstormlite.1 debian/bitstormlite.10000644000000000000000000000262511667234771012014 0ustar .\" 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 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 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. debian/source/0000755000000000000000000000000011667235415010500 5ustar debian/source/format0000644000000000000000000000001411667235415011706 0ustar 3.0 (quilt) debian/bitstormlite.install0000644000000000000000000000005611667240255013310 0ustar bitstormlite.desktop /usr/share/applications/ debian/patches/0000755000000000000000000000000011737345745010635 5ustar debian/patches/fix_ftbfs_with_gcc_4.7.patch0000644000000000000000000000026511737345745016072 0ustar --- a/src/BitStorm.h +++ b/src/BitStorm.h @@ -30,6 +30,7 @@ #include #include #include +#include //#include class IBTTask; debian/patches/ld_as-needed_FTFBS_fix.patch0000644000000000000000000000231311667237037015747 0ustar Index: bitstormlite-0.2q/src/Makefile.am =================================================================== --- bitstormlite-0.2q.orig/src/Makefile.am 2010-01-17 13:43:30.000000000 +0100 +++ bitstormlite-0.2q/src/Makefile.am 2011-12-05 22:56:00.376599420 +0100 @@ -4,8 +4,7 @@ localedir = $(datadir)/locale INCLUDES = $(GTK_CFLAGS) -DLOCALEDIR=\"$(localedir)\" -bitstormlite_LDFLAGS = -lpthread $(GTK_LIBS) `curl-config --libs` -bitstormlite_LDADD = $(LIBINTL) +bitstormlite_LDADD = -lpthread $(GTK_LIBS) `curl-config --libs` $(LIBINTL) bitstormlite_SOURCES = bdict.cpp\ BitSet.cpp\ Index: bitstormlite-0.2q/src/Makefile.in =================================================================== --- bitstormlite-0.2q.orig/src/Makefile.in 2010-01-17 14:08:25.000000000 +0100 +++ bitstormlite-0.2q/src/Makefile.in 2011-12-05 22:56:42.856598222 +0100 @@ -238,8 +238,7 @@ top_srcdir = @top_srcdir@ AUTOMAKE_OPTIONS = foreign INCLUDES = $(GTK_CFLAGS) -DLOCALEDIR=\"$(localedir)\" -bitstormlite_LDFLAGS = -lpthread $(GTK_LIBS) `curl-config --libs` -bitstormlite_LDADD = $(LIBINTL) +bitstormlite_LDADD = -lpthread $(GTK_LIBS) `curl-config --libs` $(LIBINTL) bitstormlite_SOURCES = bdict.cpp\ BitSet.cpp\ blist.cpp\ debian/patches/series0000644000000000000000000000007211737345745012051 0ustar ld_as-needed_FTFBS_fix.patch fix_ftbfs_with_gcc_4.7.patch debian/rules0000755000000000000000000000006412232731173010247 0ustar #!/usr/bin/make -f %: dh $@ --with autotools_dev debian/compat0000644000000000000000000000000211667235415010376 0ustar 8 debian/changelog0000644000000000000000000001012212232731115011031 0ustar bitstormlite (0.2q-4) unstable; urgency=low * debian/control: - Add a B-D on autotools-dev. * debian/rules: - Add '--with autotools_dev' call to prevent a FTBFS on arm64 (Closes: #727332) -- Andrea Veri Sat, 26 Oct 2013 14:13:48 +0200 bitstormlite (0.2q-3) unstable; urgency=low * patches/fix_ftbfs_with_gcc_4.7.patch: - Fix FTBFS with gcc 4.7 by fixing missing include Thanks Cyril Brulebois for the patch. (Closes: #667115). * debian/control: - bumped Standards-Version to latest. -- Andrea Veri Thu, 05 Apr 2012 18:44:38 +0200 bitstormlite (0.2q-2) unstable; urgency=low * Moved to Source Format Quilt. * debian/patches/ld_as-needed_FTFBS_fix.patch: - added to prevent a FTBFS with ld --as-needed. Thanks Andreas Moog for the patch. (Closes: #631322) * General package's cleanup: - copyright moved to DEP-5. - bumped Standards-Version to latest. - AUTHORS and ABOUT-NLS files won't be installed anymore as docs. -- Andrea Veri Mon, 05 Dec 2011 22:43:40 +0100 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 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 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 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 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 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 Fri, 1 Jun 2007 10:53:42 +0200 bitstormlite (0.2k-1) unstable; urgency=low * First package release (Closes: 390964) -- Andrea Veri Tue, 15 May 2007 20:47:24 +0200