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

[SCM] Debian package checker branch, master, updated. 2.5.11-269-g4fa9095



The following commit has been merged in the master branch:
commit 4fa9095c553a1fabbfd3879f9edcbb9730f70ac0
Author: Romain Francoise <rfrancoise@debian.org>
Date:   Tue Apr 16 18:25:55 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 40cd53a..2978945 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+lintian (2.5.13) UNRELEASED; urgency=low
+
+  * checks/changes:
+    + [NT] Recognise "<dist>-backports-sloppy" as a valid
+      distribution.  Thanks to Romain Francoise for the
+      report and the patch.  (Closes: #705170)
+
+ -- Niels Thykier <niels@thykier.net>  Tue, 16 Apr 2013 18:24:45 +0200
+
 lintian (2.5.12) experimental; urgency=medium
 
   * Summary of tag changes:

-- 
Debian package checker


Reply to: