diff options
author | Daniele Tricoli <eriol@mornie.org> | 2015-05-03 13:51:59 +0000 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2015-05-03 13:51:59 +0000 |
commit | 6ba3e805f373ac48eaae23c866441b007aa3d24e (patch) | |
tree | 59c30505b3f44291f44e3a84e529339584703de9 | |
parent | ab6454dec22b3897a0cfc0dc1793b91fa6abb609 (diff) | |
download | python-urllib3-6ba3e805f373ac48eaae23c866441b007aa3d24e.tar python-urllib3-6ba3e805f373ac48eaae23c866441b007aa3d24e.tar.gz |
Use pypi.debian.net redirector
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/watch | 3 |
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))) |