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

lintian: r620 - in trunk: checks debian



Author: rra
Date: 2006-04-15 19:16:13 +0200 (Sat, 15 Apr 2006)
New Revision: 620

Modified:
   trunk/checks/scripts
   trunk/debian/changelog
Log:
Add gbx and gbx2 to the list of valid interpreters.  (Closes: #362566)


Modified: trunk/checks/scripts
===================================================================
--- trunk/checks/scripts	2006-04-13 05:15:53 UTC (rev 619)
+++ trunk/checks/scripts	2006-04-15 17:16:13 UTC (rev 620)
@@ -43,6 +43,8 @@
 			  'expectk' => '/usr/bin/expectk',
 			  'fish' => '/usr/bin/fish',
 			  'gawk' => '/usr/bin/gawk',
+			  'gbx' => '/usr/bin/gbx',
+			  'gbx2' => '/usr/bin/gbx2',
 			  'gforth' => '/usr/bin/gforth',
 			  'gnuplot' => '/usr/bin/gnuplot',
 			  'guile' => '/usr/bin/guile',
@@ -114,6 +116,8 @@
 				'expectk' => 'expectk',
 				'fish' => 'fish',
 				'gawk' => 'gawk',
+				'gbx' => 'gambas-runtime',
+				'gbx2' => 'gambas2-runtime',
 				'gforth' => 'gforth',
 				'gnuplot' => 'gnuplot',
 				'guile' => 'guile',

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-04-13 05:15:53 UTC (rev 619)
+++ trunk/debian/changelog	2006-04-15 17:16:13 UTC (rev 620)
@@ -78,8 +78,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)
+    + [RA] Add python2.5, lua50, gbx, and gbx2 to the list of valid
+      interpreters.  (Closes: #361601, #361644, #362566)
   * 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: