diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 4 | ||||
| -rw-r--r-- | debian/compat | 2 | ||||
| -rw-r--r-- | debian/control | 2 | 
3 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 270bacd..0f396c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,10 @@ sane-frontends (1.0.14-12) UNRELEASED; urgency=medium    * New debian/patches/0001-fix_missing_sane-config.patch:      - Fix FTBFS because of missing sane-config from the package        sane-backends >= 1.25-3. +  * debian/compat: +    - Change compat level to 10. +  * debian/control: +    - Bump required version of debhelper to >= 10.   -- Jörg Frings-Fürst <debian@jff-webhosting.net>  Sat, 28 Jan 2017 07:47:34 +0100 diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index cc3c222..8c48ad6 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net>  Standards-Version: 3.9.6  Build-Depends:   autotools-dev, - debhelper (>= 9), + debhelper (>= 10),   libgimp2.0-dev (>= 2.0.0),   libgtk2.0-dev,   libsane-dev (>= 1.0.11-3),  | 
