[pkg-perl-tools] 01/01: Also output the testsuite header's value if the tag nonteam-testsuite-header is emitted

Axel Beckert abe at deuxchevaux.org
Sat Jul 11 00:50:59 UTC 2015


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository pkg-perl-tools.

commit 47a61cd07847474190ebd9c454b9d5da8ce96df6
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sat Jul 11 02:39:45 2015 +0200

    Also output the testsuite header's value if the tag nonteam-testsuite-header is emitted
---
 debian/changelog                     | 2 ++
 lintian/checks/pkg-perl/testsuite.pm | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 937c4be..33ca97c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,8 @@ pkg-perl-tools (0.21) UNRELEASED; urgency=medium
     git repository and not included in the generated source package.
     Silences lintian wrt. unused-file-paragraph-in-dep5-copyright, etc.
     Lacks creativity anyways to validate a copyright and license.
+  * Also output the testsuite header's value if the tag
+    nonteam-testsuite-header is emitted.
 
   [ gregor herrmann ]
   * dpt-import-orig: use Gbp-Dch for changelog commit message.
diff --git a/lintian/checks/pkg-perl/testsuite.pm b/lintian/checks/pkg-perl/testsuite.pm
index 60c0249..0b5de40 100644
--- a/lintian/checks/pkg-perl/testsuite.pm
+++ b/lintian/checks/pkg-perl/testsuite.pm
@@ -46,7 +46,7 @@ sub run {
 
     if ( $info->field('testsuite') ne 'autopkgtest-pkg-perl' )
     {
-        tag 'nonteam-testsuite-header';
+        tag 'nonteam-testsuite-header', $info->field('testsuite');
     }
     return;
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/pkg-perl-tools.git



More information about the Pkg-perl-cvs-commits mailing list