diff options
Diffstat (limited to 'debian')
-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, |