diff -Nru bitstormlite-0.2q/debian/changelog bitstormlite-0.2q/debian/changelog --- bitstormlite-0.2q/debian/changelog 2020-03-22 15:34:54.000000000 +0000 +++ bitstormlite-0.2q/debian/changelog 2022-05-17 02:59:54.000000000 +0000 @@ -1,12 +1,16 @@ -bitstormlite (0.2q-5build1) focal; urgency=medium +bitstormlite (0.2q-6) unstable; urgency=medium - * No-change rebuild for libgcc-s1 package name change. + * QA upload. + * Update to debhelper-compat 13. (Closes: #1011109) + * debian/control: Set Rules-Requires-Root to "no". + * debian/copyright: Update Format. + * debian/control: Update to Standards-Version 4.6.1. - -- Matthias Klose Sun, 22 Mar 2020 16:34:54 +0100 + -- Vagrant Cascadian Mon, 16 May 2022 19:59:54 -0700 bitstormlite (0.2q-5) unstable; urgency=low - * Package has been orphaned. + * Package has been orphaned. -- Andrea Veri Wed, 07 Dec 2016 23:42:26 +0100 @@ -90,7 +94,7 @@ - Long description made more clear. * debian/rules: - added dpatch support - - added a correct clean rule preventing lintian complaining + - 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 @@ -98,7 +102,7 @@ - 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 + - 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) @@ -127,7 +131,7 @@ * 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 + -- Andrea Veri Fri, 1 Jun 2007 10:53:42 +0200 bitstormlite (0.2k-1) unstable; urgency=low diff -Nru bitstormlite-0.2q/debian/compat bitstormlite-0.2q/debian/compat --- bitstormlite-0.2q/debian/compat 2011-12-05 21:43:41.000000000 +0000 +++ bitstormlite-0.2q/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -8 diff -Nru bitstormlite-0.2q/debian/control bitstormlite-0.2q/debian/control --- bitstormlite-0.2q/debian/control 2016-12-07 22:42:26.000000000 +0000 +++ bitstormlite-0.2q/debian/control 2022-05-17 02:59:54.000000000 +0000 @@ -1,17 +1,18 @@ Source: bitstormlite Section: net Priority: optional -Maintainer: Debian QA Group +Maintainer: Debian QA Group 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 +Build-Depends: debhelper-compat (= 13), pkg-config, libgtk2.0-dev, libcurl4-gnutls-dev +Standards-Version: 4.6.1 +Rules-Requires-Root: no 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 + 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. diff -Nru bitstormlite-0.2q/debian/copyright bitstormlite-0.2q/debian/copyright --- bitstormlite-0.2q/debian/copyright 2011-12-05 21:49:10.000000000 +0000 +++ bitstormlite-0.2q/debian/copyright 2022-05-17 02:59:54.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://dep.debian.net/deps/dep5 +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: bitstormlite Source: http://sourceforge.net/projects/bbom diff -Nru bitstormlite-0.2q/debian/rules bitstormlite-0.2q/debian/rules --- bitstormlite-0.2q/debian/rules 2013-10-26 12:15:55.000000000 +0000 +++ bitstormlite-0.2q/debian/rules 2022-05-17 02:59:54.000000000 +0000 @@ -1,4 +1,18 @@ #!/usr/bin/make -f +export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-format + +ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE)) + confflags += --build $(DEB_HOST_GNU_TYPE) +else + confflags += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE) +endif + + %: - dh $@ --with autotools_dev + dh $@ + +override_dh_autoreconf: + +override_dh_auto_configure: + ./configure $(confflags) --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules --libdir=\${prefix}/lib/$(DEB_HOST_MULTIARCH) --disable-maintainer-mode --disable-dependency-tracking