From e5d8da79c01d411d46aa793924d6f35244ee3749 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: Sat, 16 Jul 2016 11:11:24 +0800 Subject: [PATCH] Set LC_ALL for reproducible builds --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index bc8d6f2..f6e6993 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,8 @@ #!/usr/bin/make -f #DH_VERBOSE = 1 +export LC_ALL=C.UTF-8 + export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed