From 551eec6c82b12ae8e8bd465ae5eaad35d569d747 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 18 May 2020 11:51:17 +0200 Subject: d/watch: Fix to new gitlab download stucture --- debian/changelog | 6 ++++++ debian/watch | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a2d078b..2c9d582 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +sane-frontends (1.0.14-16) UNRELEASED; urgency=medium + + * debian/watch: Fix to new gitlab download stucture. + + -- Jörg Frings-Fürst 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/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.* -- cgit v1.2.3 From a5f692fef4f6a242fac47e090f728c2e562a2cec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 11 Sep 2020 09:54:44 +0200 Subject: Add Restrictions: superficial to d/t/control --- debian/changelog | 1 + debian/tests/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 2c9d582..16bc1f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ 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 Mon, 18 May 2020 11:48:22 +0200 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 -- cgit v1.2.3