[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 d96a2d9dbfc6f1fcc1fec5f6653a19b7a025cdfb
Author: Niels Thykier <niels@thykier.net>
Date:   Tue Apr 16 18:21:56 2013 +0200

    Revert "c/changes-file: Accept "<dist>-backports-sloppy" as valid dist"
    
    This reverts commit a5680cc4f7ca733f83a16c9bff0e0fa10525c46e.
    
    This commit was (due to a mistake) not included in the 2.5.12 upload.

diff --git a/checks/changes-file b/checks/changes-file
index f704f6f..d4ca475 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(?:-sloppy)?|proposed(?:-updates)?|updates|security|volatile)$//o;
+                $dist =~ s/-(?:backports|proposed(?:-updates)?|updates|security|volatile)$//o;
             }
             if (! $KNOWN_DISTS->known ($dist)) {
                 # bad distribution entry
diff --git a/debian/changelog b/debian/changelog
index 190c630..b0a99ed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -51,10 +51,6 @@ lintian (2.5.12) UNRELEASED; urgency=medium
     + [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: