[Python-modules-commits] [lazr.smtptest] 01/01: d/watch: Use pypi.debian.net redirector.

Barry Warsaw barry at moszumanska.debian.org
Mon Jun 8 22:30:36 UTC 2015


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

barry pushed a commit to branch master
in repository lazr.smtptest.

commit 62a6c524c0842d258e4c913d60ef1aabb1332a83
Author: Barry Warsaw <barry at python.org>
Date:   Mon Jun 8 18:30:32 2015 -0400

    d/watch: Use 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 4e73714..620299a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ lazr.smtptest (2.0.3-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 pypi.debian.net redirector.
 
  -- Barry Warsaw <barry at debian.org>  Fri, 09 Jan 2015 22:43:26 -0500
 
diff --git a/debian/watch b/debian/watch
index fcf2ce8..e9f443e 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,4 @@
 version=3
-https://pypi.python.org/packages/source/l/lazr.smtptest/lazr.smtptest-(.*).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.smtptest/lazr.smtptest-(.+)\.(?: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.smtptest.git



More information about the Python-modules-commits mailing list