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

lintian: r205 - branches/1.23.0/checks



Author: jeroen
Date: 2004-04-22 11:50:01 +0200 (Thu, 22 Apr 2004)
New Revision: 205

Modified:
   branches/1.23.0/checks/fields
Log:
Drop bogus return from fields

Modified: branches/1.23.0/checks/fields
===================================================================
--- branches/1.23.0/checks/fields	2004-04-21 21:53:01 UTC (rev 204)
+++ branches/1.23.0/checks/fields	2004-04-22 09:50:01 UTC (rev 205)
@@ -73,7 +73,6 @@
 			$debian =~ /^-([^.]+)?(?:\.[^.]+)?(?:\.[^.]+)?(\..*)?$/;
 			if (not defined $1 or defined $2) {
 				print "W: $pkg $type: debian-revision-not-well-formed $version\n";
-				return;
 			}
 		}
 	} else {



Reply to: