Author: rra
Date: 2007-12-04 03:58:16 +0100 (Tue, 04 Dec 2007)
New Revision: 1014

Modified:
   trunk/checks/standards-version
   trunk/debian/changelog
Log:
* checks/standards-version:
  + [RA] 3.7.3 is now the current Standards-Version and anything older
    than 3.6.2 is ancient.


Modified: trunk/checks/standards-version
===================================================================
--- trunk/checks/standards-version      2007-12-01 12:40:13 UTC (rev 1013)
+++ trunk/checks/standards-version      2007-12-04 02:58:16 UTC (rev 1014)
@@ -29,14 +29,15 @@
 # 2 means old
 # 3 means ancient
 my %valid_standard = (
-                  '3.7.2', 1,
+                   '3.7.3', 1
+                  '3.7.2', 2,
                   '3.7.1', 2,
                   '3.7.0', 2,
                   '3.6.2', 2,
-                  '3.6.1', 2,
-                  '3.6.0', 2,
-                  '3.5.10', 2,
-                  '3.5.9', 2,
+                  '3.6.1', 3,
+                  '3.6.0', 3,
+                  '3.5.10', 3,
+                  '3.5.9', 3,
                   '3.5.8', 3,
                   '3.5.7', 3,
                   '3.5.6', 3,

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2007-12-01 12:40:13 UTC (rev 1013)
+++ trunk/debian/changelog      2007-12-04 02:58:16 UTC (rev 1014)
@@ -57,6 +57,9 @@
            be allowed to have csh in the shebang line. (Closes: #453417)
     + [HE] Allow packages to drop snippets into /etc/fish.d/ without
            a dependecy on fish. (Closes: #453416)
+  * checks/standards-version:
+    + [RA] 3.7.3 is now the current Standards-Version and anything older
+      than 3.6.2 is ancient.
 
   * debian/control:
     + [TK] Add Vcs-* fields to point to Lintian's repository.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to