diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2019-07-12 11:40:06 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2019-07-12 11:40:06 +0200 |
commit | 1753bae2142cd5688fe1b94f7b7809bed15c4fb4 (patch) | |
tree | 3d8629fb2541195727c49658bfeed58bebd45318 /debian | |
parent | 4018962c6a48d851deb12d04e2924c093f44eb00 (diff) | |
parent | d3b3513c5f264d5d9b61f036e40fba818d2279c5 (diff) |
Merge tag 'debian/3.32.2.1-1' into develop
New upstream release
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index 8b81142..f73104c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,12 @@ simple-scan (3.32.2.1-1) unstable; urgency=medium * New upstream release. + * Migrate to debhelper 12: + - Change debian/compat to 12. + - Change debhelper version in debian/control to >= 12. + * Declare compliance with Debian Policy 4.4.0 (No changes needed). - -- Jörg Frings-Fürst <debian@jff.email> Thu, 30 May 2019 14:39:34 +0200 + -- Jörg Frings-Fürst <debian@jff.email> Thu, 11 Jul 2019 21:03:54 +0200 simple-scan (3.30.1.1-1) unstable; urgency=medium @@ -38,7 +42,6 @@ simple-scan (3.28.1-1) unstable; urgency=medium - Switch Vcs-* to new location. - Switch to new homepage. - Remove unneeded build depends versions. - * Declare compliance with Debian Policy 4.1.5 (No changes needed). * Refresh debian/upstream/metadata. * Some buildsystem changes (Closes: #881934): - debian/rules: Add gnome and dh_translation handling. diff --git a/debian/compat b/debian/compat index b4de394..48082f7 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -11 +12 diff --git a/debian/control b/debian/control index 86eb09a..6ce2bdc 100644 --- a/debian/control +++ b/debian/control @@ -2,9 +2,9 @@ Source: simple-scan Section: gnome Priority: optional Maintainer: Jörg Frings-Fürst <debian@jff.email> -Standards-Version: 4.2.1 +Standards-Version: 4.4.0 Build-Depends: - debhelper (>= 11), + debhelper (>= 12), gettext, gnome-pkg-tools, itstool, |