[Python-modules-commits] r24519 - in packages/pywapi/trunk/debian (changelog watch)
asb at users.alioth.debian.org
asb at users.alioth.debian.org
Fri May 24 22:20:40 UTC 2013
Date: Friday, May 24, 2013 @ 22:20:39
Author: asb
Revision: 24519
Fix broken debian/watch file. Thanks to Bart Martens.
Modified:
packages/pywapi/trunk/debian/changelog
packages/pywapi/trunk/debian/watch
Modified: packages/pywapi/trunk/debian/changelog
===================================================================
--- packages/pywapi/trunk/debian/changelog 2013-05-24 22:09:43 UTC (rev 24518)
+++ packages/pywapi/trunk/debian/changelog 2013-05-24 22:20:39 UTC (rev 24519)
@@ -1,9 +1,13 @@
-pywapi (0.2.2-2) UNRELEASED; urgency=low
+pywapi (0.2.2-3) UNRELEASED; urgency=low
+ [ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
- -- Jakub Wilk <jwilk at debian.org> Sun, 05 May 2013 16:03:48 +0200
+ [ Andrew Starr-Bochicchio ]
+ * Fix broken debian/watch file. Thanks to Bart Martens.
+ -- Andrew Starr-Bochicchio <asb at debian.org> Fri, 24 May 2013 18:06:47 -0400
+
pywapi (0.2.2-1) unstable; urgency=low
* Initial release (Closes: #544747)
Modified: packages/pywapi/trunk/debian/watch
===================================================================
--- packages/pywapi/trunk/debian/watch 2013-05-24 22:09:43 UTC (rev 24518)
+++ packages/pywapi/trunk/debian/watch 2013-05-24 22:20:39 UTC (rev 24519)
@@ -1,2 +1,4 @@
version=3
-http://code.google.com/p/python-weather-api/downloads/list http://python-weather-api.googlecode.com/files/pywapi-(.*)\.tar\.gz
+opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a)[\-\.]?\d*)$/$1~$2/,\
+downloadurlmangle=s%.*/([^/]*)/downloads/detail\?name=([^=&]*).*%http://$1.googlecode.com/files/$2%,filenamemangle=s/.*name=([^&]+).*/$1/ \
+http://code.google.com/p/python-weather-api/downloads/list?can=1 .*=pywapi-(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)|zip).*
More information about the Python-modules-commits
mailing list