From e0699dc7ead3d6560364402598a316076f020fea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 28 Dec 2017 11:19:03 +0100 Subject: Drop dh-autoreconf from build-depends and dh --with arguments --- debian/changelog | 2 ++ debian/control | 1 - debian/rules | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 998ce44..9a4ca8e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,8 @@ xsane (0.999-6) UNRELEASED; urgency=medium * Use the automatic debug symbol packages: - Remove simple-scan-dbg section from debian/control. - Remove override_dh_strip from debian/rules. + * Drop dh-autoreconf from build-depends and dh --with arguments because + this is all defaults when using dh compat 10. -- Jörg Frings-Fürst Fri, 19 May 2017 18:24:37 +0200 diff --git a/debian/control b/debian/control index ec287f2..cc59715 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,6 @@ Maintainer: Jörg Frings-Fürst Standards-Version: 4.1.3 Build-Depends: debhelper (>= 11), - dh-autoreconf, gettext, libgimp2.0-dev, libgtk2.0-dev, diff --git a/debian/rules b/debian/rules index db67153..9e63675 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh $@ --with autoreconf + dh $@ override_dh_auto_configure: dh_auto_configure -- --enable-gimp -- cgit v1.2.3