[Pkg-xen-changes] r340 - trunk/xen-3.0/debian/bin

Bastian Blank waldi at costa.debian.org
Sun Oct 8 15:50:56 UTC 2006


Author: waldi
Date: Sun Oct  8 15:50:55 2006
New Revision: 340

Modified:
   trunk/xen-3.0/debian/bin/gencontrol.py

Log:
debian/bin/gencontrol.py: Support ~rc versions.


Modified: trunk/xen-3.0/debian/bin/gencontrol.py
==============================================================================
--- trunk/xen-3.0/debian/bin/gencontrol.py	(original)
+++ trunk/xen-3.0/debian/bin/gencontrol.py	Sun Oct  8 15:50:55 2006
@@ -133,7 +133,11 @@
             (
                 (
                     (?P<minor>\.\d+)
-                    -\d+
+                    (
+                        (-\d+)
+                        |
+                        (~rc\d+)
+                    )
                 )
                 |
                 (?P<unstable>-unstable)



More information about the Pkg-xen-changes mailing list