[Python-modules-commits] r13767 - in packages/python-keyczar/trunk/debian (watch)
chrisk-guest at users.alioth.debian.org
chrisk-guest at users.alioth.debian.org
Fri Jul 2 20:06:17 UTC 2010
Date: Friday, July 2, 2010 @ 20:06:02
Author: chrisk-guest
Revision: 13767
Use uversionmangle rather than dversionmangle
Modified:
packages/python-keyczar/trunk/debian/watch
Modified: packages/python-keyczar/trunk/debian/watch
===================================================================
--- packages/python-keyczar/trunk/debian/watch 2010-07-02 19:46:57 UTC (rev 13766)
+++ packages/python-keyczar/trunk/debian/watch 2010-07-02 20:06:02 UTC (rev 13767)
@@ -2,5 +2,5 @@
opts=\
downloadurlmangle=s|.*[?]name=(.*?)&.*|http://keyczar.googlecode.com/files/$1|,\
filenamemangle=s|[^/]+[?]name=(.*?)&.*|$1|,\
-dversionmangle=s/~// \
+uversionmangle=s/(\d+)\.(\d+)(\D+)/$1.$2~$3/ \
http://code.google.com/p/keyczar/downloads/detail[?]name=python-keyczar-(.*).tar.gz&.*
More information about the Python-modules-commits
mailing list