diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 11 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 6 |
3 files changed, 14 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 1a44621..2fe9dc4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +simple-scan (3.34.2-1) unstable; urgency=medium + + * New upstream release. + * Switch to debhelper-compat: + - debian/control: change to debhelper-compat (=12). + - remove debian/compat. + * Declare compliance with Debian Policy 4.4.1.2 (No changes needed). + * debian/control: Switch to Rules-Requires-Root: No. + + -- Jörg Frings-Fürst <debian@jff.email> Sat, 28 Dec 2019 15:26:37 +0100 + simple-scan (3.34.1-2) unstable; urgency=medium * debian/control: 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 26d1448..b84e4d5 100644 --- a/debian/control +++ b/debian/control @@ -2,10 +2,10 @@ Source: simple-scan Section: gnome Priority: optional Maintainer: Jörg Frings-Fürst <debian@jff.email> -Standards-Version: 4.4.1.1 -Rules-Requires-Root: binary-targets +Standards-Version: 4.4.1.2 +Rules-Requires-Root: no Build-Depends: - debhelper (>= 12), + debhelper-compat (= 12), gettext, gnome-pkg-tools, itstool, |