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

lintian: r895 - in trunk: checks debian



Author: rra
Date: 2007-06-04 19:01:29 +0200 (Mon, 04 Jun 2007)
New Revision: 895

Modified:
   trunk/checks/scripts
   trunk/debian/changelog
Log:
  + [RA] Add jed and friends.  Thanks, J?\195?\182rg Sommer.  (Closes: #426469)

Modified: trunk/checks/scripts
===================================================================
--- trunk/checks/scripts	2007-06-04 04:00:59 UTC (rev 894)
+++ trunk/checks/scripts	2007-06-04 17:01:29 UTC (rev 895)
@@ -52,6 +52,8 @@
 			  'gosh' => '/usr/bin/gosh',
 			  'guile' => '/usr/bin/guile',
 			  'install-menu' => '/usr/bin/install-menu',
+			  'jed' => '/usr/bin/jed',
+			  'jed-script' => '/usr/bin/jed-script',
 			  'jruby0.9' => '/usr/bin/jruby0.9',
 			  'jruby1.0' => '/usr/bin/jruby1.0',
 			  'js' => '/usr/bin/js',
@@ -111,6 +113,7 @@
 			  'wish8.0' => '/usr/bin/wish8.0',
 			  'wish8.3' => '/usr/bin/wish8.3',
 			  'wish8.4' => '/usr/bin/wish8.4',
+			  'xjed' => '/usr/bin/xjed',
 			  'yforth' => '/usr/bin/yforth',
 			  'zsh' => '/bin/zsh'
 			 );
@@ -132,6 +135,8 @@
 				'gnuplot' => 'gnuplot',
 				'gosh' => 'gauche',
 				'guile' => 'guile',
+				'jed' => 'jed',
+				'jed-script' => 'jed',
 				'jruby0.9' => 'jruby0.9',
 				'jruby1.0' => 'jruby1.0',
 				'js' => 'ngs-js',
@@ -167,6 +172,7 @@
 				'tcsh' => 'tcsh',
 				'tixwish' => 'tix',
 				'trs' => 'konwert',
+				'xjed' => 'xjed',
 				'yforth' => 'yforth',
 				'zsh' => 'zsh'
 			       );

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-06-04 04:00:59 UTC (rev 894)
+++ trunk/debian/changelog	2007-06-04 17:01:29 UTC (rev 895)
@@ -35,6 +35,7 @@
     + [RA] Diagnose removal of device files in maintainer scripts per
       Policy 10.6.  (Closes: #268688)
     + [RA] Add jruby1.0.  Thanks, Sebastien Delafond.  (Closes: #426950)
+    + [RA] Add jed and friends.  Thanks, Jörg Sommer.  (Closes: #426469)
     + [RA] Move several maintainer script checks specific to shell scripts
       inside the conditional so that they won't run on maintainer scripts
       not written in shell.
@@ -44,7 +45,7 @@
   * frontend/lintian-info:
     + [CW] Fix uninitialized value warning after reading a blank line.
 
- -- Russ Allbery <rra@debian.org>  Sun, 03 Jun 2007 20:59:12 -0700
+ -- Russ Allbery <rra@debian.org>  Mon, 04 Jun 2007 10:01:17 -0700
 
 lintian (1.23.30) unstable; urgency=low
 



Reply to: