[Python-modules-commits] r3677 - in /packages/cheetah/trunk/debian: changelog watch

arnau-guest at users.alioth.debian.org arnau-guest at users.alioth.debian.org
Sun Nov 18 17:42:21 UTC 2007


Author: arnau-guest
Date: Sun Nov 18 17:42:21 2007
New Revision: 3677

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3677
Log:
debian/watch: fix uversionmangle regex for stable versions

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

Modified: packages/cheetah/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/cheetah/trunk/debian/changelog?rev=3677&op=diff
==============================================================================
--- packages/cheetah/trunk/debian/changelog (original)
+++ packages/cheetah/trunk/debian/changelog Sun Nov 18 17:42:21 2007
@@ -5,6 +5,8 @@
     + Update debian/patches/02_clean_modules.patch.
   * debian/NEWS:
     + Fix lintian warning on the first changelog entry.
+  * debian/watch:
+    + Fix uversionmangle regex for stable versions. 
   
   [ Piotr Ożarowski ]
   * debian/control:

Modified: packages/cheetah/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/cheetah/trunk/debian/watch?rev=3677&op=diff
==============================================================================
--- packages/cheetah/trunk/debian/watch (original)
+++ packages/cheetah/trunk/debian/watch Sun Nov 18 17:42:21 2007
@@ -1,3 +1,3 @@
 version=3
-opts=uversionmangle=s/([\d.]*)(\w*)/$1~$2/ \
+opts=uversionmangle=s/([a-zA-Z]+)/~$1/ \
 	http://qa.debian.org/watch/sf.php/cheetahtemplate/ Cheetah-([\d.\w]*).tar.gz




More information about the Python-modules-commits mailing list