[Python-modules-commits] r28101 - in packages/python-keyczar/trunk/debian (watch)

chrisk-guest at users.alioth.debian.org chrisk-guest at users.alioth.debian.org
Mon Mar 10 00:37:38 UTC 2014


    Date: Monday, March 10, 2014 @ 00:37:37
  Author: chrisk-guest
Revision: 28101

Fixes for upstream version number parsing

First, upstream's "b" qualifier of the 06b release wasn't a "beta" indicator,
it was part of the version. Second, 06b should have been 0.6b, so we fix this
one mistake explicitly.

Modified:
  packages/python-keyczar/trunk/debian/watch

Modified: packages/python-keyczar/trunk/debian/watch
===================================================================
--- packages/python-keyczar/trunk/debian/watch	2014-03-10 00:36:09 UTC (rev 28100)
+++ packages/python-keyczar/trunk/debian/watch	2014-03-10 00:37:37 UTC (rev 28101)
@@ -1,6 +1,8 @@
 version=3
 # The URL now conforms to http://wiki.debian.org/debian/watch/#Google_Code
+# 06b -> 0.6b is a one-time manual correction. Upstream apparently goofed up
+# this one version number for Python and Java.
 opts=\
-uversionmangle=s/(\d+)\.(\d+)(\D+)/$1.$2~$3/,\
+uversionmangle=s/06b/0.6b/,\
 dversionmangle=s/\+svn\d+// \
 http://code.google.com/p/keyczar/downloads/list?can=1 .*/python-keyczar-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list