[Python-modules-commits] [pastedeploy] 01/02: d/watch: Use https protocol
Ondřej Nový
onovy-guest at moszumanska.debian.org
Thu May 26 19:59:42 UTC 2016
This is an automated email from the git hooks/post-receive script.
onovy-guest pushed a commit to branch master
in repository pastedeploy.
commit ff1f3c328501861409bfa93a8150b4f9822572ed
Author: Ondřej Nový <novy at ondrej.org>
Date: Thu May 26 21:38:15 2016 +0200
d/watch: Use https protocol
---
debian/changelog | 1 +
debian/watch | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index c14df62..9334f5e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ pastedeploy (1.5.2-3) UNRELEASED; urgency=medium
* Change directory to $ADTTMP before running Debian tests
* Standards-Version is 3.9.8 now (no change)
+ * d/watch: Use pypi.debian.net
-- Ondřej Nový <novy at ondrej.org> Tue, 19 Apr 2016 22:01:49 +0200
diff --git a/debian/watch b/debian/watch
index aad6e43..7f09ae5 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
version=3
-http://pypi.python.org/packages/source/P/PasteDeploy/PasteDeploy-(.*)\.tar\.gz debian uupdate
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/PasteDeploy/PasteDeploy-(.+)\.(?: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/pastedeploy.git
More information about the Python-modules-commits
mailing list