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

Bug#469924: lintian: suggestion: check for dynamic UIDs or GIDs in file ownership



Hello. I just discovered a slight flaw in an if test in the patch I
submitted. The test is just for internal consistency, so it's almost
not worth to mention, but here's a simple patch against SVN trunk:

Index: checks/files
===================================================================
--- checks/files        (revision 1264)
+++ checks/files        (working copy)
@@ -884,7 +884,7 @@
 }
 close(IN);
 
-fail("mismatching contents of index files") if <NUMERIC>;
+fail("mismatching contents of index files") if defined <NUMERIC>;
 close(NUMERIC);
 
 #check for sect: games but nothing in /usr/games. Check for any binary to


(A superfluous "0" at end of file won't trigger the original test.)

Sorry for this inconvenience.



Reply to: