diff options
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rw-r--r-- | debian/watch | 3 |
4 files changed, 14 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index c1fc88a..0f810d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +sane-frontends (1.0.14-14) UNRELEASED; urgency=medium + + * Migrate to debhelper 12: + - Change debian/compat to 12. + - Bump minimum debhelper version in debian/control to >= 12. + * Declare compliance with Debian Policy 4.4.0 (No changes needed). + * debian/watch: Rewrite for the new Gitlab directory layout. + + -- Jörg Frings-Fürst <debian@jff.email> Sat, 27 Jul 2019 08:19:43 +0200 + sane-frontends (1.0.14-13) unstable; urgency=medium * Change to my new email address. 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 4176c93..308ad24 100644 --- a/debian/control +++ b/debian/control @@ -2,9 +2,9 @@ Source: sane-frontends Section: graphics 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), libgimp2.0-dev, libgtk2.0-dev, libsane-dev diff --git a/debian/watch b/debian/watch index 8b84ccf..a1bfac9 100644 --- a/debian/watch +++ b/debian/watch @@ -5,5 +5,4 @@ version=4 opts=\ dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\ uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/;s/RC/rc/ \ -https://gitlab.com/sane-project/frontends/tags \ -(?:.*?/)?(?:rel|v|sane-frontends)[\-\_]?(\d\S+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) +https://gitlab.com/sane-project/frontends/tags?sorted=updated_desc .*/archive/(\d\S+)/.*\.tar\.gz.* |