[savi] 01/05: Update watch file to handle 0.0.0[a-z] versions.
Bas Couwenberg
sebastic at debian.org
Mon Dec 19 21:08:24 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository savi.
commit 5441393aa66561084a5e172853fdd6cfb7d20852
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Mon Dec 19 22:01:27 2016 +0100
Update watch file to handle 0.0.0[a-z] versions.
---
debian/changelog | 7 +++++++
debian/watch | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 42d0abc..d84828a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+savi (1.5.0-2) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Update watch file to handle 0.0.0[a-z] versions.
+
+ -- Bas Couwenberg <sebastic at debian.org> Mon, 19 Dec 2016 22:00:22 +0100
+
savi (1.5.0-1) unstable; urgency=medium
* Team upload.
diff --git a/debian/watch b/debian/watch
index fd7d95a..da58396 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,6 +1,6 @@
version=3
opts=\
dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
-uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/;s/RC/rc/ \
+uversionmangle=s/(\d\w*)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/;s/RC/rc/ \
http://personal.ee.surrey.ac.uk/Personal/L.Wood/software/SaVi/src/releases/ \
-savi[\-\_]?(\d[\d\.]+)-release\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+savi[\-\_]?(\d[\d\.]+\w*)-release\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/savi.git
More information about the Pkg-grass-devel
mailing list