Source: rawtherapee
Version: 5.4-1
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: buildpath
X-Debbugs-Cc: reproducible-b...@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
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
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}

Reply via email to