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 /debian/rules | |
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
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
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 |