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 <a...@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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to