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

lintian: r99 - in trunk: checks debian



Author: jeroen
Date: 2004-03-08 01:39:28 +0100 (Mon, 08 Mar 2004)
New Revision: 99

Modified:
   trunk/checks/fields
   trunk/debian/changelog
Log:
checks/fields:
+ Accept more whitespace in relations, which is allowed according to
  policy, thanks Adrian Bunk for noticing, FL for fixing (Closes: #200280)


Modified: trunk/checks/fields
===================================================================
--- trunk/checks/fields	2004-03-08 00:14:00 UTC (rev 98)
+++ trunk/checks/fields	2004-03-08 00:39:28 UTC (rev 99)
@@ -297,7 +297,7 @@
 	    my @seen_alternates;
 	    for my $alt (@alternates) {
 		# fill in blank
-		if ($alt =~ m/^(\S+)\s*\((<<|<=|=|>=|>>|<|>)\s*(\S+)\s*\)$/) {
+		if ($alt =~ m/^(\S+)\s*\(\s*(<<|<=|=|>=|>>|<|>)\s*(\S+)\s*\)$/) {
                     ($relpkg, $relation, $version) = ($1, $2, $3);
                     tag_warn("obsolete-relation-form", "$fld:", $alt)
 		        if ($relation eq '<' or $relation eq '>');

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2004-03-08 00:14:00 UTC (rev 98)
+++ trunk/debian/changelog	2004-03-08 00:39:28 UTC (rev 99)
@@ -85,6 +85,8 @@
     + Test syntax of Uploaders: too
     + Don't consider depending on coreutils bad, as this is in a way a
       versioned depend (Closes: #216536)
+    + Accept more whitespace in relations, which is allowed according to
+      policy, thanks Adrian Bunk for noticing, FL for fixing (Closes: #200280)
   * checks/scripts:
     + Tighten up mknod, dpkg --print-architecture and killall detection in
       maintainer scripts, would need rewrite to be really sane



Reply to: