diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/tests/control | 1 | ||||
-rw-r--r-- | debian/watch | 2 |
3 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index a2d078b..16bc1f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +sane-frontends (1.0.14-16) UNRELEASED; urgency=medium + + * debian/watch: Fix to new gitlab download stucture. + * Add "Restrictions: superficial" to debian/tests/control (Closes: #969867). + + -- Jörg Frings-Fürst <debian@jff.email> Mon, 18 May 2020 11:48:22 +0200 + sane-frontends (1.0.14-15) unstable; urgency=medium * Fix DEP 9 smoketest: diff --git a/debian/tests/control b/debian/tests/control index 9d27c79..3eab6ff 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,3 +1,4 @@ # smoke test Test-Command: scanadf -V && xcam -V Depends: sane +Restrictions: superficial diff --git a/debian/watch b/debian/watch index a1bfac9..e4bcf42 100644 --- a/debian/watch +++ b/debian/watch @@ -5,4 +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?sorted=updated_desc .*/archive/(\d\S+)/.*\.tar\.gz.* +https://gitlab.com/sane-project/frontends/-/tags?sorted=updated_desc .*/archive/(\d\S+)/.*\.tar\.gz.* |