diff options
-rw-r--r-- | debian/changelog | 12 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rw-r--r-- | debian/copyright | 2 | ||||
-rw-r--r-- | debian/tests/control | 3 | ||||
-rw-r--r-- | debian/watch | 3 |
6 files changed, 20 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index c1fc88a..9215e1c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +sane-frontends (1.0.14-14) unstable; 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. + * debian/copyright: Add year 2019 to debian/* + * Add DEP 8 smoketest. + + -- Jörg Frings-Fürst <debian@jff.email> Sat, 27 Jul 2019 09:37:36 +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/copyright b/debian/copyright index c7965da..ed38bb2 100644 --- a/debian/copyright +++ b/debian/copyright @@ -15,7 +15,7 @@ License: GPL-2+ with sane exception Files: debian/* Copyright: 1997-2002 Kevin Dalley <kevind@rahul.net> 2002-2009 Julien BLACHE <jblache@debian.org> - 2014-2018 Jörg Frings-Fürst <debian@jff.email> + 2014-2019 Jörg Frings-Fürst <debian@jff.email> License: GPL-2+ with sane exception Files: include/*.h diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 0000000..a9ce651 --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,3 @@ +# smoke test +Test-Command: scanadf -V && xcam -V && xscanimage -V +Depends: sane 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.* |