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

lintian: r518 - in trunk: checks debian



Author: djpig
Date: 2005-12-17 20:11:41 +0100 (Sat, 17 Dec 2005)
New Revision: 518

Modified:
   trunk/checks/po-debconf
   trunk/debian/changelog
Log:
Fix logical error in search for files (Closes: #342707)


Modified: trunk/checks/po-debconf
===================================================================
--- trunk/checks/po-debconf	2005-12-17 19:03:10 UTC (rev 517)
+++ trunk/checks/po-debconf	2005-12-17 19:11:41 UTC (rev 518)
@@ -45,9 +45,7 @@
 			}
 		}
 		close(IN);
-		last;
-	}
-	if ($file =~ m/^(.+\.)?config(\..+)?$/) {
+	} elsif ($file =~ m/^(.+\.)?config(\..+)?$/) {
 	    $has_config = 1;
 	}
 }

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-12-17 19:03:10 UTC (rev 517)
+++ trunk/debian/changelog	2005-12-17 19:11:41 UTC (rev 518)
@@ -23,6 +23,8 @@
     + [FL] debhelper compat level 3 is deprecated as well now (Closes: #340222)
   * checks/files:
     + [FL] forgot /lib(32|64) (more #328612 fixes)
+  * checks/po-debconf:
+    + [FL] Fix logical error in search for files (Closes: #342707)
   * checks/shared-libs:
     + [FL] forgot /lib(32|64) (hopefully finally closes: #328612)
 



Reply to: