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

lintian: r1153 - in trunk: checks debian



Author: rra
Date: 2008-01-30 21:11:03 +0100 (Wed, 30 Jan 2008)
New Revision: 1153

Modified:
   trunk/checks/scripts
   trunk/debian/changelog
Log:
  + [RA] Add tcl and tk metapackages.  Thanks, Sergei Golovan.
    (Closes: #463281)

Modified: trunk/checks/scripts
===================================================================
--- trunk/checks/scripts	2008-01-29 01:32:17 UTC (rev 1152)
+++ trunk/checks/scripts	2008-01-30 20:11:03 UTC (rev 1153)
@@ -152,10 +152,10 @@
      scsh    => [ '/usr/bin', 'scsh',
 		  qr/^scsh-([\d.]+)$/, 'scsh-$1', qw(0.6)
 		],
-     tclsh   => [ '/usr/bin', 'tclsh',
+     tclsh   => [ '/usr/bin', 'tclsh | tcl',
 		  qr/^tclsh([\d.]+)$/, 'tcl$1', qw(8.3 8.4 8.5)
 		],
-     wish    => [ '/usr/bin', 'wish',
+     wish    => [ '/usr/bin', 'wish | tk',
 		  qr/^wish([\d.]+)$/, 'tk$1', qw(8.3 8.4 8.5)
 		],
     );

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-01-29 01:32:17 UTC (rev 1152)
+++ trunk/debian/changelog	2008-01-30 20:11:03 UTC (rev 1153)
@@ -56,6 +56,8 @@
       (tclsh is the standard interpreter name.)
     + [RA] Require versioned dependencies for OCaml scripts.  Each version
       is ABI-incompatible.  Thanks, Samuel Mimram.  (Closes: #462065)
+    + [RA] Add tcl and tk metapackages.  Thanks, Sergei Golovan.
+      (Closes: #463281)
 
   * frontend/lintian:
     + [RA] Include info tags in the broken-down description of the


Reply to: