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

lintian: r1332 - in trunk: checks debian



Author: rra
Date: 2008-06-05 02:47:48 +0200 (Thu, 05 Jun 2008)
New Revision: 1332

Modified:
   trunk/checks/standards-version
   trunk/debian/changelog
   trunk/debian/control
Log:
* checks/standards-version:
  + [RA] Policy 3.8.0 is now current and anything older than 3.7.2 is
    now ancient.
* debian/control:
  + [RA] Update standards version to 3.8.0.

Modified: trunk/checks/standards-version
===================================================================
--- trunk/checks/standards-version	2008-06-03 17:14:09 UTC (rev 1331)
+++ trunk/checks/standards-version	2008-06-05 00:47:48 UTC (rev 1332)
@@ -29,11 +29,12 @@
 # 2 means old
 # 3 means ancient
 my %valid_standard = (
-		   '3.7.3', 1,
+		   '3.8.0', 1,
+		   '3.7.3', 2,
 		   '3.7.2', 2,
 		   '3.7.1', 2,
 		   '3.7.0', 2,
-		   '3.6.2', 2,
+		   '3.6.2', 3,
 		   '3.6.1', 3,
 		   '3.6.0', 3,
 		   '3.5.10', 3,
@@ -71,8 +72,8 @@
 
 # version lintian is programmed for. ($valid_standard[0]?)
 my $MAJOR = 3;
-my $MINOR = 7;
-my $PATCH = 3;
+my $MINOR = 8;
+my $PATCH = 0;
 
 my $pkg = shift;
 my $type = shift;
@@ -134,4 +135,8 @@
 
 1;
 
-# vim: syntax=perl
+# Local Variables:
+# indent-tabs-mode: t
+# cperl-indent-level: 4
+# End:
+# vim: syntax=perl sw=4 ts=8

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-06-03 17:14:09 UTC (rev 1331)
+++ trunk/debian/changelog	2008-06-05 00:47:48 UTC (rev 1332)
@@ -12,6 +12,12 @@
   * checks/rules{.desc,}:
     + [RA] Add some basic checks for whether debhelper programs are called
       in a reasonable order.  (Closes: #471869)
+  * checks/standards-version:
+    + [RA] Policy 3.8.0 is now current and anything older than 3.7.2 is
+      now ancient.
+
+  * debian/control:
+    + [RA] Update standards version to 3.8.0.
   
   * reporting/templates/clean.tmpl:
     + [FL] Include link to full maintainer report.  Suggested by

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2008-06-03 17:14:09 UTC (rev 1331)
+++ trunk/debian/control	2008-06-05 00:47:48 UTC (rev 1332)
@@ -9,7 +9,7 @@
  Colin Watson <cjwatson@debian.org>, Russ Allbery <rra@debian.org>
 Build-Depends: debhelper (>= 5)
 Build-Depends-Indep: debiandoc-sgml, sed (>= 4.1-4)
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Vcs-Svn: http://svn.wolffelaar.nl/lintian/trunk/
 Vcs-Browser: http://svn.wolffelaar.nl/wsvn/lintian/
 
@@ -36,4 +36,4 @@
  should check packages with this tool before uploading them to the
  archive.
  .
- This version of Lintian is calibrated for policy version 3.7.3.
+ This version of Lintian is calibrated for policy version 3.8.0.


Reply to: