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

[SCM] Debian package checker branch, master, updated. 2.2.18-50-g814d389



The following commit has been merged in the master branch:
commit 3ae2e412bef369bced3aff4a2c91550c4bfe8d56
Author: Russ Allbery <rra@debian.org>
Date:   Thu Dec 24 14:33:02 2009 -0800

    Exclude *-bin and *-tools from lib-recommends-documentation
    
    * checks/fields{,.desc}:
      + [RA] For lib-recommends-documentation, exclude packages ending in
        -tools or -bin.  Thanks, Jay Berkenbilt.  (Closes: #557883)

diff --git a/checks/fields b/checks/fields
index e7e4fcf..cfed329 100644
--- a/checks/fields
+++ b/checks/fields
@@ -600,7 +600,8 @@ if (($type eq "binary") || ($type eq 'udeb')) {
 
 				tag "lib-recommends-documentation", "$field: $part_d_orig"
 					if ($field eq 'recommends'
-					&& $pkg =~ m/^lib/ && $pkg !~ m/-(dev|docs?)$/ && $part_d_orig =~ m/-docs?$/);
+					    && $pkg =~ m/^lib/ && $pkg !~ m/-(dev|docs?|tools|bin)$/
+					    && $part_d_orig =~ m/-docs?$/);
 			}
 
 			for my $pkg (@seen_obsolete_packages) {
diff --git a/debian/changelog b/debian/changelog
index e985d73..5304831 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,10 +18,12 @@ lintian (2.3.0) UNRELEASED; urgency=low
       Guillaume Delacour.  (Closes: #557530)
     + [RA] Ignore files in .pc, created by unpacking 3.0 (quilt) packages.
       Thanks, Ahmed El-Mahmoudy.  (Closes: #556022)
-  * checks/fields.desc:
+  * checks/fields{,.desc}:
     + [ADB] Re-order the fields of build-depends-on-build-essential so that
       all of the descriptive text is included.  Thanks, Jonathan Wiltshire.
       (Closes: #557786)
+    + [RA] For lib-recommends-documentation, exclude packages ending in
+      -tools or -bin.  Thanks, Jay Berkenbilt.  (Closes: #557883)
   * checks/rules{,.desc}:
     + [RA] Remove build-depends-without-arch-dep.  If the package only
       builds architecture-independent packages, the distinction between

-- 
Debian package checker


Reply to: