[Pkg-voip-commits] [asterisk] 01/03: reproducibility: Sort order of input files for core-en_US.xml generation

Bernhard Schmidt berni at moszumanska.debian.org
Wed Oct 11 17:54:30 UTC 2017


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

berni pushed a commit to branch master
in repository asterisk.

commit 2ef91da475e138c74fec382146dac6ed51601340
Author: Bernhard Schmidt <Bernhard.Schmidt at lrz.de>
Date:   Wed Oct 11 19:39:16 2017 +0200

    reproducibility: Sort order of input files for core-en_US.xml generation
---
 debian/patches/build-reproducibly | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/debian/patches/build-reproducibly b/debian/patches/build-reproducibly
index 89dd14d..23e1f01 100644
--- a/debian/patches/build-reproducibly
+++ b/debian/patches/build-reproducibly
@@ -15,3 +15,14 @@
  cat << END
  /*
   * build.h
+--- a/Makefile
++++ b/Makefile
+@@ -465,7 +465,7 @@
+ 	@echo "<docs xmlns:xi=\"http://www.w3.org/2001/XInclude\">" >> $@
+ 	@for x in $(MOD_SUBDIRS); do \
+ 		printf "$$x " ; \
+-		for i in `find $$x -name '*.c'`; do \
++		for i in `find $$x -name '*.c' | LC_ALL=C sort`; do \
+ 			$(AWK) -f build_tools/get_documentation $$i >> $@ ; \
+ 		done ; \
+ 	done

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



More information about the Pkg-voip-commits mailing list