[Python-modules-commits] [pyasn1] 01/01: Switch debian/watch to pypi.debian.net; releases are no longer being made on the SourceForge project (closes: #855896).
Tristan Seligmann
mithrandi at moszumanska.debian.org
Mon Mar 20 23:56:00 UTC 2017
This is an automated email from the git hooks/post-receive script.
mithrandi pushed a commit to branch master
in repository pyasn1.
commit 0105952af08be24084bc62659f385c853c5a90d2
Author: Tristan Seligmann <mithrandi at debian.org>
Date: Tue Mar 21 01:55:51 2017 +0200
Switch debian/watch to pypi.debian.net; releases are no longer being made on the SourceForge project (closes: #855896).
---
debian/changelog | 7 +++++++
debian/watch | 3 ++-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 75e7c2c..80fbc0e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pyasn1 (0.1.9-3) UNRELEASED; urgency=medium
+
+ * Switch debian/watch to pypi.debian.net; releases are no longer being
+ made on the SourceForge project (closes: #855896).
+
+ -- Tristan Seligmann <mithrandi at debian.org> Tue, 21 Mar 2017 01:54:56 +0200
+
pyasn1 (0.1.9-2) unstable; urgency=medium
[ Ondřej Nový ]
diff --git a/debian/watch b/debian/watch
index 7f16064..42e3f97 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
version=3
-http://sf.net/pyasn1/pyasn1-([0-9.]*).tar.gz
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/pyasn1/pyasn1-(.+)\.(?: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/pyasn1.git
More information about the Python-modules-commits
mailing list