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

lintian: r1167 - in trunk: checks debian



Author: rra
Date: 2008-02-04 05:10:37 +0100 (Mon, 04 Feb 2008)
New Revision: 1167

Modified:
   trunk/checks/files
   trunk/debian/changelog
Log:
  + [RA] Warn of more language extensions on files in the user's path.
    Patch from Chris Lamb.  (Closes: #459514)

Modified: trunk/checks/files
===================================================================
--- trunk/checks/files	2008-02-04 04:05:55 UTC (rev 1166)
+++ trunk/checks/files	2008-02-04 04:10:37 UTC (rev 1167)
@@ -619,7 +619,7 @@
 	}
 
 	# ---------------- executables with language extensions
-	if ($file =~ m,^(usr/)?(s?bin|games)/[^/]+\.(pl|sh|py)$,) {
+	if ($file =~ m,^(usr/)?(s?bin|games)/[^/]+\.(pl|sh|py|php|rb|tcl|bsh|csh|tcl)$,) {
 	    tag "script-with-language-extension", "$file";
 	}
 

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-02-04 04:05:55 UTC (rev 1166)
+++ trunk/debian/changelog	2008-02-04 04:10:37 UTC (rev 1167)
@@ -40,6 +40,8 @@
       Patch from Chris Lamb.  (Closes: #458742)
     + [RA] Warn of .gitignore files installed by the package.  Patch from
       Chris Lamb.  (Closes: #459502)
+    + [RA] Warn of more language extensions on files in the user's path.
+      Patch from Chris Lamb.  (Closes: #459514)
   * checks/infofiles:
     + [RA] Don't issue unknown-intepreter for maintainer scripts with
       weird interpreters.  checks/scripts already handles this and the tag


Reply to: