Set LC_ALL for reproducible builds

ubuntu/disco
ChangZhuo Chen (陳昌倬) 8 years ago
parent a8ed52bde7
commit 6897c3765d

1
debian/rules vendored

@ -3,6 +3,7 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
export LC_ALL=C.UTF-8
%:
dh ${@} --buildsystem=cmake \

Loading…
Cancel
Save