schroot/reproducible-build.patch

21 lines
675 B
Diff

From: Chris Lamb <lamby@debian.org>
Date: Thu, 24 Sep 2020 10:42:22 +0100
Subject: Make the documentation build reproducibly
---
man/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/man/CMakeLists.txt b/man/CMakeLists.txt
index 44958cb..ecdd0fc 100644
--- a/man/CMakeLists.txt
+++ b/man/CMakeLists.txt
@@ -150,6 +150,7 @@ foreach(manpage_source ${manpage_sources})
add_custom_command(OUTPUT ${manpage}
COMMAND ${SOELIM_EXECUTABLE}
+ -r
${manpage_includes}
< "${manpage_source_file}"
> "${manpage}"