diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-12-24 16:28:51 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-12-24 16:28:51 +0100 |
commit | 9a36867b9b707efedbefa0bfbf314902b9de1afd (patch) | |
tree | e024510ce48740f4f844857627b564fb09edb51c | |
parent | 7c1f3553c3ee86c17f0c191da1f619c1a910a60e (diff) |
Switch to debhelper-compat
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index c89fc6b..39202f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,9 @@ xsane (0.999-8) UNRELEASED; urgency=medium * Declare compliance with Debian Policy 4.4.1.2 (No changes needed). * debian/control: - Add Rules-Requires-Root: no. + * Switch to debhelper-compat: + - debian/control: change to debhelper-compat (=12). + - remove debian/compat. -- Jörg Frings-Fürst <debian@jff.email> Sat, 27 Jul 2019 14:22:04 +0200 diff --git a/debian/control b/debian/control index 15a9f96..69e0d38 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.1.2 Build-Depends: - debhelper (>= 12), + debhelper-compat (= 12), gettext, libgimp2.0-dev, libgtk2.0-dev, |