From 6897c3765d4299d8106a7de647aa731bd23a1d4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ChangZhuo=20Chen=20=28=E9=99=B3=E6=98=8C=E5=80=AC=29?= Date: Mon, 8 Aug 2016 00:19:36 +0800 Subject: [PATCH] Set LC_ALL for reproducible builds --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 4b4bdfb..c14ddd7 100755 --- a/debian/rules +++ b/debian/rules @@ -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 \