[python-cligj] 01/01: Update watch file to handle other tarball extensions & lowercase RC.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat Aug 15 20:51:32 UTC 2015


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

sebastic pushed a commit to branch master
in repository python-cligj.

commit 7dc4a07d896e298848840e82cf90bb8f89339a46
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Aug 15 22:47:04 2015 +0200

    Update watch file to handle other tarball extensions & lowercase RC.
---
 debian/changelog | 7 +++++++
 debian/watch     | 7 ++++---
 2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9d099fc..e454c54 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-cligj (0.2.0-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Update watch file to handle other tarball extensions & lowercase RC.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Sat, 15 Aug 2015 22:46:05 +0200
+
 python-cligj (0.2.0-1) unstable; urgency=medium
 
   * Imported Upstream version 0.2.0
diff --git a/debian/watch b/debian/watch
index e53c712..98ed8f2 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,6 +1,7 @@
 version=3
-opts="dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
-uversionmangle=s/_/./g;s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a)[\-\.]?\d*)$/$1~$2/,\
-filenamemangle=s/(?:.*?)?v?(\d[\d\.]*)\.tar\.gz/cligj-$1.tar.gz/" \
+opts=\
+dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
+uversionmangle=s/_/./g;s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a)[\-\.]?\d*)$/$1~$2/;s/RC/rc/,\
+filenamemangle=s/(?:.*?)?v?(\d[\d\.]*)\.(tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))/cligj-$1.$2/ \
 https://github.com/mapbox/cligj/releases \
 (?:.*/)*(?:rel|v|cligj|)[\-\_]?(\d[\d\-\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-cligj.git



More information about the Pkg-grass-devel mailing list