diff -Nru foomatic-filters-4.0.17/debian/changelog foomatic-filters-4.0.17/debian/changelog --- foomatic-filters-4.0.17/debian/changelog 2016-10-16 08:20:49.000000000 +0000 +++ foomatic-filters-4.0.17/debian/changelog 2017-09-24 11:29:17.000000000 +0000 @@ -1,3 +1,17 @@ +foomatic-filters (4.0.17-10) unstable; urgency=medium + + * New README.source to explain the branching model used. + * Declare compliance with Debian Policy 4.1.0 (No changes needed). + * debian/control: + - Remove recommend mpage, which is no longer in Debian (Closes: #876567). + - Remove Build-Depend autotools-dev. Its included since debhelper 10. + * debian/copyright: + - Add year 2017 to debian/*. + * debian/rules: + - Remove --with autotools-dev. Since debhelper 10 it is used automatically. + + -- Jörg Frings-Fürst Sun, 24 Sep 2017 13:29:17 +0200 + foomatic-filters (4.0.17-9) unstable; urgency=medium * Bump compat to 10: diff -Nru foomatic-filters-4.0.17/debian/control foomatic-filters-4.0.17/debian/control --- foomatic-filters-4.0.17/debian/control 2016-10-16 06:58:32.000000000 +0000 +++ foomatic-filters-4.0.17/debian/control 2017-09-24 10:13:40.000000000 +0000 @@ -4,7 +4,6 @@ Maintainer: Jörg Frings-Fürst Build-Depends: autoconf, - autotools-dev, debhelper (>= 10), libcups2-dev, libdbus-1-dev, @@ -14,7 +13,7 @@ Homepage: https://wiki.linuxfoundation.org/openprinting/start Vcs-Git: git://anonscm.debian.org/collab-maint/foomatic-filters.git Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/foomatic-filters.git -Standards-Version: 3.9.8 +Standards-Version: 4.1.0 Package: foomatic-filters Architecture: any @@ -26,7 +25,7 @@ Recommends: cups-client | lpr | lprng | rlpr, ghostscript, - paps | cups | enscript | a2ps | mpage, + paps | cups | enscript | a2ps, poppler-utils (>= 0.11.2), colord Description: OpenPrinting printer support - filters diff -Nru foomatic-filters-4.0.17/debian/copyright foomatic-filters-4.0.17/debian/copyright --- foomatic-filters-4.0.17/debian/copyright 2016-02-14 13:00:33.000000000 +0000 +++ foomatic-filters-4.0.17/debian/copyright 2017-09-24 10:13:40.000000000 +0000 @@ -23,7 +23,7 @@ Files: debian/* Copyright: 2003 Chris Lawrence - 2014-2016 Jörg Frings-Fürst + 2014-2017 Jörg Frings-Fürst License: GPL-2.0+ License: GPL-2.0+ diff -Nru foomatic-filters-4.0.17/debian/README.source foomatic-filters-4.0.17/debian/README.source --- foomatic-filters-4.0.17/debian/README.source 1970-01-01 00:00:00.000000000 +0000 +++ foomatic-filters-4.0.17/debian/README.source 2017-09-24 10:13:39.000000000 +0000 @@ -0,0 +1,18 @@ +Hello, + +now I use the branching model from Vincent Driessen[1]. + +I use the gitflow-avh[2]. with the Documentation[3]. +The Debian package can be found here[4]. + +Please upload unattended uploads use a branch feature/. + + +Many thanks. + + -- Jörg Frings-Fürst Fri, 02 Jun 2017 19:00:40 +0200 + +[1] http://nvie.com/posts/a-successful-git-branching-model/ +[2] https://github.com/petervanderdoes/gitflow-avh +[3] https://github.com/petervanderdoes/gitflow-avh/wiki +[4] https://tracker.debian.org/pkg/git-flow diff -Nru foomatic-filters-4.0.17/debian/rules foomatic-filters-4.0.17/debian/rules --- foomatic-filters-4.0.17/debian/rules 2016-02-14 18:52:15.000000000 +0000 +++ foomatic-filters-4.0.17/debian/rules 2017-09-24 10:13:40.000000000 +0000 @@ -6,7 +6,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh $@ --with autotools-dev + dh $@ override_dh_auto_configure: dh_auto_configure -- --disable-file-converter-check