diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-12-28 11:19:03 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-12-28 11:19:03 +0100 |
commit | e0699dc7ead3d6560364402598a316076f020fea (patch) | |
tree | b2265e48b8c1d9c181c615fcc3dd37589228791c /debian | |
parent | a223464de927db00cf9e2a3acecb0e8b573ff6d5 (diff) |
Drop dh-autoreconf from build-depends and dh --with arguments
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 1 | ||||
-rwxr-xr-x | 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 <debian@jff.email> 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 <debian@jff.email> 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 |