diff options
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 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 <debian@jff.email>  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 <debian@jff.email>  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 | 
