[Python-modules-commits] r13063 - in packages/cssutils/trunk/debian (changelog watch)
lxsameer-guest at users.alioth.debian.org
lxsameer-guest at users.alioth.debian.org
Sat May 22 16:42:50 UTC 2010
Date: Saturday, May 22, 2010 @ 16:42:45
Author: lxsameer-guest
Revision: 13063
watch file fixed.
Modified:
packages/cssutils/trunk/debian/changelog
packages/cssutils/trunk/debian/watch
Modified: packages/cssutils/trunk/debian/changelog
===================================================================
--- packages/cssutils/trunk/debian/changelog 2010-05-22 16:20:19 UTC (rev 13062)
+++ packages/cssutils/trunk/debian/changelog 2010-05-22 16:42:45 UTC (rev 13063)
@@ -1,3 +1,9 @@
+cssutils (0.9.6-2) UNRELEASED; urgency=low
+
+ * watch file fixed.
+
+ -- Sameer Rahmani <lxsameer at gmail.com> Sat, 22 May 2010 21:08:37 +0430
+
cssutils (0.9.6-1) unstable; urgency=low
* Bump up Standards-Version to 3.8.4.
Modified: packages/cssutils/trunk/debian/watch
===================================================================
--- packages/cssutils/trunk/debian/watch 2010-05-22 16:20:19 UTC (rev 13062)
+++ packages/cssutils/trunk/debian/watch 2010-05-22 16:42:45 UTC (rev 13063)
@@ -1,2 +1,6 @@
version=3
-http://code.google.com/p/cssutils/downloads/list http://cssutils.googlecode.com/files/cssutils-([^-]*)\.zip
+opts=\
+downloadurlmangle=s|.*[?]name=(.*?)&.*|http://cssutils.googlecode.com/files/$1|,\
+filenamemangle=s|[^/]+[?]name=(.*?)&.*|$1| \
+http://code.google.com/p/cssutils/downloads/detail[?]name=cssutils-([0-9.]+).zip&.*
+
More information about the Python-modules-commits
mailing list