[apr] 01/02: Run buildconf with LC_ALL=C to fix some reproducible build issues

Stefan Fritsch sf at moszumanska.debian.org
Sat May 28 15:07:59 UTC 2016


This is an automated email from the git hooks/post-receive script.

sf pushed a commit to branch master
in repository apr.

commit 0b5527cd5c65b73cf7716d537f98d5af83bcb52d
Author: Stefan Fritsch <sf at sfritsch.de>
Date:   Sat May 28 17:02:36 2016 +0200

    Run buildconf with LC_ALL=C to fix some reproducible build issues
---
 debian/changelog | 3 +++
 debian/rules     | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 5251d0c..cba9e83 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,9 @@ apr (1.5.2-4) UNRELEASED; urgency=medium
   * Update Vcs-Browser: address.
   * d/watch: Check gpg signature of upstream source.
 
+  [ Stefan Fritsch ]
+  * Run buildconf with LC_ALL=C to fix some reproducible build issues.
+
  -- Stefan Fritsch <sf at debian.org>  Fri, 21 Aug 2015 20:00:57 +0200
 
 apr (1.5.2-3) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 7080f8b..7b723ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -75,7 +75,7 @@ SAVE_FILES := configure build/libtool.m4 build/ltmain.sh
 override_dh_auto_configure:
 	mkdir -p $(BUILDDIR)/docs
 	for f in $(SAVE_FILES) ; do [ -e $$f.dr-orig ] || cp -p $$f $$f.dr-orig ; done
-	./buildconf
+	LC_ALL=C ./buildconf
 	# We need to force the use of bash here. Otherwise, if apr is built with
 	# /bin/sh -> /bin/bash, the resulting libtool will not work on systems
 	# where /bin/sh -> /bin/dash.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-apache/apr.git



More information about the Pkg-apache-commits mailing list