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

[SCM] Debian package checker branch, master, updated. 2.3.3-91-gd575d9f



The following commit has been merged in the master branch:
commit 17a49dde8055fc87d43347d7d4177e0a08884247
Author: Russ Allbery <rra@debian.org>
Date:   Mon Mar 22 11:52:30 2010 -0700

    Also check override rules for programs requiring dependencies

diff --git a/checks/rules b/checks/rules
index d3ebbd3..dd0bb74 100644
--- a/checks/rules
+++ b/checks/rules
@@ -248,6 +248,7 @@ while (<RULES>) {
                 $arch = 1 if (grep { $target =~ /$_/ } @arch_rules);
                 $indep = 1 if (grep { $target =~ /$_/ } @indep_rules);
                 $indep = 1 if $target eq '%';
+                $indep = 1 if $target =~ /^override_/;
             }
             if ($arch) {
                 for my $rule (@RULE_CLEAN_DEPENDS) {
diff --git a/debian/changelog b/debian/changelog
index b576b1b..96289a1 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -86,8 +86,8 @@ lintian (2.3.4) UNRELEASED; urgency=low
     + [RG] Warn about installing files specifying the destination
       directory with PREFIX when Perl's MakeMaker build system is used.
       Based on a patch by Niko Tyni.  (Closes: #568748)
-    + [RA] Also check binary-independent and wildcard rules for programs
-      requiring build dependencies, but accept them in either
+    + [RA] Also check binary-independent, wildcard, and override rules for
+      programs requiring build dependencies, but accept them in either
       Build-Depends or Build-Depends-Indep.
     + [RA] Check for a quilt dependency when the debhelper 7 quilt module
       is used.  Thanks, Martin Meredith.  (Closes: #548094)

-- 
Debian package checker


Reply to: