[libgtk2-perl] 01/02: debian/rules: set LC_ALL=C.UTF-8, to make the build reproducible.
Intrigeri
intrigeri at moszumanska.debian.org
Fri Aug 21 10:34:36 UTC 2015
This is an automated email from the git hooks/post-receive script.
intrigeri pushed a commit to branch master
in repository libgtk2-perl.
commit 86f59dd327fcb83671d25197a5d531a2ceb6a932
Author: intrigeri <intrigeri at boum.org>
Date: Fri Aug 21 09:27:21 2015 +0000
debian/rules: set LC_ALL=C.UTF-8, to make the build reproducible.
---
debian/rules | 3 +++
1 file changed, 3 insertions(+)
diff --git a/debian/rules b/debian/rules
index 7ee2eb3..d502c88 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,8 @@
#!/usr/bin/make -f
+# Ideally this should go to some override_dh_auto_*.
+export LC_ALL=C.UTF-8
+
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
ARCHLIB := $(shell perl -MConfig -e 'print $$Config{vendorarch}')
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libgtk2-perl.git
More information about the Pkg-perl-cvs-commits
mailing list