[Python-modules-commits] [lazr.delegates] 01/01: d/watch: Use the pypi.debian.net redirector.
Barry Warsaw
barry at moszumanska.debian.org
Mon Jun 8 22:12:14 UTC 2015
This is an automated email from the git hooks/post-receive script.
barry pushed a commit to branch master
in repository lazr.delegates.
commit 477fdd616df6520fd8a42d885a72ad2ac1fc11e9
Author: Barry Warsaw <barry at python.org>
Date: Mon Jun 8 18:08:45 2015 -0400
d/watch: Use the pypi.debian.net redirector.
---
debian/changelog | 1 +
debian/watch | 4 +++-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 7b02a2e..cd79fd2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ lazr.delegates (2.0.2-1) UNRELEASED; urgency=medium
* New upstream release.
* d/control: Bumped Standards-Version to 3.9.6 with no other changes needed.
* d/rules: Added PYBUILD_TEST_NOSE=1 to invoke the correct test runner.
+ * d/watch: Use the pypi.debian.net redirector.
-- Barry Warsaw <barry at debian.org> Fri, 09 Jan 2015 17:04:45 -0500
diff --git a/debian/watch b/debian/watch
index 1fd033b..2481b69 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,4 @@
version=3
-https://pypi.python.org/packages/source/l/lazr.delegates/lazr.delegates-(.*).tar.gz
+#opts=uversionmangle=s/(rc|a|b|c)/~$1/,pgpsigurlmangle=s/$/.asc/ \
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/lazr.delegates/lazr.delegates-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/lazr.delegates.git
More information about the Python-modules-commits
mailing list