[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

lintian: r223 - branches/1.23.0/checks



Author: djpig
Date: 2004-04-25 23:03:25 +0200 (Sun, 25 Apr 2004)
New Revision: 223

Modified:
   branches/1.23.0/checks/debhelper
Log:
Allow more spaces in DH_COMPAT regex as make seems to allow them


Modified: branches/1.23.0/checks/debhelper
===================================================================
--- branches/1.23.0/checks/debhelper	2004-04-25 19:50:52 UTC (rev 222)
+++ branches/1.23.0/checks/debhelper	2004-04-25 21:03:25 UTC (rev 223)
@@ -81,7 +81,7 @@
 	}
 	$seencommand = 1;
 	$needbuilddepends = 1;
-    } elsif (/^\s*export\s+DH_COMPAT=(\d+)/) {
+    } elsif (/^\s*export\s+DH_COMPAT\s*=\s*(\d+)/) {
 	$needversiondepends = $1;
     }
 }



Reply to: