diff -Nru sfftobmp-3.1.3/debian/changelog sfftobmp-3.1.3/debian/changelog --- sfftobmp-3.1.3/debian/changelog 2018-07-17 13:03:40.000000000 +0000 +++ sfftobmp-3.1.3/debian/changelog 2018-12-02 20:26:23.000000000 +0000 @@ -1,38 +1,17 @@ -sfftobmp (3.1.3-5build6) cosmic; urgency=medium +sfftobmp (3.1.3-6) unstable; urgency=medium - * No-change rebuild for boost soname change. + * debian/rules: Enable all hardening. + * Update to debhelper compat level 10. + * Update upstream links to https versions. + * debian/watch: Fix watched URL so we should actually pick up new upstream + SVN tags. + * debian/control: Improve description. + * debian/control: Mark conformance with policy 4.2.1. + * debian/changelog: Strip trailing whitespace from older entries. + * debian/source/lintian-overrides: Move debian/source.lintian-overrides to + new preferred location. - -- Matthias Klose Tue, 17 Jul 2018 13:03:40 +0000 - -sfftobmp (3.1.3-5build5) bionic; urgency=medium - - * No-change rebuild for boost soname change. - - -- Matthias Klose Thu, 26 Oct 2017 17:24:02 +0000 - -sfftobmp (3.1.3-5build4) zesty; urgency=high - - * No change rebuild against boost1.62. - - -- Dimitri John Ledkov Tue, 01 Nov 2016 16:46:23 +0000 - -sfftobmp (3.1.3-5build3) yakkety; urgency=medium - - * No-change rebuild for boost soname change. - - -- Matthias Klose Thu, 04 Aug 2016 08:32:11 +0000 - -sfftobmp (3.1.3-5build2) yakkety; urgency=medium - - * No-change rebuild for boost soname change. - - -- Matthias Klose Sat, 23 Apr 2016 18:49:55 +0000 - -sfftobmp (3.1.3-5build1) wily; urgency=medium - - * No-change rebuild using boost 1.58. - - -- Matthias Klose Fri, 28 Aug 2015 12:55:46 +0000 + -- Olly Betts Mon, 03 Dec 2018 09:26:23 +1300 sfftobmp (3.1.3-5) unstable; urgency=medium @@ -112,13 +91,13 @@ [ Daniel Echeverry ] * QA upload. * Fix the FTBFS with the new Boost libs. Closes: #625041 - + Thanks to Konstantinos Margaritis for the patch. + + Thanks to Konstantinos Margaritis for the patch. * debian/control + Bumped standard versions 3.9.2 (no changes) + Changed debhelper to 7.0.50 in B-D * debian/compat + Switch compat level 5 to 7 - + [ Sven Hoexter ] * Fix the debian/watch file. diff -Nru sfftobmp-3.1.3/debian/compat sfftobmp-3.1.3/debian/compat --- sfftobmp-3.1.3/debian/compat 2013-05-29 23:00:09.000000000 +0000 +++ sfftobmp-3.1.3/debian/compat 2018-12-01 19:07:17.000000000 +0000 @@ -1 +1 @@ -9 +10 diff -Nru sfftobmp-3.1.3/debian/control sfftobmp-3.1.3/debian/control --- sfftobmp-3.1.3/debian/control 2016-11-01 16:46:23.000000000 +0000 +++ sfftobmp-3.1.3/debian/control 2018-12-02 20:07:16.000000000 +0000 @@ -1,12 +1,11 @@ Source: sfftobmp Section: graphics Priority: optional -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Olly Betts -Build-Depends: debhelper (>= 9), autotools-dev, +Maintainer: Olly Betts +Build-Depends: debhelper (>= 10), autotools-dev, libjpeg-dev, libtiff5-dev, libboost-filesystem-dev -Standards-Version: 3.9.5 -Homepage: http://sfftools.sourceforge.net/ +Standards-Version: 4.2.1 +Homepage: https://sourceforge.net/projects/sfftools/ Package: sfftobmp Architecture: any @@ -17,5 +16,5 @@ single or multi-page TIFF Images. . SFF means 'Structured Fax File', intended by the CAPI interface - to be used to save incoming faxes. Within GNU/Linux it's e.g. the - AVM-B1 card which creates such files. + to be used to save incoming faxes. Within GNU/Linux, cards such + as the AVM-B1 create such files. diff -Nru sfftobmp-3.1.3/debian/rules sfftobmp-3.1.3/debian/rules --- sfftobmp-3.1.3/debian/rules 2014-06-11 05:52:03.000000000 +0000 +++ sfftobmp-3.1.3/debian/rules 2018-12-02 20:13:04.000000000 +0000 @@ -1,9 +1,10 @@ #!/usr/bin/make -f +export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_CPPFLAGS_MAINT_APPEND := -D_FILE_OFFSET_BITS=64 %: - dh $@ --with autotools_dev + dh $@ --without autoreconf --with autotools_dev override_dh_auto_configure: dh_auto_configure diff -Nru sfftobmp-3.1.3/debian/source/lintian-overrides sfftobmp-3.1.3/debian/source/lintian-overrides --- sfftobmp-3.1.3/debian/source/lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ sfftobmp-3.1.3/debian/source/lintian-overrides 2013-06-04 07:21:08.000000000 +0000 @@ -0,0 +1,2 @@ +# These are embedded code copies not used in the debian packages +sfftobmp source: outdated-autotools-helper-file win32/* diff -Nru sfftobmp-3.1.3/debian/source.lintian-overrides sfftobmp-3.1.3/debian/source.lintian-overrides --- sfftobmp-3.1.3/debian/source.lintian-overrides 2013-06-04 07:21:08.000000000 +0000 +++ sfftobmp-3.1.3/debian/source.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -# These are embedded code copies not used in the debian packages -sfftobmp source: outdated-autotools-helper-file win32/* diff -Nru sfftobmp-3.1.3/debian/watch sfftobmp-3.1.3/debian/watch --- sfftobmp-3.1.3/debian/watch 2013-05-29 23:12:10.000000000 +0000 +++ sfftobmp-3.1.3/debian/watch 2018-12-02 20:05:48.000000000 +0000 @@ -1,3 +1,3 @@ version=3 opts=uversionmangle=s/_/./g \ -http://sourceforge.net/p/sfftools/code-0/27/tree/sfftobmp3/tags/ REL_(\d.*)/ +https://sourceforge.net/p/sfftools/code-0/HEAD/tree/sfftobmp3/tags/ REL_(\d.*)/