debian/lib/python/debian_linux/debian.py: Accept NMU version.

svn path=/dists/trunk/linux-2.6/; revision=14673
This commit is contained in:
Bastian Blank 2009-11-24 18:35:28 +00:00
parent eb927a5fd2
commit f39af9bc20
1 changed files with 2 additions and 1 deletions

View File

@ -118,6 +118,7 @@ class VersionLinux(Version):
)?
-
\d+
(\.\d+)?
(?:
(?P<revision_experimental>
~experimental\.\d+
@ -125,7 +126,7 @@ class VersionLinux(Version):
|
(?P<revision_other>
[^-]+
)?
)
)?
$
"""