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

[SCM] Debian package checker branch, master, updated. 6e2a1c1868d40e36b25e5dee06778e394a0083d2



The following commit has been merged in the master branch:
commit c44843d465094c631e4c27127c84abbde2151b57
Author: Russ Allbery <rra@debian.org>
Date:   Mon Jun 30 20:21:44 2008 -0700

    Only issue out-of-date-standards-version once
    
    * checks/standards-version:
      + [RA] Only issue out-of-date-standards-version once.  Noticed by
        Raphael Geissert.

diff --git a/checks/standards-version b/checks/standards-version
index 6248ab3..8d4d6d4 100644
--- a/checks/standards-version
+++ b/checks/standards-version
@@ -133,6 +133,7 @@ if (not exists $standards{$stdver}) {
             last if $standard->[0] eq $stdver;
             if (str2time($standard->[1]) < $timestamp) {
                 tag 'out-of-date-standards-version', $tag;
+                last;
             }
         }
     }
diff --git a/debian/changelog b/debian/changelog
index 58b26d8..22df8f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -42,6 +42,9 @@ lintian (1.24.2) unstable; urgency=low
       (Closes: #452216)
     + [ADB] Check symbols files for dependencies that are not satisfied by
       the package itself (Closes: #461575)
+  * checks/standards-version:
+    + [RA] Only issue out-of-date-standards-version once.  Noticed by
+      Raphael Geissert.
   * checks/watch-file{,.desc}:
     + [FL] Check for more Debian specific strings in version
       number.  Issue an info tag if the watch file uses

-- 
Debian package checker


Reply to: