Bug#907613: rawtherapee: please make the build reproducible
Chris Lamb
lamby at debian.org
Thu Aug 30 08:39:32 BST 2018
Source: rawtherapee
Version: 5.4-1
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: buildpath
X-Debbugs-Cc: reproducible-bugs at lists.alioth.debian.org
Hi,
Whilst working on the Reproducible Builds effort [0], we noticed
that rawtherapee could not be built reproducibly.
This is because it ships a file containing, inter alia, the build flags
used when compiling. We need to ship this file for the splash screen so
a patch is attached that simply removes this field.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` lamby at debian.org / chris-lamb.co.uk
`-
-------------- next part --------------
diff --git a/AboutThisBuild.txt.in b/AboutThisBuild.txt.in
index f48d39b..e6a49a8 100644
--- a/AboutThisBuild.txt.in
+++ b/AboutThisBuild.txt.in
@@ -9,7 +9,6 @@ Bit depth: ${PROC_BIT_DEPTH}
Gtkmm: V${GTKMM_VERSION}
Lensfun: V${LENSFUN_VERSION}
Build type: ${BUILD_TYPE}
-Build flags: ${CXX_FLAGS}
Link flags: ${LFLAGS}
OpenMP support: ${OPTION_OMP}
MMAP support: ${WITH_MYFILE_MMAP}
More information about the Reproducible-bugs
mailing list