[Python-modules-commits] r13069 - in packages/mod-wsgi/trunk/debian (changelog watch)
lxsameer-guest at users.alioth.debian.org
lxsameer-guest at users.alioth.debian.org
Sun May 23 20:57:07 UTC 2010
Date: Sunday, May 23, 2010 @ 20:57:05
Author: lxsameer-guest
Revision: 13069
watch file fixed.
Modified:
packages/mod-wsgi/trunk/debian/changelog
packages/mod-wsgi/trunk/debian/watch
Modified: packages/mod-wsgi/trunk/debian/changelog
===================================================================
--- packages/mod-wsgi/trunk/debian/changelog 2010-05-23 20:01:16 UTC (rev 13068)
+++ packages/mod-wsgi/trunk/debian/changelog 2010-05-23 20:57:05 UTC (rev 13069)
@@ -1,3 +1,9 @@
+mod-wsgi (3.2-3) UNRELEASED; urgency=low
+
+ * watch file fixed.
+
+ -- Sameer Rahmani <lxsameer at gmail.com> Mon, 24 May 2010 01:23:24 +0430
+
mod-wsgi (3.2-2) unstable; urgency=low
* mod-wsgi needs to depend on libpython for Python > 2.5.
Modified: packages/mod-wsgi/trunk/debian/watch
===================================================================
--- packages/mod-wsgi/trunk/debian/watch 2010-05-23 20:01:16 UTC (rev 13068)
+++ packages/mod-wsgi/trunk/debian/watch 2010-05-23 20:57:05 UTC (rev 13069)
@@ -1,4 +1,5 @@
version=3
-
-opts="filenamemangle=s/.*\/mod_wsgi/mod-wsgi/,uversionmangle=s/([0-9.]*)([^0-9.].*)/$1~$2/" \
-http://code.google.com/p/modwsgi/downloads/list http://modwsgi.googlecode.com/files/mod_wsgi-([0-9.]*)\.tar\.gz
+opts=\
+downloadurlmangle=s|.*[?]name=(.*?)&.*|http://modwsgi.googlecode.com/files/$1|,\
+filenamemangle=s|[^/]+[?]name=(.*?)&.*|$1| \
+http://code.google.com/p/modwsgi/downloads/detail[?]name=mod_wsgi-([0-9.]+).tar.gz&.*
More information about the Python-modules-commits
mailing list