[Pkg-ocaml-maint-commits] r5362 - /trunk/tools/gen-binNMU-request/gen-binNMU-request.py

glondu-guest at users.alioth.debian.org glondu-guest at users.alioth.debian.org
Sat Mar 22 12:41:24 UTC 2008


Author: glondu-guest
Date: Sat Mar 22 12:41:24 2008
New Revision: 5362

URL: http://svn.debian.org/wsvn/?sc=1&rev=5362
Log:
More precise regexp for matching ocaml-*-x.xx.x

Modified:
    trunk/tools/gen-binNMU-request/gen-binNMU-request.py

Modified: trunk/tools/gen-binNMU-request/gen-binNMU-request.py
URL: http://svn.debian.org/wsvn/trunk/tools/gen-binNMU-request/gen-binNMU-request.py?rev=5362&op=diff
==============================================================================
--- trunk/tools/gen-binNMU-request/gen-binNMU-request.py (original)
+++ trunk/tools/gen-binNMU-request/gen-binNMU-request.py Sat Mar 22 12:41:24 2008
@@ -18,7 +18,7 @@
 edge_re = sre.compile('^edge[ "]*([^ "]+)[ "]*([^ "]+).*$')
 rmadison_re = sre.compile("[ |,\n]+")
 binNMU_re = sre.compile("\+b([0-9]+)$")
-ocamlABI_re = sre.compile(r">ocaml-[a-z-]*\d[0-9.]*\d</a>")
+ocamlABI_re = sre.compile(r">ocaml-([a-z-]*-|)\d+\.\d+\.\d+</a>")
 
 excluded_archs = ("source", "all", "hurd-i386", "kfreebsd-i386", "kfreebsd-amd64")
 reference_arch = "i386"




More information about the Pkg-ocaml-maint-commits mailing list