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

[SCM] Debian package checker branch, wheezy, updated. 2.5.10.2-3-g336eeb5



The following commit has been merged in the wheezy branch:
commit 336eeb5d9a70d2fc1fb786ec35516ed8dc24836e
Author: Niels Thykier <niels@thykier.net>
Date:   Tue Dec 11 20:10:31 2012 +0100

    checks/standards-version: Accept 3.9.3 as current (enough)
    
    There is no reason to encourage to needlessly bump Standards-Version
    in the middle of the freeze.
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/checks/standards-version b/checks/standards-version
index 80207ec..f65aa43 100644
--- a/checks/standards-version
+++ b/checks/standards-version
@@ -117,8 +117,10 @@ if (not $STANDARDS->known($stdver)) {
     } else {
         tag 'invalid-standards-version', $version;
     }
-} elsif ($stdver eq $CURRENT) {
-    # Current standard.  Nothing more to check.
+} elsif ($stdver eq $CURRENT or $stdver eq '3.9.3') {
+    # Current or 3.9.3 standard.  Nothing more to check.
+    # - accept 3.9.3 as current to not encourage people to bump S-V in the
+    #   middle of the freeze.
     return 0;
 } else {
     # Otherwise, we need to see if the standard that this package declares is
diff --git a/debian/changelog b/debian/changelog
index 12c5c6d..c1885d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
-lintian (2.5.11) UNRELEASED; urgency=low
+lintian (2.5.10.3) UNRELEASED; urgency=low
 
   * checks/scripts{,.desc}:
     + [NT] Fix false-positive for removal of device files as /dev/shm
       is not a device.  Thanks to Steve Langasek for the report and
       Roger Leigh for the extra info.  (Closes: #693442)
+  * checks/standards-version:
+    + [NT] Recognise Standards-Version 3.9.4.
+    + [NT] Accept Standards-Version 3.9.3 as current (enough) during
+      the freeze.
 
  -- Niels Thykier <niels@thykier.net>  Tue, 11 Dec 2012 19:19:20 +0100
 

-- 
Debian package checker


Reply to: