From de38423a59cd356c1e5d82e8b70dccfa9fa94808 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 9 Jun 2015 22:25:26 +0100 Subject: debian: build the docwiki with LC_ALL=C.UTF-8 and TZ=UTC for a more reproducible build --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c5a007d09..11a761170 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,6 +23,7 @@ ikiwiki (3.20150330) UNRELEASED; urgency=medium * Add a public-domain email icon from tango-icon-theme * Populate pagectime from either mtime or inode change time, whichever is older, again for more reproducible builds + * debian: build the docwiki with LC_ALL=C.UTF-8 and TZ=UTC -- Joey Hess Tue, 28 Apr 2015 12:24:08 -0400 diff --git a/debian/rules b/debian/rules index 9cb2a8adc..cf3087d1d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f %: - dh $@ + LC_ALL=C.UTF-8 TZ=UTC dh $@ override_dh_auto_configure: # keeps it out of /usr/local -- cgit v1.2.3