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

lintian: r617 - in trunk: checks debian



Author: rra
Date: 2006-04-09 20:45:47 +0200 (Sun, 09 Apr 2006)
New Revision: 617

Modified:
   trunk/checks/scripts
   trunk/debian/changelog
Log:
  + [RA] Add python2.5 and lua50 to the list of valid interpreters.
    (Closes: #361601, #361644)

Modified: trunk/checks/scripts
===================================================================
--- trunk/checks/scripts	2006-04-05 20:19:38 UTC (rev 616)
+++ trunk/checks/scripts	2006-04-09 18:45:47 UTC (rev 617)
@@ -51,6 +51,7 @@
 			  'kforth' => '/usr/bin/kforth',
 			  'ksh' => '/bin/ksh',
 			  'lefty' => '/usr/bin/lefty',
+			  'lua50' => '/usr/bin/lua50',
 			  'magicfilter' => '/usr/sbin/magicfilter',
 			  'make' => '/usr/bin/make',
 			  'mawk' => '/usr/bin/mawk',
@@ -73,6 +74,7 @@
 			  'python2.2' => '/usr/bin/python2.2',
 			  'python2.3' => '/usr/bin/python2.3',
 			  'python2.4' => '/usr/bin/python2.4',
+			  'python2.5' => '/usr/bin/python2.5',
 			  'rexx' => '/usr/bin/rexx',
 			  'regina' => '/usr/bin/regina',
 			  'rc' => '/usr/bin/rc',
@@ -119,6 +121,7 @@
 				'kforth' => 'kforth',
 				'ksh' => 'pdksh',
 				'lefty' => 'graphviz',
+				'lua50' => 'lua50',
 				'magicfilter' => 'magicfilter',
 				'make' => 'make,build-essential',
 				'mawk' => 'mawk',

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-04-05 20:19:38 UTC (rev 616)
+++ trunk/debian/changelog	2006-04-09 18:45:47 UTC (rev 617)
@@ -69,6 +69,8 @@
       don't use invoke-rc.d.  Thanks, Lars Wirzenius.  (Closes: #353659)
     + [RA] Find missing ucf dependencies and restructure the code to allow
       easier addition of similar checks.  (Closes: #261891)
+    + [RA] Add python2.5 and lua50 to the list of valid interpreters.
+      (Closes: #361601, #361644)
   * checks/shared-libs:
     + [RA] Limit shlib-without-PT_GNU_STACK-section to only those
       architectures where gcc always adds the section.  Thanks to Frans



Reply to: