[Python-modules-commits] [python-django] 01/01: Adjust uversionmangle in debian/watch to mangle "1.9rc2" scheme (previously only "1.9-rc-2" would have matched).

Chris Lamb lamby at moszumanska.debian.org
Fri Nov 27 07:05:03 UTC 2015


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

lamby pushed a commit to branch debian/experimental
in repository python-django.

commit 123336c73fb42799d491d48a881cc03db0bbb183
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Fri Nov 27 09:04:31 2015 +0200

    Adjust uversionmangle in debian/watch to mangle "1.9rc2" scheme (previously only "1.9-rc-2" would have matched).
---
 debian/changelog | 7 +++++++
 debian/watch     | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index cb73512..e809a42 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-django (1.9~rc2-3) UNRELEASED; urgency=medium
+
+  * Adjust uversionmangle in debian/watch to mangle "1.9rc2" scheme
+    (previously only "1.9-rc-2" would have matched).
+
+ -- Chris Lamb <lamby at debian.org>  Fri, 27 Nov 2015 09:03:06 +0200
+
 python-django (1.9~rc2-2) experimental; urgency=medium
 
   * Move {app,project}_template to python-django-common to prevent
diff --git a/debian/watch b/debian/watch
index 67fced9..b83ad06 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
-opts=filenamemangle=s/.*\/download\/(.*)\/tarball\//Django-$1.tar.gz/,uversionmangle=s/-(alpha|beta)-/~$1/ \
+opts=filenamemangle=s/.*\/download\/(.*)\/tarball\//Django-$1.tar.gz/,uversionmangle=s/(alpha|beta|rc)/~$1/ \
     http://www.djangoproject.com/download/ .*/([^/]+)/tarball/

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-django.git



More information about the Python-modules-commits mailing list