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

lintian: r545 - in trunk: checks debian



Author: djpig
Date: 2006-01-19 14:34:25 +0100 (Thu, 19 Jan 2006)
New Revision: 545

Modified:
   trunk/checks/scripts
   trunk/debian/changelog
Log:
Add parrot to list of valid interpreters (Closes: #346335)


Modified: trunk/checks/scripts
===================================================================
--- trunk/checks/scripts	2006-01-19 13:28:21 UTC (rev 544)
+++ trunk/checks/scripts	2006-01-19 13:34:25 UTC (rev 545)
@@ -55,6 +55,7 @@
 			  'nawk' => '/usr/bin/nawk',
 			  'ocaml' => '/usr/bin/ocamlrun',
 			  'ocamlrun' => '/usr/bin/ocamlrun',
+			  'parrot' => '/usr/bin/parrot',
 			  'perl' => '/usr/bin/perl',
 			  'perl-5.005' => '/usr/bin/perl-5.005',
 			  'perl-5.004' => '/usr/bin/perl-5.004',
@@ -118,6 +119,7 @@
 				'make' => 'make,build-essential',
 				'mawk' => 'mawk',
 				'ocaml' => 'ocaml',
+				'parrot' => 'parrot',
 				'perl-5.005' => 'perl-5.005',
 				'perl-5.004' => 'perl-5.004',
 				'pforth' => 'pforth',

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-01-19 13:28:21 UTC (rev 544)
+++ trunk/debian/changelog	2006-01-19 13:34:25 UTC (rev 545)
@@ -41,6 +41,7 @@
       a must in policy. Pointed out by Bartosz Fenski (Closes: #344928)
     + [FL] dpkg --print-installation-architecture is deprecated
       so delete dpkg-print-architecture-in-maintainer-script
+    + [FL] Add parrot to list of valid interpreters (Closes: #346335)
 
  -- Frank Lichtenheld <djpig@debian.org>  Wed,  4 Jan 2006 16:02:50 +0100
 



Reply to: