[libparse-debianchangelog-perl] 01/05: Run dh_auto_build with UTC timezone: otherwise, the local timezone impacts the (fixed) timestamps in .pot/.po/.mo files.

Intrigeri intrigeri at moszumanska.debian.org
Mon May 25 12:27:38 UTC 2015


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

intrigeri pushed a commit to branch master
in repository libparse-debianchangelog-perl.

commit 498bd59250d5c10401db97e68219a9047f563140
Author: intrigeri <intrigeri at debian.org>
Date:   Mon May 25 12:08:21 2015 +0000

    Run dh_auto_build with UTC timezone: otherwise, the local timezone impacts the (fixed) timestamps in .pot/.po/.mo files.
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index d444808..71a53cf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,3 +5,6 @@ export PO_BUILD_DATE = $(shell date -d "`dpkg-parsechangelog --show-field Date`"
 
 %:
 	dh $@ --buildsystem=perl_build
+
+override_dh_auto_build:
+	TZ=UTC dh_auto_build $@

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



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