diff options
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, |