diff options
author | Simon McVittie <smcv@debian.org> | 2015-06-09 22:25:26 +0100 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2015-06-09 22:25:26 +0100 |
commit | de38423a59cd356c1e5d82e8b70dccfa9fa94808 (patch) | |
tree | c9a0b3c034e57cfd575d9a6cc0fec3203713af7b | |
parent | 2fe003dac47259aabfc7603ce60ead5a4030c80c (diff) | |
download | ikiwiki-de38423a59cd356c1e5d82e8b70dccfa9fa94808.tar ikiwiki-de38423a59cd356c1e5d82e8b70dccfa9fa94808.tar.gz |
debian: build the docwiki with LC_ALL=C.UTF-8 and TZ=UTC for a more reproducible build
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 2 insertions, 1 deletions
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 <id@joeyh.name> 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 |