[Python-modules-commits] r31776 - in packages/enzyme/trunk/debian (changelog watch)
emillon-guest at users.alioth.debian.org
emillon-guest at users.alioth.debian.org
Thu Feb 5 20:13:27 UTC 2015
Date: Thursday, February 5, 2015 @ 20:13:26
Author: emillon-guest
Revision: 31776
enzyme: use pypi redirector
Modified:
packages/enzyme/trunk/debian/changelog
packages/enzyme/trunk/debian/watch
Modified: packages/enzyme/trunk/debian/changelog
===================================================================
--- packages/enzyme/trunk/debian/changelog 2015-02-05 20:12:10 UTC (rev 31775)
+++ packages/enzyme/trunk/debian/changelog 2015-02-05 20:13:26 UTC (rev 31776)
@@ -1,3 +1,9 @@
+enzyme (0.4.1-2) UNRELEASED; urgency=medium
+
+ * debian/watch: use pypi redirector
+
+ -- Etienne Millon <me at emillon.org> Thu, 05 Feb 2015 21:12:39 +0100
+
enzyme (0.4.1-1) unstable; urgency=low
* Initial release. (Closes: #729868)
Modified: packages/enzyme/trunk/debian/watch
===================================================================
--- packages/enzyme/trunk/debian/watch 2015-02-05 20:12:10 UTC (rev 31775)
+++ packages/enzyme/trunk/debian/watch 2015-02-05 20:13:26 UTC (rev 31776)
@@ -1,2 +1,3 @@
version=3
-https://pypi.python.org/packages/source/e/enzyme/enzyme-(.*).tar.gz
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/enzyme/enzyme-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
More information about the Python-modules-commits
mailing list