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

[SCM] Debian package checker branch, master, updated. 2.5.11-248-ga5680cc



The following commit has been merged in the master branch:
commit a5680cc4f7ca733f83a16c9bff0e0fa10525c46e
Author: Romain Francoise <rfrancoise@debian.org>
Date:   Sun Apr 14 11:45:42 2013 +0200

    c/changes-file: Accept "<dist>-backports-sloppy" as valid dist
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/checks/changes-file b/checks/changes-file
index d4ca475..f704f6f 100644
--- a/checks/changes-file
+++ b/checks/changes-file
@@ -57,7 +57,7 @@ if (defined $info->field('distribution')) {
             if ($dist !~ m/^(?:sid|unstable|experimental)/) {
                 # Strip common "extensions" for distributions (except sid and
                 # experimental, where they would make no sense)
-                $dist =~ s/-(?:backports|proposed(?:-updates)?|updates|security|volatile)$//o;
+                $dist =~ s/-(?:backports(?:-sloppy)?|proposed(?:-updates)?|updates|security|volatile)$//o;
             }
             if (! $KNOWN_DISTS->known ($dist)) {
                 # bad distribution entry
diff --git a/debian/changelog b/debian/changelog
index c72abfa..c31647d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -47,6 +47,10 @@ lintian (2.5.12) UNRELEASED; urgency=low
     + [NT] Apply patch from Samuel Bronson to bump severity
       (but decrease certainty) of the "not linked against
       libc" tags.  (Closes: #698720)
+  * checks/changes:
+    + [NT] Recognise "<dist>-backports-sloppy" as a valid
+      distribution.  Thanks to Romain Francoise for the
+      report and the patch.  (Closes: #705170)
   * checks/copyright:
     + [NT] Apply patch from Evgeni Golov to avoid false
       positive tag when the MPL-2.0 license appears in the

-- 
Debian package checker


Reply to: