debian/templates/patch.apply.in: Fix version check.

svn path=/dists/trunk/linux-2.6/; revision=7849
This commit is contained in:
Bastian Blank 2006-11-19 17:07:04 +00:00
parent 314a07b5d1
commit 620df264b7
1 changed files with 1 additions and 4 deletions

View File

@ -208,12 +208,9 @@ class version(object):
_re = r"""
^
(
(?:
\d+\.\d+\.\d+\+
)?
\d+\.\d+\.\d+
(?:
-.+?
~.+?
)?
)
-