From e16e5036205798ec2368591f6858e015e58ca846 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 27 Apr 2015 19:33:39 +0000 Subject: [PATCH] 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 --- debian/lib/python/debian_linux/debian.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/lib/python/debian_linux/debian.py b/debian/lib/python/debian_linux/debian.py index 0d4d0299a..ad8e70219 100644 --- a/debian/lib/python/debian_linux/debian.py +++ b/debian/lib/python/debian_linux/debian.py @@ -140,7 +140,7 @@ class VersionLinux(Version): ) | (?P - ~bpo\d\d\+\d+ + ~bpo\d+\+\d+ ) | (?P