debian: build the docwiki with LC_ALL=C.UTF-8 and TZ=UTC for a more reproducible build
parent
2fe003dac4
commit
de38423a59
|
@ -23,6 +23,7 @@ ikiwiki (3.20150330) UNRELEASED; urgency=medium
|
||||||
* Add a public-domain email icon from tango-icon-theme
|
* Add a public-domain email icon from tango-icon-theme
|
||||||
* Populate pagectime from either mtime or inode change time,
|
* Populate pagectime from either mtime or inode change time,
|
||||||
whichever is older, again for more reproducible builds
|
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
|
-- Joey Hess <id@joeyh.name> Tue, 28 Apr 2015 12:24:08 -0400
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
%:
|
%:
|
||||||
dh $@
|
LC_ALL=C.UTF-8 TZ=UTC dh $@
|
||||||
|
|
||||||
override_dh_auto_configure:
|
override_dh_auto_configure:
|
||||||
# keeps it out of /usr/local
|
# keeps it out of /usr/local
|
||||||
|
|
Loading…
Reference in New Issue