diff options
-rw-r--r-- | debian/changelog | 13 | ||||
-rw-r--r-- | debian/control | 5 | ||||
-rw-r--r-- | debian/copyright | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
4 files changed, 14 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog index 25a463e..7276d49 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,16 @@ -foomatic-filters (4.0.17-10) UNRELEASED; urgency=medium +foomatic-filters (4.0.17-10) unstable; urgency=medium * New README.source to explain the branching model used. - * Declare compliance with Debian Policy 4.0.1. (No changes needed). + * 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 <debian@jff-webhosting.net> Sun, 24 Sep 2017 10:59:17 +0200 + -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sun, 24 Sep 2017 13:29:17 +0200 foomatic-filters (4.0.17-9) unstable; urgency=medium diff --git a/debian/control b/debian/control index b9e7712..4b08396 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,6 @@ Priority: optional Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net> Build-Depends: autoconf, - autotools-dev, debhelper (>= 10), libcups2-dev, libdbus-1-dev, @@ -14,7 +13,7 @@ Build-Depends: 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 @@ Depends: 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 --git a/debian/copyright b/debian/copyright index 4a2ff9f..d4f49f2 100644 --- a/debian/copyright +++ b/debian/copyright @@ -23,7 +23,7 @@ License: GPL-2.0+ Files: debian/* Copyright: 2003 Chris Lawrence <lawrencc@debian.org> - 2014-2016 Jörg Frings-Fürst <debian@jff-webhosting.net> + 2014-2017 Jörg Frings-Fürst <debian@jff-webhosting.net> License: GPL-2.0+ License: GPL-2.0+ diff --git a/debian/rules b/debian/rules index 563c8db..f94a633 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ derives_from_ubuntu := $(shell (dpkg-vendor --derives-from Ubuntu && echo "yes") export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh $@ --with autotools-dev + dh $@ override_dh_auto_configure: dh_auto_configure -- --disable-file-converter-check |