[Pkg-xen-changes] r711 - in trunk/xen-3/debian: . lib/python/debian_xen

Bastian Blank waldi at alioth.debian.org
Fri Feb 26 14:12:58 UTC 2010


Author: waldi
Date: Fri Feb 26 14:12:56 2010
New Revision: 711

Log:
* debian/changelog: Update version to 3.4.3~rc2-1.
* debian/lib/python/debian_xen/debian.py: Accept rc versions.

Modified:
   trunk/xen-3/debian/changelog
   trunk/xen-3/debian/lib/python/debian_xen/debian.py

Modified: trunk/xen-3/debian/changelog
==============================================================================
--- trunk/xen-3/debian/changelog	Fri Feb 26 14:11:57 2010	(r710)
+++ trunk/xen-3/debian/changelog	Fri Feb 26 14:12:56 2010	(r711)
@@ -1,3 +1,9 @@
+xen-3 (3.4.3~rc2-1) UNRELEASED; urgency=low
+
+  * New upstream release candidate.
+
+ -- Bastian Blank <waldi at debian.org>  Wed, 24 Feb 2010 15:17:30 +0100
+
 xen-3 (3.4.2-2) unstable; urgency=low
 
   * Remove Jeremy T. Bouse from uploaders.

Modified: trunk/xen-3/debian/lib/python/debian_xen/debian.py
==============================================================================
--- trunk/xen-3/debian/lib/python/debian_xen/debian.py	Fri Feb 26 14:11:57 2010	(r710)
+++ trunk/xen-3/debian/lib/python/debian_xen/debian.py	Fri Feb 26 14:12:56 2010	(r711)
@@ -9,10 +9,9 @@
 )
 \.\d+
 (?:
-    \+hg
-    (?P<hg_rev>
-        \d+
-    )
+    \+hg\d+
+    |
+    ~rc\d+
 )?
 -
 (?:[^-]+)



More information about the Pkg-xen-changes mailing list