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

lintian: r122 - in trunk: checks debian frontend



Author: jeroen
Date: 2004-04-05 03:27:28 +0200 (Mon, 05 Apr 2004)
New Revision: 122

Modified:
   trunk/checks/standards-version
   trunk/debian/changelog
   trunk/frontend/lintian
Log:
checks/standards-version
+ [JvW] Also emit warning if standards version is 3.6.0, and not yet 3.6.1


Modified: trunk/checks/standards-version
===================================================================
--- trunk/checks/standards-version	2004-04-01 01:18:32 UTC (rev 121)
+++ trunk/checks/standards-version	2004-04-05 01:27:28 UTC (rev 122)
@@ -21,9 +21,12 @@
 
 use strict;
 
+# 1 means current
+# 2 means old
+# 3 means ancient
 my %valid_standard = (
 		   '3.6.1', 1,
-		   '3.6.0', 1,
+		   '3.6.0', 2,
 		   '3.5.10', 2,
 		   '3.5.9', 2,
 		   '3.5.8', 2,

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2004-04-01 01:18:32 UTC (rev 121)
+++ trunk/debian/changelog	2004-04-05 01:27:28 UTC (rev 122)
@@ -26,8 +26,10 @@
       shouldn't/can't be called directly anymore so add a new
       error and remove it from the list of usual interpreters.
       (Closes: #240806)
+  * checks/standards-version
+    + [JvW] Also emit warning if standards version is 3.6.0, and not yet 3.6.1
 
- -- Jeroen van Wolffelaar <jeroen@wolffelaar.nl>  Thu,  1 Apr 2004 01:10:34 +0200
+ -- Jeroen van Wolffelaar <jeroen@wolffelaar.nl>  Mon,  5 Apr 2004 03:17:53 +0200
 
 lintian (1.22.12) unstable; urgency=low
 

Modified: trunk/frontend/lintian
===================================================================
--- trunk/frontend/lintian	2004-04-01 01:18:32 UTC (rev 121)
+++ trunk/frontend/lintian	2004-04-05 01:27:28 UTC (rev 122)
@@ -29,7 +29,7 @@
 #  Global Variables
 #######################################
 my $lintian_info_cmd = 'lintian-info'; #Command to run for ?
-my $LINTIAN_VERSION = "1.23.0 UNRELEASED";	#External Version number
+my $LINTIAN_VERSION = "1.23.0";	#External Version number
 my $BANNER = "Lintian v$LINTIAN_VERSION"; #Version Banner - text form
 my $LAB_FORMAT = 7;		#Lab format Version Number
 				#increased whenever incompatible



Reply to: