[Reproducible-commits] [debhelper] 01/01: Makefile: LC_ALL=C before sort
Eduard Sanou
dhole-guest at moszumanska.debian.org
Thu Jul 2 16:13:50 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 ff6721862086b1dca7af52b572922916b237946b
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 | 5 +++++
2 files changed, 7 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..a4840c5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,11 @@ debhelper (9.20150628.0~reproducible3) UNRELEASED; urgency=medium
[ Mattia Rizzolo ]
* fix mtimes also for ddebs.
+ [ Niels Thykier ]
+ * d/changelog: Add missing entry for dh_md5sums/#786695 in
+ the 9.20150628 release.
+ * Makefile: Set LC_ALL=C when sorting.
+
[ Eduard Sanou ]
* export the env var SOURCE_DATE_EPOCH with the last debian/changelog
timestamp.
--
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