From 620df264b7665d7c6406a7d2b63ba693df352e87 Mon Sep 17 00:00:00 2001 From: Bastian Blank Date: Sun, 19 Nov 2006 17:07:04 +0000 Subject: [PATCH] debian/templates/patch.apply.in: Fix version check. svn path=/dists/trunk/linux-2.6/; revision=7849 --- debian/templates/patch.apply.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/debian/templates/patch.apply.in b/debian/templates/patch.apply.in index 2a10a039d..0d30ef9cd 100644 --- a/debian/templates/patch.apply.in +++ b/debian/templates/patch.apply.in @@ -208,12 +208,9 @@ class version(object): _re = r""" ^ ( - (?: - \d+\.\d+\.\d+\+ - )? \d+\.\d+\.\d+ (?: - -.+? + ~.+? )? ) -