diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 16bc1f1..7285d0c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,9 @@ sane-frontends (1.0.14-16) UNRELEASED; urgency=medium * debian/watch: Fix to new gitlab download stucture. * Add "Restrictions: superficial" to debian/tests/control (Closes: #969867). + * Switch to debhelper-compat: + - debian/control: change to debhelper-compat (=13). + - remove debian/compat. -- Jörg Frings-Fürst <debian@jff.email> Mon, 18 May 2020 11:48:22 +0200 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 48082f7..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -12 diff --git a/debian/control b/debian/control index 308ad24..9f7abf1 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Jörg Frings-Fürst <debian@jff.email> Standards-Version: 4.4.0 Build-Depends: - debhelper (>= 12), + debhelper-compat (= 13), libgimp2.0-dev, libgtk2.0-dev, libsane-dev |