[Python-apps-commits] r5299 - in packages/autokey/trunk/debian (changelog watch)

ffm-guest at users.alioth.debian.org ffm-guest at users.alioth.debian.org
Sun May 30 13:49:52 UTC 2010


    Date: Sunday, May 30, 2010 @ 13:49:36
  Author: ffm-guest
Revision: 5299

Fix watchfile for Google Code. 

Modified:
  packages/autokey/trunk/debian/changelog
  packages/autokey/trunk/debian/watch

Modified: packages/autokey/trunk/debian/changelog
===================================================================
--- packages/autokey/trunk/debian/changelog	2010-05-30 10:15:43 UTC (rev 5298)
+++ packages/autokey/trunk/debian/changelog	2010-05-30 13:49:36 UTC (rev 5299)
@@ -1,9 +1,15 @@
-autokey (0.70.4-2) UNRELEASED; urgency=low
+autokey (0.70.4-3) UNRELEASED; urgency=low
 
+  * Fix watchfile for Google Code. 
+
+ -- Luke Faraone <luke at faraone.cc>  Sun, 30 May 2010 09:48:48 -0400
+
+autokey (0.70.4-2) unstable; urgency=low
+
   * Optionally depend on python-simplejson when using Python 2.5, 
     json is part of Python 2.6. (Closes: 579781)
 
- -- Luke Faraone <luke at faraone.cc>  Fri, 30 Apr 2010 16:58:51 -0400
+ -- Luke Faraone <luke at faraone.cc>  Fri, 30 Apr 2010 17:25:18 -0400
 
 autokey (0.70.4-1) unstable; urgency=low
 

Modified: packages/autokey/trunk/debian/watch
===================================================================
--- packages/autokey/trunk/debian/watch	2010-05-30 10:15:43 UTC (rev 5298)
+++ packages/autokey/trunk/debian/watch	2010-05-30 13:49:36 UTC (rev 5299)
@@ -1,3 +1,5 @@
 version=3
-http://code.google.com/p/autokey/downloads/list \
-http://autokey.googlecode.com/files/autokey_(.+)\.tar\.gz 
+opts=\
+downloadurlmangle=s|.*[?]name=(.*?)&.*|http://autokey.googlecode.com/files/$1|,\
+filenamemangle=s|[^/]+[?]name=(.*?)&.*|$1| \
+http://code.google.com/p/autokey/downloads/detail[?]name=autokey_([0-9.]+).tar.gz&.*




More information about the Python-apps-commits mailing list