[Reproducible-commits] [debhelper] 01/01: Makefile: LC_ALL=C before sort
Eduard Sanou
dhole-guest at moszumanska.debian.org
Thu Jul 2 16:00:52 UTC 2015
This is an automated email from the git hooks/post-receive script.
dhole-guest pushed a commit to branch pu/reproducible_builds
in repository debhelper.
commit 80750c5b8c03af8e76051686382ecfa1c8b25771
Author: Niels Thykier <niels at thykier.net>
Date: Tue Jun 30 20:14:18 2015 +0200
Makefile: LC_ALL=C before sort
Signed-off-by: Niels Thykier <niels at thykier.net>
Conflicts:
debian/changelog
---
Makefile | 4 ++--
debian/changelog | 3 +++
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 3d2d093..9c2e9f9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
# List of files of dh_* commands. Sorted for debhelper man page.
-COMMANDS=$(shell find . -maxdepth 1 -type f -perm /100 -name "dh_*" -printf "%f\n" | sort)
+COMMANDS=$(shell find . -maxdepth 1 -type f -perm /100 -name "dh_*" -printf "%f\n" | LC_ALL=C sort)
# Find deprecated commands by looking at their synopsis.
DEPRECATED=$(shell egrep -l '^dh_.* - .*deprecated' $(COMMANDS))
@@ -63,7 +63,7 @@ ifneq ($(USE_NLS),no)
done; \
if [ -e $$dir/debhelper.pod ]; then \
cat $$dir/debhelper.pod | \
- $(MAKEMANLIST) `find $$dir -type f -maxdepth 1 -name "dh_*.pod" | sort` | \
+ $(MAKEMANLIST) `find $$dir -type f -maxdepth 1 -name "dh_*.pod" | LC_ALL=C sort` | \
$(POD2MAN) --name="debhelper" --section=7 > debhelper.$$lang.7; \
fi; \
done
diff --git a/debian/changelog b/debian/changelog
index 8d9e63a..5980a82 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ debhelper (9.20150628.0~reproducible3) UNRELEASED; urgency=medium
[ Jérémy Bobbio ]
* dh_builddeb: fix mtimes for reproducibility. (Closes: #759886)
+ * d/changelog: Add missing entry for dh_md5sums/#786695 in
+ the 9.20150628 release.
+ * Makefile: Set LC_ALL=C when sorting.
[ Andrew Ayer ]
* Run dh_strip_nondeterminism before dh_compress. (Closes: #759895)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/debhelper.git
More information about the Reproducible-commits
mailing list