The following commit has been merged in the master branch:
commit b8e138cc8e86b4a6dfef910ad87fd3f9409fbbcf
Author: Jakub Wilk <[email protected]>
Date:   Wed Oct 5 08:40:23 2011 +0200

    Improve the readability of tag extra for missing B-D for dh-cmds
    
    This breaks overrides.  But according to lintian.d.o, there are
    no overrides of this tag.
    
    Acked-by: Niels Thykier <[email protected]>

diff --git a/checks/debhelper b/checks/debhelper
index 3a4ab15..31689b0 100644
--- a/checks/debhelper
+++ b/checks/debhelper
@@ -345,7 +345,7 @@ if ($needbuilddepends && ! $bdepends->implies('debhelper')) 
{
 }
 while (my ($dep, $command) = each %missingbdeps) {
     next if $dep eq 'debhelper'; #handled above
-    tag 'missing-build-dependency-for-dh_-command', "$command=$dep"
+    tag 'missing-build-dependency-for-dh_-command', "$command => $dep"
         unless ($bdepends_noarch->implies($dep));
 }
 while (my ($dep, $addon) = each %missingbdeps_addons) {
diff --git a/debian/changelog b/debian/changelog
index 4498b45..65e408e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,10 @@ lintian (2.5.4) UNRELEASED; urgency=low
     + [JW] Parse continuation lines in d/rules.
     + [JW] Only emit brace-expansion-in-debhelper-config-file at most
       once per file.  (Closes: #644344)
+    + [JW] Replaced "=" with " => " in the tag extra for missing-
+      build-dependency-for-dh_-command to improve readability.  This
+      breaks overrides, but according to lintian.d.o there are none
+      of these.  (Closes: #644339)
   * checks/files{,.desc}:
     + [JW] Suggest the usage of "-delete" rather than "| xargs rm -f".
       (Closes: #641983)
diff --git a/t/tests/debhelper-no-depends/tags 
b/t/tests/debhelper-no-depends/tags
index 9894003..cafc814 100644
--- a/t/tests/debhelper-no-depends/tags
+++ b/t/tests/debhelper-no-depends/tags
@@ -1,8 +1,8 @@
 E: debhelper-no-depends source: missing-build-dependency debhelper
-E: debhelper-no-depends source: missing-build-dependency-for-dh_-command 
dh_clideps=cli-common-dev
-E: debhelper-no-depends source: missing-build-dependency-for-dh_-command 
dh_dpatch_patch=dpatch (>= 2.0.32~)
-E: debhelper-no-depends source: missing-build-dependency-for-dh_-command 
dh_gtkmodules=libgtk2.0-dev
-E: debhelper-no-depends source: missing-build-dependency-for-dh_-command 
dh_lisp=dh-lisp
+E: debhelper-no-depends source: missing-build-dependency-for-dh_-command 
dh_clideps => cli-common-dev
+E: debhelper-no-depends source: missing-build-dependency-for-dh_-command 
dh_dpatch_patch => dpatch (>= 2.0.32~)
+E: debhelper-no-depends source: missing-build-dependency-for-dh_-command 
dh_gtkmodules => libgtk2.0-dev
+E: debhelper-no-depends source: missing-build-dependency-for-dh_-command 
dh_lisp => dh-lisp
 E: debhelper-no-depends source: package-uses-debhelper-but-lacks-build-depends
 W: debhelper-no-depends source: debhelper-but-no-misc-depends 
debhelper-no-depends
 W: debhelper-no-depends source: 
package-needs-versioned-debhelper-build-depends 8

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to