[libtime-format-perl] 01/03: Run tests with TZ=UTC.

gregor herrmann gregoa at debian.org
Wed May 13 22:33:58 UTC 2015


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

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

commit f9bbfc6295d082722e226e23b244fc88f5e3f74b
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu May 14 00:27:18 2015 +0200

    Run tests with TZ=UTC.
    
    Closes: #785235
    Thanks: the reproducible-build team for running a buildd from hell.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index b5a303e..6a8998d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@
 #export DH_VERBOSE=1
 
 override_dh_auto_test:
-	LANG=C dh_auto_test
+	LANG=C TZ=UTC dh_auto_test
 
 %:
 	dh $@

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



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