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

lintian: r564 - in trunk: checks debian



Author: rra
Date: 2006-03-05 08:42:58 +0100 (Sun, 05 Mar 2006)
New Revision: 564

Modified:
   trunk/checks/scripts
   trunk/debian/changelog
Log:
  + [RA] Add fish and expectk to the list of valid interpreters.
    (Closes: #351624, #353770)

Modified: trunk/checks/scripts
===================================================================
--- trunk/checks/scripts	2006-03-05 07:11:27 UTC (rev 563)
+++ trunk/checks/scripts	2006-03-05 07:42:58 UTC (rev 564)
@@ -40,6 +40,8 @@
 			  'csh' => '/bin/csh',
 			  'dash' => '/bin/dash',
 			  'expect' => '/usr/bin/expect',
+			  'expectk' => '/usr/bin/expectk',
+			  'fish' => '/usr/bin/fish',
 			  'gawk' => '/usr/bin/gawk',
 			  'gforth' => '/usr/bin/gforth',
 			  'gnuplot' => '/usr/bin/gnuplot',

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-03-05 07:11:27 UTC (rev 563)
+++ trunk/debian/changelog	2006-03-05 07:42:58 UTC (rev 564)
@@ -27,6 +27,8 @@
     + [RA] Make the syntax checking of shell scripts more robust against
       filenames containing shell metacharacters.  Reported by Michael
       Stilkerich.
+    + [RA] Add fish and expectk to the list of valid interpreters.
+      (Closes: #351624, #353770)
   * checks/shared-libs:
     + [JvW] Fix postinst-must-call-ldconfig to also get emitted when there is
       no postinst at all, instead of just one lacking a ldconfig call



Reply to: