aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Hutchings <benh@debian.org>2011-08-16 04:05:37 +0000
committerBen Hutchings <benh@debian.org>2011-08-16 04:05:37 +0000
commit72f160b3eae1d9175554ababb15cb12126653849 (patch)
tree5e52ede0e851db69bb4e115591c5a606629d9d07
parent0876620cb76df7fd416d1a27ad2e6b9a89939664 (diff)
downloadkernel_replicant_linux-72f160b3eae1d9175554ababb15cb12126653849.tar.gz
kernel_replicant_linux-72f160b3eae1d9175554ababb15cb12126653849.tar.bz2
kernel_replicant_linux-72f160b3eae1d9175554ababb15cb12126653849.zip
Expect stable version numbers to have 3 components
svn path=/dists/sid/linux-2.6/; revision=17935
-rwxr-xr-xdebian/patches/bugfix/all/stable/gen-patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/bugfix/all/stable/gen-patch b/debian/patches/bugfix/all/stable/gen-patch
index 380803877421..8e5625939bd7 100755
--- a/debian/patches/bugfix/all/stable/gen-patch
+++ b/debian/patches/bugfix/all/stable/gen-patch
@@ -6,7 +6,7 @@ from debian_linux.config import ConfigCoreHierarchy
from debian_linux.debian import Changelog
class Version(object):
- _rules = ur"^(\d+\.\d+\.\d+)\.(\d+)$"
+ _rules = ur"^(\d+\.\d+)\.(\d+)$"
_re = re.compile(_rules)
def __init__(self, version):