[Reproducible-commits] [debhelper] 27/61: debhelper: Please make Perl tests verbose

Mattia Rizzolo mattia at mapreri.org
Sat Apr 4 18:37:31 UTC 2015


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

mapreri-guest pushed a commit to branch pu/reproducible_builds
in repository debhelper.

commit 721ee078ff87d40ae7e421ba8cbc4eed7a3ffe71
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Jan 7 19:49:27 2015 +0100

    debhelper: Please make Perl tests verbose
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 Debian/Debhelper/Buildsystem/perl_build.pm     | 2 +-
 Debian/Debhelper/Buildsystem/perl_makemaker.pm | 6 ++++++
 debian/changelog                               | 2 ++
 3 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/Debian/Debhelper/Buildsystem/perl_build.pm b/Debian/Debhelper/Buildsystem/perl_build.pm
index 0dfabd6..a9bc05d 100644
--- a/Debian/Debhelper/Buildsystem/perl_build.pm
+++ b/Debian/Debhelper/Buildsystem/perl_build.pm
@@ -58,7 +58,7 @@ sub build {
 
 sub test {
 	my $this=shift;
-	$this->do_perl("Build", "test", @_);
+	$this->do_perl("Build", "test", "--verbose", 1, @_);
 }
 
 sub install {
diff --git a/Debian/Debhelper/Buildsystem/perl_makemaker.pm b/Debian/Debhelper/Buildsystem/perl_makemaker.pm
index 9cf7561..bb93d67 100644
--- a/Debian/Debhelper/Buildsystem/perl_makemaker.pm
+++ b/Debian/Debhelper/Buildsystem/perl_makemaker.pm
@@ -61,6 +61,12 @@ sub configure {
 		@flags, @_);
 }
 
+sub test {
+	my $this=shift;
+	# Make tests verbose
+	$this->SUPER::test("TEST_VERBOSE=1", @_);
+}
+
 sub install {
 	my $this=shift;
 	my $destdir=shift;
diff --git a/debian/changelog b/debian/changelog
index f703fc2..ea1a142 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -54,6 +54,8 @@ debhelper (9.20150101.1) UNRELEASED; urgency=medium
   * dh_install, dh_installdocs, dh_installexamples and dh_installinfo:
     Pass --reflink=auto to cp.  On supported filesystems, this provides
     faster copying.
+  * Make perl tests verbose.  Thanks to gregor herrmann for the patch.
+    (Closes: #714546)
 
   [ Bernhard R. Link ]
   * Dh_lib: apply patch from Guillem Jover to support case-insensitive

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/debhelper.git



More information about the Reproducible-commits mailing list