[Python-modules-commits] r19172 - in packages/circuits/trunk/debian (changelog watch)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Sun Nov 6 05:41:28 UTC 2011
Date: Sunday, November 6, 2011 @ 05:41:25
Author: eriol-guest
Revision: 19172
Updated debian/watch to new upstream download location (PyPI)
Modified:
packages/circuits/trunk/debian/changelog
packages/circuits/trunk/debian/watch
Modified: packages/circuits/trunk/debian/changelog
===================================================================
--- packages/circuits/trunk/debian/changelog 2011-11-06 05:33:13 UTC (rev 19171)
+++ packages/circuits/trunk/debian/changelog 2011-11-06 05:41:25 UTC (rev 19172)
@@ -4,8 +4,10 @@
* debian/control
- Removed Sandro Tosi and added myself as uploader (Closes: #634186)
Thanks to Sandro Tosi for his past work!
+ * debian/watch
+ - Updated to new upstream download location (PyPI)
- -- Daniele Tricoli <eriol at mornie.org> Sun, 06 Nov 2011 05:44:42 +0100
+ -- Daniele Tricoli <eriol at mornie.org> Sun, 06 Nov 2011 06:33:49 +0100
circuits (1.2.1-1) unstable; urgency=low
Modified: packages/circuits/trunk/debian/watch
===================================================================
--- packages/circuits/trunk/debian/watch 2011-11-06 05:33:13 UTC (rev 19171)
+++ packages/circuits/trunk/debian/watch 2011-11-06 05:41:25 UTC (rev 19172)
@@ -1,5 +1,2 @@
version=3
-opts=\
-downloadurlmangle=s|.*[?]name=(.*?)&.*|http://circuits.googlecode.com/files/$1|,\
-filenamemangle=s|[^/]+[?]name=(.*?)&.*|$1| \
-http://code.google.com/p/circuits/downloads/detail[?]name=circuits-([0-9.]+).tar.gz&.*
+http://pypi.python.org/packages/source/c/circuits/circuits-(.*)\.tar\.gz
More information about the Python-modules-commits
mailing list