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

lintian: r1294 - in trunk: checks debian



Author: djpig
Date: 2008-05-01 22:13:54 +0200 (Thu, 01 May 2008)
New Revision: 1294

Modified:
   trunk/checks/common_data.pm
   trunk/debian/changelog
Log:
Add 8.5 versions to known_tcls and known_tks


Modified: trunk/checks/common_data.pm
===================================================================
--- trunk/checks/common_data.pm	2008-05-01 17:30:25 UTC (rev 1293)
+++ trunk/checks/common_data.pm	2008-05-01 20:13:54 UTC (rev 1294)
@@ -163,13 +163,13 @@
     );
 
 %known_tcls = map { $_ => 1 }
-    ( 'tcl74', 'tcl8.0', 'tcl8.2', 'tcl8.3', 'tcl8.4', );
+    ( 'tcl74', 'tcl8.0', 'tcl8.2', 'tcl8.3', 'tcl8.4', 'tcl8.5', );
 
 %known_tclxs = map { $_ => 1 }
     ( 'tclx76', 'tclx8.0.4', 'tclx8.2', 'tclx8.3', 'tclx8.4', );
 
 %known_tks = map { $_ => 1 }
-    ( 'tk40', 'tk8.0', 'tk8.2', 'tk8.3', 'tk8.4', );
+    ( 'tk40', 'tk8.0', 'tk8.2', 'tk8.3', 'tk8.4', 'tk8.5', );
 
 %known_tkxs = map { $_ => 1 }
     ( 'tkx8.2', 'tkx8.3', );

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-05-01 17:30:25 UTC (rev 1293)
+++ trunk/debian/changelog	2008-05-01 20:13:54 UTC (rev 1294)
@@ -1,5 +1,7 @@
 lintian (1.23.48) UNRELEASED; urgency=low
 
+  * checks/common_data.pm:
+    + [FL] Add 8.5 versions to known_tcls and known_tks.
   * checks/copyright-file:
     + [FL] Also apply the "possible-gpl-code-linked-with-openssl" checks
       to Pre-Depends.
@@ -7,7 +9,7 @@
     + [FL] Also apply the "not-binnmuable-*" checks to Pre-Depends.
       (Closes: #472247)
 
- -- Frank Lichtenheld <djpig@debian.org>  Thu, 01 May 2008 19:18:35 +0200
+ -- Frank Lichtenheld <djpig@debian.org>  Thu, 01 May 2008 22:13:07 +0200
 
 lintian (1.23.47) unstable; urgency=low
 


Reply to: