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

[SCM] Debian package checker branch, master, updated. 2.2.14-4-g04ab26c



The following commit has been merged in the master branch:
commit aae59839b7aba272e51ed2768b20e8994d60ac45
Author: Russ Allbery <rra@debian.org>
Date:   Thu Aug 27 23:05:34 2009 -0700

    Exclude base-files from the needlesly-depends-on-awk tag
    
    * checks/fields:
      + [RA] Exclude base-files from the needlesly-depends-on-awk tag.

diff --git a/checks/fields b/checks/fields
index a98c699..fa3fdbf 100644
--- a/checks/fields
+++ b/checks/fields
@@ -555,7 +555,7 @@ if (($type eq "binary") || ($type eq 'udeb')) {
 					    if ($field =~ /^(pre-)?depends$/ && $d_pkg =~ /^xfont.*/ && $d_pkg ne 'xfonts-utils' && $d_pkg ne 'xfonts-encodings');
 
 					tag "needlessly-depends-on-awk", "$field"
-					    if ($d_pkg eq "awk" && ! $d_version->[0] && &$is_dep_field($field));
+					    if ($d_pkg eq "awk" && ! $d_version->[0] && &$is_dep_field($field) && $pkg ne 'base-files');
 
 					tag "depends-on-libdb1-compat", "$field"
 					    if ($d_pkg eq "libdb1-compat" && $pkg !~ /^libc(6|6.1|0.3)/ && $field =~ /^(pre-)depends$/);
diff --git a/debian/changelog b/debian/changelog
index a7fc02f..9cf7ffc 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 lintian (2.2.15) UNRELEASED; urgency=low
 
+  * checks/fields:
+    + [RA] Exclude base-files from the needlesly-depends-on-awk tag.
   * checks/manpages:
     + [ADB] Add HTTPS to the list of recognised protocols for URLs in manpages
       which should not cause manpage-has-errors-from-man to be emitted.

-- 
Debian package checker


Reply to: