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

lintian: r969 - trunk/checks



Author: rra
Date: 2007-10-15 05:38:09 +0200 (Mon, 15 Oct 2007)
New Revision: 969

Modified:
   trunk/checks/files
Log:
Diagnose any capitalization of Thumbs.db.


Modified: trunk/checks/files
===================================================================
--- trunk/checks/files	2007-10-15 03:37:26 UTC (rev 968)
+++ trunk/checks/files	2007-10-15 03:38:09 UTC (rev 969)
@@ -554,7 +554,7 @@
 	}
 
 	# ---------------- Autogenerated databases from other OSes
-	if ($file =~ m,/Thumbs\.db(\.gz)?$,) {
+	if ($file =~ m,/Thumbs\.db(\.gz)?$,i) {
 	    tag "windows-thumbnail-database-in-package", "$file";
 	}
 	if ($file =~ m,/\.DS_Store$,) {



Reply to: