aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog4
-rw-r--r--debian/watch3
2 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 9422cbf..ce12612 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
python-urllib3 (1.10.3-1) UNRELEASED; urgency=medium
* New upstream release.
+ * debian/watch
+ - Use pypi.debian.net redirector.
- -- Daniele Tricoli <eriol@mornie.org> Sun, 03 May 2015 15:46:36 +0200
+ -- Daniele Tricoli <eriol@mornie.org> Sun, 03 May 2015 15:49:16 +0200
python-urllib3 (1.10-1) experimental; urgency=medium
diff --git a/debian/watch b/debian/watch
index c404fa4..d58f4c1 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
version=3
-https://pypi.python.org/packages/source/u/urllib3/urllib3-(.*)\.tar\.gz
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/urllib3/urllib3-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))