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

lintian: r316 - in trunk: checks debian testset/relations/debian



Author: djpig
Date: 2004-07-03 00:20:34 +0200 (Sat, 03 Jul 2004)
New Revision: 316

Modified:
   trunk/checks/fields
   trunk/debian/changelog
   trunk/testset/relations/debian/control
Log:
Allow whitespace in relations after the version number


Modified: trunk/checks/fields
===================================================================
--- trunk/checks/fields	2004-07-02 21:19:56 UTC (rev 315)
+++ trunk/checks/fields	2004-07-02 22:20:34 UTC (rev 316)
@@ -504,7 +504,7 @@
 	$pkg = $1 if $dep =~ s/^\s*([^\s\[\(]+)\s*//;
 
 	if (length $dep) {
-		if ($dep =~ s/\s* \( \s* (<<|<=|<|=|>=|>>|>) \s* ([^(]+) \) \s*//x) {
+		if ($dep =~ s/\s* \( \s* (<<|<=|<|=|>=|>>|>) \s* ([^\s(]+) \s* \) \s*//x) {
 			@$version = ($1, $2);
 		}
 		if ($dep && $dep =~ s/\s*\[([^\]]+)\]\s*//) {

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2004-07-02 21:19:56 UTC (rev 315)
+++ trunk/debian/changelog	2004-07-02 22:20:34 UTC (rev 316)
@@ -54,6 +54,7 @@
       <sgunderson@bigfoot.com>. (Closes: #255593)
     + [HE] Don't issue virtual-package-depends-without-real-package-depends 
       if this happens in Suggests. (Closes: #254367)
+    + [FL] Allow whitespace in relations after the version number
   * checks/huge-usr-share:
     + [FL] Skip check for packages that don't have usr/share at all
       (Closes: #247708)

Modified: trunk/testset/relations/debian/control
===================================================================
--- trunk/testset/relations/debian/control	2004-07-02 21:19:56 UTC (rev 315)
+++ trunk/testset/relations/debian/control	2004-07-02 22:20:34 UTC (rev 316)
@@ -9,7 +9,7 @@
 
 Package: relations
 Architecture: all
-Depends: relations, relations(<< 3), dpkg, bash (>> 2.0), mail-transport-agent, gawk | awk, foo (>> 2.0), foo (<< 2.2), coreutils
+Depends: relations, relations(<< 3), dpkg, bash (>> 2.0 ), mail-transport-agent, gawk | awk, foo (>> 2.0), foo (<< 2.2), coreutils
 Provides: mail-reader
 Replaces: relations
 Conflicts: foobar (<< 5&5), foo, relations,



Reply to: