Skip to content

Commit

Permalink
remove xml
Browse files Browse the repository at this point in the history
  • Loading branch information
jxmx committed Mar 28, 2024
1 parent 033a9b7 commit 2784143
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions debian/patches/1009_build_reproducibly.patch
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,3 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
cat << END
/*
* build.h
--- a/build_tools/make_xml_documentation
+++ b/build_tools/make_xml_documentation
@@ -187,7 +187,7 @@
for subdir in ${mod_subdirs} ; do
printf "%s " "${subdir}"
subdir_path="${source_tree}/${subdir}"
- for i in $(${FIND} "${subdir_path}" -name '*.c' -or -name '*.cc'); do
+ for i in $(${FIND} "${subdir_path}" -name '*.c' -or -name '*.cc' | LC_ALL=C sort); do
if [ "${with_moduleinfo}" -eq "1" ] ; then
MODULEINFO=$(${AWK} -f "${source_tree}/build_tools/get_moduleinfo" "${i}")
if [ "${MODULEINFO}" != "" ] ; then

0 comments on commit 2784143

Please sign in to comment.