Fix regex for the bpo version suffix

The Debian release is now identified by only the major version so
there need not be 2 digits directly after ~bpo.  Eventually the
major version will grow to 2 digits itself, so allow 1 or more
digits after the ~bpo.

svn path=/dists/trunk/linux/; revision=22538
This commit is contained in:
Ben Hutchings 2015-04-27 19:33:39 +00:00
parent 5750b29673
commit e16e503620
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ class VersionLinux(Version):
)
|
(?P<revision_backports>
~bpo\d\d\+\d+
~bpo\d+\+\d+
)
|
(?P<revision_other>