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

lintian: r284 - in trunk: checks debian



Author: cjwatson
Date: 2004-06-15 02:05:21 +0200 (Tue, 15 Jun 2004)
New Revision: 284

Modified:
   trunk/checks/scripts
   trunk/debian/changelog
Log:
Add python2.4 as a valid interpreter (Closes: #254482)


Modified: trunk/checks/scripts
===================================================================
--- trunk/checks/scripts	2004-06-11 17:09:54 UTC (rev 283)
+++ trunk/checks/scripts	2004-06-15 00:05:21 UTC (rev 284)
@@ -69,6 +69,7 @@
 			  'python2.1' => '/usr/bin/python2.1',
 			  'python2.2' => '/usr/bin/python2.2',
 			  'python2.3' => '/usr/bin/python2.3',
+			  'python2.4' => '/usr/bin/python2.4',
 			  'rexx' => '/usr/bin/rexx',
 			  'regina' => '/usr/bin/regina',
 			  'rc' => '/usr/bin/rc',

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2004-06-11 17:09:54 UTC (rev 283)
+++ trunk/debian/changelog	2004-06-15 00:05:21 UTC (rev 284)
@@ -58,6 +58,7 @@
   * checks/scripts:
     + [FL] Don't issue executable-not-elf-or-script for files
       that are named *.exe on request of mono maintainers (Closes: #251075)
+    + [CW] Add python2.4 as a valid interpreter (Closes: #254482)
   * checks/shared-libs:
     + [FL] Don't report shlib-with-executable-bit and
       shlib-with-bad-permissions on symbolic links to such files



Reply to: