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

lintian: r402 - in trunk: checks debian



Author: cjwatson
Date: 2005-01-10 01:05:31 +0100 (Mon, 10 Jan 2005)
New Revision: 402

Modified:
   trunk/checks/scripts
   trunk/checks/scripts.desc
   trunk/debian/changelog
Log:
Add checks for tclsh8.4 and wish8.4. (Closes: #288287)


Modified: trunk/checks/scripts
===================================================================
--- trunk/checks/scripts	2005-01-09 23:57:34 UTC (rev 401)
+++ trunk/checks/scripts	2005-01-10 00:05:31 UTC (rev 402)
@@ -85,12 +85,14 @@
 			  'tcl' => '/usr/bin/tcl',
 			  'tclsh' => '/usr/bin/tclsh',
 			  'tclsh8.3' => '/usr/bin/tclsh8.3',
+			  'tclsh8.4' => '/usr/bin/tclsh8.4',
 			  'tcsh' => '/usr/bin/tcsh',
 			  'tixwish' => '/usr/bin/tixwish',
 			  'trs' => '/usr/bin/trs',
 			  'wish' => '/usr/bin/wish',
 			  'wish8.0' => '/usr/bin/wish8.0',
 			  'wish8.3' => '/usr/bin/wish8.3',
+			  'wish8.4' => '/usr/bin/wish8.4',
 			  'yforth' => '/usr/bin/yforth',
 			  'zsh' => '/usr/bin/zsh'
 			 );
@@ -130,6 +132,7 @@
 				'tcl' => 'tcl',
 				'tclsh' => 'tclsh',
 				'tclsh8.3' => 'tcl8.3',
+				'tclsh8.4' => 'tcl8.4',
 				'tcsh' => 'tcsh',
 				'tixwish' => 'tix',
 				'trs' => 'konwert',

Modified: trunk/checks/scripts.desc
===================================================================
--- trunk/checks/scripts.desc	2005-01-09 23:57:34 UTC (rev 401)
+++ trunk/checks/scripts.desc	2005-01-10 00:05:31 UTC (rev 402)
@@ -471,6 +471,10 @@
 Type: error
 Info: Tclsh 8.3 is installed as /usr/bin/tclsh8.3 on Debian systems.
 
+Tag: wrong-path-for-tclsh8.4
+Type: error
+Info: Tclsh 8.4 is installed as /usr/bin/tclsh8.4 on Debian systems.
+
 Tag: tclsh-script-but-no-tclsh-dep
 Type: error
 Info: Packages that use tclsh scripts must depend on the virtual package tclsh.
@@ -485,6 +489,13 @@
  In some cases a weaker relationship, such as Suggests or Recommends, will
  be more appropriate.
 
+Tag: tclsh8.4-script-but-no-tcl8.4-dep
+Type: error
+Info: Packages that use tclsh8.4 scripts must depend on the package tcl8.4.
+ .
+ In some cases a weaker relationship, such as Suggests or Recommends, will
+ be more appropriate.
+
 Tag: wrong-path-for-bltwish
 Type: error
 Info: bltwish is installed as /usr/bin/bltwish on Debian systems.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-01-09 23:57:34 UTC (rev 401)
+++ trunk/debian/changelog	2005-01-10 00:05:31 UTC (rev 402)
@@ -2,6 +2,8 @@
 
   * checks/common_data.pm:
     [CW] Add tclx8.4 to %known_tclxs.
+  * checks/scripts, checks/scripts.desc:
+    [CW] Add checks for tclsh8.4 and wish8.4. (Closes: #288287)
 
  -- Colin Watson <cjwatson@debian.org>  Sun,  9 Jan 2005 23:48:45 +0000
 



Reply to: