diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-09-24 11:55:40 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-09-24 11:55:40 +0200 |
commit | 251e0b1ecdf5895b0e7de1647007b43381c2db3e (patch) | |
tree | a71c8e0ab9cdf27b72992da98ea0de49ac6f166f | |
parent | 2f9bb0fe8bb85638a6c93378881c2e9191d0598c (diff) |
Remove recommend mpage; Remove Build-Depend autotools-dev
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/control | 3 | ||||
-rwxr-xr-x | debian/rules | 2 |
3 files changed, 7 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 04172f3..b08f090 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,11 @@ foomatic-filters (4.0.17-10) UNRELEASED; 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/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 diff --git a/debian/control b/debian/control index 3adbc95..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, @@ -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/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 |