[hamradio-commits] [limesuite] 01/11: Add filenamemangle option to debian/watch

Andreas E. Bombe aeb at moszumanska.debian.org
Fri Jan 12 23:36:01 UTC 2018


This is an automated email from the git hooks/post-receive script.

aeb pushed a commit to annotated tag debian/17.12.0+dfsg-1
in repository limesuite.

commit 0c125f4931f149ff34d47db605f4134da350952d
Author: Andreas Bombe <aeb at debian.org>
Date:   Tue Jan 9 14:50:40 2018 +0100

    Add filenamemangle option to debian/watch
---
 debian/changelog | 6 ++++++
 debian/watch     | 5 +++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e3f64a1..fd8dee2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+limesuite (17.09.1+dfsg-2) UNRELEASED; urgency=medium
+
+  * Add filenamemangle option to debian/watch
+
+ -- Andreas Bombe <aeb at debian.org>  Tue, 09 Jan 2018 14:51:26 +0100
+
 limesuite (17.09.1+dfsg-1) unstable; urgency=medium
 
   * New upstream release 17.09.1
diff --git a/debian/watch b/debian/watch
index 9384e36..e6d51f0 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,4 @@
 version=4
-opts="dversionmangle=s/\+dfsg$//, repacksuffix=+dfsg" \
-https://github.com/myriadrf/LimeSuite/releases .*/v([\d\.]+)\.tar\.(?:xz|gz|bz2)
+opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%limesuite-$1.tar.gz%, \
+      dversionmangle=s/\+dfsg$//, repacksuffix=+dfsg" \
+https://github.com/myriadrf/LimeSuite/releases .*/v([\d\.]+)\.tar\.gz debian uupdate

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/limesuite.git



More information about the pkg-hamradio-commits mailing list