[Python-modules-commits] r28195 - in packages/python-tornado/trunk/debian (watch)

jtaylor-guest at users.alioth.debian.org jtaylor-guest at users.alioth.debian.org
Sat Mar 15 11:34:44 UTC 2014


    Date: Saturday, March 15, 2014 @ 11:34:44
  Author: jtaylor-guest
Revision: 28195

mangle uversion to sort alpha/beta/rc correctly

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

Modified: packages/python-tornado/trunk/debian/watch
===================================================================
--- packages/python-tornado/trunk/debian/watch	2014-03-15 02:27:51 UTC (rev 28194)
+++ packages/python-tornado/trunk/debian/watch	2014-03-15 11:34:44 UTC (rev 28195)
@@ -1,2 +1,3 @@
 version=3
+opts=uversionmangle=s/.alpha/~alpha/;s/.beta/~beta/;s/.rc/~rc/;s/([0-9])b([0-9]*)/$1~b$2/g \
 https://github.com/facebook/tornado/tags .*/v(.*).tar.gz




More information about the Python-modules-commits mailing list