[Python-modules-commits] [sphinx] 01/07: Update debian/watch to correctly mangle upstream alpha releases.
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Sun Apr 3 18:56:39 UTC 2016
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a commit to branch master
in repository sphinx.
commit 9c421a55087e2187e1b664f8f7edb233f7a820b3
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Sun Apr 3 20:00:46 2016 +0200
Update debian/watch to correctly mangle upstream alpha releases.
---
debian/changelog | 6 ++++++
debian/watch | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f6f8642..1c0b455 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+sphinx (1.4-1) UNRELEASED; urgency=medium
+
+ * Update debian/watch to correctly mangle upstream alpha releases.
+
+ -- Dmitry Shachnev <mitya57 at debian.org> Sun, 03 Apr 2016 20:00:02 +0200
+
sphinx (1.3.6-2) unstable; urgency=medium
* Use implementation of jstest from Iain Lane in hope it succeeds on
diff --git a/debian/watch b/debian/watch
index 4a35a85..0565488 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
version=3
-opts=uversionmangle=s/b/~b/,pgpsigurlmangle=s/$/.asc/ \
-http://pypi.debian.net/Sphinx/Sphinx-(.*)\.tar\.gz
+opts=uversionmangle=s/(rc|a|b)/~$1/,pgpsigurlmangle=s/$/.asc/ \
+https://pypi.debian.net/Sphinx/Sphinx-(.*)\.tar\.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/sphinx.git
More information about the Python-modules-commits
mailing list