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

lintian: r28 - in trunk: checks debian



Author: jeroen
Date: 2004-02-12 01:58:20 +0100 (Thu, 12 Feb 2004)
New Revision: 28

Modified:
   trunk/checks/scripts
   trunk/checks/scripts.desc
   trunk/debian/changelog
Log:
checks/scripts
+ Recognise the 'tcl' interpreter, not the same as tclsh (Closes: #230182)


Modified: trunk/checks/scripts
===================================================================
--- trunk/checks/scripts	2004-02-12 00:40:19 UTC (rev 27)
+++ trunk/checks/scripts	2004-02-12 00:58:20 UTC (rev 28)
@@ -75,6 +75,7 @@
 			  'sed' => '/bin/sed',
 			  'sh' => '/bin/sh',
 			  'suidperl' => '/usr/bin/suidperl',
+			  'tcl' => '/usr/bin/tcl',
 			  'tclsh' => '/usr/bin/tclsh',
 			  'tcsh' => '/usr/bin/tcsh',
 			  'tixwish' => '/usr/bin/tixwish',
@@ -119,6 +120,7 @@
 				'runhugs98' => 'hugs98',
 				'scsh' => 'scsh',
 				'suidperl' => 'perl-suid',
+				'tcl' => 'tcl',
 				'tclsh' => 'tclsh',
 				'tcsh' => 'tcsh',
 				'tixwish' => 'tix',

Modified: trunk/checks/scripts.desc
===================================================================
--- trunk/checks/scripts.desc	2004-02-12 00:40:19 UTC (rev 27)
+++ trunk/checks/scripts.desc	2004-02-12 00:58:20 UTC (rev 28)
@@ -412,6 +412,17 @@
  In some cases a weaker relationship, such as Suggests or Recommends, will
  be more appropriate.
 
+Tag: wrong-path-for-tcl
+Type: error
+Info: Tcl is installed as /usr/bin/tcl on Debian systems.
+
+Tag: tcl-script-but-no-tcl-dep
+Type: error
+Info: Packages that use tcl scripts must depend on the virtual package tcl.
+ .
+ In some cases a weaker relationship, such as Suggests or Recommends, will
+ be more appropriate.
+
 Tag: wrong-path-for-tclsh
 Type: error
 Info: Tclsh is installed as /usr/bin/tclsh on Debian systems.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2004-02-12 00:40:19 UTC (rev 27)
+++ trunk/debian/changelog	2004-02-12 00:58:20 UTC (rev 28)
@@ -34,6 +34,8 @@
      + Check for required POTFILES.in and template.pot in debian/po
    * checks/menu-format
      + Drop menu-icon-has-bad-colors, it doesn't apply anymore (Closes: #199341)
+   * checks/scripts
+     + Recognise the 'tcl' interpreter, not the same as tclsh (Closes: #230182)
 
   Frank Lichtenheld <djpig@debian.org>
    * checks/debhelper:
@@ -50,8 +52,9 @@
        Choices is only a substitution variable (Closes: #200802,#222648)
      + fix testing of dependencies to eliminate false
        positives of missing-debconf-dependency (Closes: #195201)
+  * 
 
- -- Jeroen van Wolffelaar <jeroen@wolffelaar.nl>  Tue, 10 Feb 2004 15:14:45 +0100
+ -- Jeroen van Wolffelaar <jeroen@wolffelaar.nl>  Thu, 12 Feb 2004 01:56:54 +0100
 
 lintian (1.22.9) unstable; urgency=low
 



Reply to: