[kernel] r7849 - dists/trunk/linux-2.6/debian/templates

Bastian Blank waldi at alioth.debian.org
Sun Nov 19 17:07:04 UTC 2006


Author: waldi
Date: Sun Nov 19 18:07:04 2006
New Revision: 7849

Modified:
   dists/trunk/linux-2.6/debian/templates/patch.apply.in
Log:
debian/templates/patch.apply.in: Fix version check.


Modified: dists/trunk/linux-2.6/debian/templates/patch.apply.in
==============================================================================
--- dists/trunk/linux-2.6/debian/templates/patch.apply.in	(original)
+++ dists/trunk/linux-2.6/debian/templates/patch.apply.in	Sun Nov 19 18:07:04 2006
@@ -208,12 +208,9 @@
     _re = r"""
 ^
 (
-    (?:
-        \d+\.\d+\.\d+\+
-    )?
     \d+\.\d+\.\d+
     (?:
-        -.+?
+        ~.+?
     )?
 )
 -



More information about the Kernel-svn-changes mailing list