[Python-apps-commits] r5239 - in packages/pyaimt/trunk/debian (changelog watch)
nijel at users.alioth.debian.org
nijel at users.alioth.debian.org
Wed May 19 11:11:22 UTC 2010
Date: Wednesday, May 19, 2010 @ 11:10:57
Author: nijel
Revision: 5239
Fix watch file to work after recent changes on code.google.com.
Modified:
packages/pyaimt/trunk/debian/changelog
packages/pyaimt/trunk/debian/watch
Modified: packages/pyaimt/trunk/debian/changelog
===================================================================
--- packages/pyaimt/trunk/debian/changelog 2010-05-19 11:09:41 UTC (rev 5238)
+++ packages/pyaimt/trunk/debian/changelog 2010-05-19 11:10:57 UTC (rev 5239)
@@ -1,8 +1,9 @@
pyaimt (0.8.0.1-3) UNRELEASED; urgency=low
* NOT RELEASED YET
+ * Fix watch file to work after recent changes on code.google.com.
- -- Michal ÄŒihaÅ™ <nijel at debian.org> Sat, 02 Jan 2010 13:09:57 +0100
+ -- Michal ÄŒihaÅ™ <nijel at debian.org> Wed, 19 May 2010 13:10:39 +0200
pyaimt (0.8.0.1-2) unstable; urgency=low
Modified: packages/pyaimt/trunk/debian/watch
===================================================================
--- packages/pyaimt/trunk/debian/watch 2010-05-19 11:09:41 UTC (rev 5238)
+++ packages/pyaimt/trunk/debian/watch 2010-05-19 11:10:57 UTC (rev 5239)
@@ -1,2 +1,3 @@
version=3
-http://code.google.com/p/pyaimt/downloads/list http://pyaimt.googlecode.com/files/pyaim-t-(.*).tar.gz
+opts=downloadurlmangle=s#.*(pyaimt-([\d.]+)\.tar\.gz).*#http://pyaimt.googlecode.com/files/$1#,filenamemangle=s#.*(pyaimt-([\d.]+)\.tar\.gz).*#$1# \
+ http://code.google.com/p/pyaimt/downloads/list ^.*detail\?name=pyaimt-([\d.]+)\.tar\.gz.*
More information about the Python-apps-commits
mailing list