[libperl5i-perl] 01/06: Run tests under TZ=UTC.

gregor herrmann gregoa at debian.org
Sat May 16 23:10:55 UTC 2015


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

gregoa pushed a commit to branch master
in repository libperl5i-perl.

commit 3f1c6497e03d15b714931dae182a7fb2c4bdc11a
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun May 17 00:56:17 2015 +0200

    Run tests under TZ=UTC.
    
    As detected by the creative minds of the reproducible-builds team, a test
    fails when run under TZ=/usr/share/zoneinfo/Etc/GMT+12.
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..f32837b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,6 @@
 
 %:
 	dh $@
+
+override_dh_auto_test:
+	TZ=UTC dh_auto_test

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



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