From 251e0b1ecdf5895b0e7de1647007b43381c2db3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 24 Sep 2017 11:55:40 +0200 Subject: Remove recommend mpage; Remove Build-Depend autotools-dev --- debian/changelog | 5 +++++ debian/control | 3 +-- 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 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 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 -- cgit v1.2.3