[Python-modules-commits] r13464 - in packages/cssutils/trunk/debian (changelog watch)

lool at users.alioth.debian.org lool at users.alioth.debian.org
Fri Jun 18 07:41:44 UTC 2010


    Date: Friday, June 18, 2010 @ 07:41:41
  Author: lool
Revision: 13464

debian/watch: allow for letters in upstream versions.

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

Modified: packages/cssutils/trunk/debian/changelog
===================================================================
--- packages/cssutils/trunk/debian/changelog	2010-06-18 07:23:34 UTC (rev 13463)
+++ packages/cssutils/trunk/debian/changelog	2010-06-18 07:41:41 UTC (rev 13464)
@@ -1,7 +1,11 @@
 cssutils (0.9.6-2) UNRELEASED; urgency=low
 
+  [ Sameer Rahmani ]
   * watch file fixed.
 
+  [ Loïc Minier ]
+  * debian/watch: allow for letters in upstream versions.
+
  -- Sameer Rahmani <lxsameer at gmail.com>  Sat, 22 May 2010 21:08:37 +0430
 
 cssutils (0.9.6-1) unstable; urgency=low

Modified: packages/cssutils/trunk/debian/watch
===================================================================
--- packages/cssutils/trunk/debian/watch	2010-06-18 07:23:34 UTC (rev 13463)
+++ packages/cssutils/trunk/debian/watch	2010-06-18 07:41:41 UTC (rev 13464)
@@ -2,5 +2,5 @@
 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&.*
+http://code.google.com/p/cssutils/downloads/detail[?]name=cssutils-([0-9.a-z]+).zip&.*
 




More information about the Python-modules-commits mailing list