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

lintian: r568 - in trunk: checks debian



Author: rra
Date: 2006-03-12 01:22:16 +0100 (Sun, 12 Mar 2006)
New Revision: 568

Modified:
   trunk/checks/scripts
   trunk/debian/changelog
Log:
  + [RA] /usr/bin/tcl is provided by tclx8.3, not tcl.  Reported by
    James R. Van Zandt.  (Closes: #351324)

Modified: trunk/checks/scripts
===================================================================
--- trunk/checks/scripts	2006-03-05 08:34:16 UTC (rev 567)
+++ trunk/checks/scripts	2006-03-12 00:22:16 UTC (rev 568)
@@ -140,7 +140,7 @@
 				'scsh' => 'scsh',
 				'slsh' => 'slsh',
 				'speedy' => 'speedy-cgi-perl',
-				'tcl' => 'tcl',
+				'tcl' => 'tclx8.3',
 				'tclsh' => 'tclsh',
 				'tclsh8.3' => 'tcl8.3',
 				'tclsh8.4' => 'tcl8.4',

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-03-05 08:34:16 UTC (rev 567)
+++ trunk/debian/changelog	2006-03-12 00:22:16 UTC (rev 568)
@@ -32,6 +32,8 @@
       Stilkerich.
     + [RA] Add fish and expectk to the list of valid interpreters.
       (Closes: #351624, #353770)
+    + [RA] /usr/bin/tcl is provided by tclx8.3, not tcl.  Reported by
+      James R. Van Zandt.  (Closes: #351324)
   * checks/shared-libs:
     + [JvW] Fix postinst-must-call-ldconfig to also get emitted when there is
       no postinst at all, instead of just one lacking a ldconfig call



Reply to: