Bug#900551: nlohmann-json3: please make the build reproducible

Chris Lamb lamby at debian.org
Fri Jun 1 09:11:22 BST 2018


Source: nlohmann-json3
Version: 3.1.2-2
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 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
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- 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 <lamby at 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


More information about the Reproducible-bugs mailing list