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

lintian: r1095 - in trunk: checks debian



Author: rra
Date: 2008-01-03 05:50:40 +0100 (Thu, 03 Jan 2008)
New Revision: 1095

Modified:
   trunk/checks/scripts
   trunk/debian/changelog
Log:
* checks/scripts:
  + [RA] Add lua40 and lua5.1.  Thanks, Enrico Tassi.  (Closes: #457219)

Modified: trunk/checks/scripts
===================================================================
--- trunk/checks/scripts	2008-01-03 04:46:24 UTC (rev 1094)
+++ trunk/checks/scripts	2008-01-03 04:50:40 UTC (rev 1095)
@@ -60,7 +60,9 @@
 			  'kforth' => '/usr/bin/kforth',
 			  'ksh' => '/bin/ksh',
 			  'lefty' => '/usr/bin/lefty',
+			  'lua40' => '/usr/bin/lua40',
 			  'lua50' => '/usr/bin/lua50',
+			  'lua5.1' => '/usr/bin/lua5.1',
 			  'magicfilter' => '/usr/sbin/magicfilter',
 			  'make' => '/usr/bin/make',
 			  'mawk' => '/usr/bin/mawk',
@@ -144,7 +146,9 @@
 				'kforth' => 'kforth',
 				'ksh' => 'pdksh',
 				'lefty' => 'graphviz',
+				'lua40' => 'lua40',
 				'lua50' => 'lua50',
+				'lua5.1' => 'lua5.1',
 				'magicfilter' => 'magicfilter',
 				'make' => 'make | build-essential',
 				'mawk' => 'mawk',
@@ -706,4 +710,8 @@
 
 1;
 
+# Local Variables:
+# indent-tabs-mode: t
+# cperl-indent-level: 4
+# End:
 # vim: syntax=perl ts=8 sw=4

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-01-03 04:46:24 UTC (rev 1094)
+++ trunk/debian/changelog	2008-01-03 04:50:40 UTC (rev 1095)
@@ -31,6 +31,8 @@
   * checks/patch-systems:
     + [RA] dpatch permits multiple patches to be listed on the same line
       of 00list.  Patch by Chris Lamb.  (Closes: #457523)
+  * checks/scripts:
+    + [RA] Add lua40 and lua5.1.  Thanks, Enrico Tassi.  (Closes: #457219)
   * checks/shared-libs{.desc,}:
     + [RA] New check for version numbers in symbol files.  Based on a
       patch from Raphael Hertzog.  (Closes: #457067)


Reply to: