[Python-modules-commits] [matplotlib] 01/20: recognize only 2.x releases, and 'b' as a beta release
Sandro Tosi
morph at moszumanska.debian.org
Sun Sep 25 21:54:06 UTC 2016
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch experimental
in repository matplotlib.
commit 5e78aee5608d6e1b8c0c98f55c13fcdbe99f029d
Author: Sandro Tosi <morph at debian.org>
Date: Sat Sep 10 17:52:11 2016 +0100
recognize only 2.x releases, and 'b' as a beta release
---
debian/changelog | 7 +++++++
debian/watch | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 50048d1..ddb9bf6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+matplotlib (1.5.3-2) UNRELEASED; urgency=medium
+
+ * debian/watch
+ - recognize only 2.x releases, and 'b' as a beta release
+
+ -- Sandro Tosi <morph at debian.org> Sat, 10 Sep 2016 17:51:38 +0100
+
matplotlib (1.5.3-1) unstable; urgency=medium
* New upstream candidate
diff --git a/debian/watch b/debian/watch
index cbbca27..44ff904 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
version=3
-opts="uversionmangle=s/rc/~rc/,filenamemangle=s/(?:.*)?v?(1.*)\.tar\.gz/matplotlib-$1.tar.gz/" \
- https://github.com/matplotlib/matplotlib/tags (?:.*/)?v?(1.*)\.tar\.gz
+opts="uversionmangle=s/rc/~rc/;s/b/~beta/,filenamemangle=s/(?:.*)?v?(2.*)\.tar\.gz/matplotlib-$1.tar.gz/" \
+ https://github.com/matplotlib/matplotlib/tags (?:.*/)?v?(2.*)\.tar\.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/matplotlib.git
More information about the Python-modules-commits
mailing list