Source: nlohmann-json3 Version: 3.1.2-2 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 nlohmann-json3 could not be built reproducibly. This is because it builds the documentation including the absolute build path. Patch attached. [0] https://reproducible-builds.org/ Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `-
--- a/debian/patches/reproducible-build.patch 1970-01-01 01:00:00.000000000 +0100 --- b/debian/patches/reproducible-build.patch 2018-06-01 09:04:25.207406314 +0100 @@ -0,0 +1,15 @@ +Description: Make the build reproducible +Author: Chris Lamb <la...@debian.org> +Last-Update: 2018-05-31 + +--- nlohmann-json3-3.1.2.orig/doc/Doxyfile ++++ nlohmann-json3-3.1.2/doc/Doxyfile +@@ -18,7 +18,7 @@ REPEAT_BRIEF = NO + ABBREVIATE_BRIEF = + ALWAYS_DETAILED_SEC = YES + INLINE_INHERITED_MEMB = NO +-FULL_PATH_NAMES = YES ++FULL_PATH_NAMES = NO + STRIP_FROM_PATH = + STRIP_FROM_INC_PATH = + SHORT_NAMES = NO --- a/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 --- b/debian/patches/series 2018-06-01 09:04:22.207390401 +0100 @@ -0,0 +1 @@ +reproducible-build.patch