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

[SCM] Debian package checker branch, master, updated. 2.5.12-39-ge3306d4



The following commit has been merged in the master branch:
commit e3306d41398b2044386a72e3ee5b9175dcecaaa9
Author: Niels Thykier <niels@thykier.net>
Date:   Thu Apr 25 22:09:04 2013 +0200

    c/description: Allow -dbg pkgs to have short descriptions
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/checks/description b/checks/description
index d6385bd..2d1d340 100644
--- a/checks/description
+++ b/checks/description
@@ -173,7 +173,8 @@ if ($type ne 'udeb') {
         tag 'extended-description-is-empty';
     } elsif ($lines <= 2 and not $synopsis =~ /(dummy|transition)/i) {
         tag 'extended-description-is-probably-too-short'
-            unless $info->is_pkg_class ('any-meta');
+            unless $info->is_pkg_class('any-meta')
+                or $pkg =~ m{-dbg\Z}xsm;
     } elsif ($description =~ /^ \.\s*\n|\n \.\s*\n \.\s*\n|\n \.\s*\n?$/) {
         tag 'extended-description-contains-empty-paragraph';
     }
diff --git a/debian/changelog b/debian/changelog
index 1a68162..4e482d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,10 @@ lintian (2.5.13) UNRELEASED; urgency=low
       not have triggered that tag.
     + [NT] Test that all paths listed in the "conffiles" control
       file is actually in the package being tested.
+  * checks/description:
+    + [NT] Skip extended-description-is-probably-too-short
+      for -dbg packages.  Thanks to Paul Wise for the suggestion.
+      (Closes: #705441)
   * checks/fields.desc:
     + [NT] Clarify that the "canonical URI" for Vcs fields is
       based on an announcement from the Alioth admins.  Thanks

-- 
Debian package checker


Reply to: