This is an automated email from the git hooks/post-receive script. nthykier pushed a commit to branch master in repository lintian.
commit a168876298a94db74d2a1a61535deef55b0d0fc3 Author: Niels Thykier <[email protected]> Date: Sat Apr 9 13:50:08 2016 +0000 c/nmu: Use "trailer" instead of "footer" Thanks to Jakub Wilk for the suggestion. Signed-off-by: Niels Thykier <[email protected]> --- checks/nmu.desc | 2 +- checks/nmu.pm | 2 +- t/tests/nmu-space-around-maintainer/desc | 2 +- t/tests/nmu-space-around-maintainer/tags | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/checks/nmu.desc b/checks/nmu.desc index 70f4d40..1b9fd67 100644 --- a/checks/nmu.desc +++ b/checks/nmu.desc @@ -96,7 +96,7 @@ Info: The file <tt>debian/changelog</tt> is a symlink instead of a regular This problem may have prevented lintian from performing other checks, leading to undetected changelog errors. -Tag: extra-whitespace-around-name-in-changelog-footer +Tag: extra-whitespace-around-name-in-changelog-trailer Severity: normal Certainty: certain Info: There is too much whitespace around the name in debian/changelog. diff --git a/checks/nmu.pm b/checks/nmu.pm index 1b42434..d5c59a1 100644 --- a/checks/nmu.pm +++ b/checks/nmu.pm @@ -81,7 +81,7 @@ sub run { my $version_local = 0; if ($uploader =~ m/^\s|\s$/) { - tag 'extra-whitespace-around-name-in-changelog-footer'; + tag 'extra-whitespace-around-name-in-changelog-trailer'; strip($uploader); } diff --git a/t/tests/nmu-space-around-maintainer/desc b/t/tests/nmu-space-around-maintainer/desc index 8510ecd..37c66c7 100644 --- a/t/tests/nmu-space-around-maintainer/desc +++ b/t/tests/nmu-space-around-maintainer/desc @@ -2,4 +2,4 @@ Testname: nmu-space-around-maintainer Sequence: 6000 Version: 1.0 Description: Test for space around maintainer -Test-For: extra-whitespace-around-name-in-changelog-footer +Test-For: extra-whitespace-around-name-in-changelog-trailer diff --git a/t/tests/nmu-space-around-maintainer/tags b/t/tests/nmu-space-around-maintainer/tags index 53bcfe6..0caf223 100644 --- a/t/tests/nmu-space-around-maintainer/tags +++ b/t/tests/nmu-space-around-maintainer/tags @@ -1 +1 @@ -W: nmu-space-around-maintainer source: extra-whitespace-around-name-in-changelog-footer +W: nmu-space-around-maintainer source: extra-whitespace-around-name-in-changelog-trailer -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git

