From 034931fa0fd5781df6a89ecc577a5b6e06e2c86e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 8 Sep 2018 15:55:29 +0200 Subject: Remove autotools.dev --- 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 a412c55..9b2c8b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,8 @@ sane-frontends (1.0.14-13) UNRELEASED; urgency=medium * Migrate to debhelper 11: - Change debian/compat to 11. - Bump minimum debhelper version in debian/control to >= 11. + - Remove Build-Depend autotools.dev in debian/control. + - Remove --with autotools-dev from debian/rules. * Declare compliance with Debian Policy 4.2.1 (No changes needed). -- Jörg Frings-Fürst Sat, 08 Sep 2018 15:03:19 +0200 diff --git a/debian/control b/debian/control index 04e3db4..0480eaf 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,6 @@ Priority: optional Maintainer: Jörg Frings-Fürst Standards-Version: 4.2.1 Build-Depends: - autotools-dev, debhelper (>= 11), libgimp2.0-dev (>= 2.0.0), libgtk2.0-dev, diff --git a/debian/rules b/debian/rules index 4aa0e6b..63a03ce 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh $@ --with autotools-dev + dh $@ override_dh_strip: dh_strip --dbg-package=sane-dbg -- cgit v1.2.3