debian/lib/python/debian_linux/debian.py: Update.

svn path=/dists/trunk/linux-2.6/; revision=8233
This commit is contained in:
Bastian Blank 2007-01-27 21:01:14 +00:00
parent c68949fa25
commit 5be1182aea
1 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ def read_changelog(dir = '', version = None):
class Version(object):
_version_rules = ur"""
^
(
(?:
(?P<epoch>
\d+
)
@ -59,7 +59,7 @@ class Version(object):
(?P<upstream>
.+?
)
(
(?:
-
(?P<debian>[^-]+)
)?