Source: libubootenv
Version: 0.1-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: buildpath
X-Debbugs-Cc: [email protected]

Hi,

Whilst working on the Reproducible Builds effort [0] we noticed
that libubootenv could not be built reproducibly.

This is because the documentation uses/embeds full path names. A
patch against the shipped Doxygen configuration is attached.

 [0] https://reproducible-builds.org/


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
--- a/debian/patches/0005-Reproducible-build.patch      1970-01-01 
01:00:00.000000000 +0100
--- b/debian/patches/0005-Reproducible-build.patch      2019-09-06 
08:39:25.595853862 +0100
@@ -0,0 +1,15 @@
+Description: Make the build reproducible
+Author: Chris Lamb <[email protected]>
+Last-Update: 2019-09-06
+
+--- libubootenv-0.1.orig/docs/Doxyfile.in
++++ libubootenv-0.1/docs/Doxyfile.in
+@@ -149,7 +149,7 @@ INLINE_INHERITED_MEMB  = NO
+ # shortest path that makes the file name unique will be used
+ # The default value is: YES.
+ 
+-FULL_PATH_NAMES        = YES
++FULL_PATH_NAMES        = NO
+ 
+ # The STRIP_FROM_PATH tag can be used to strip a user-defined part of the 
path.
+ # Stripping is only done if one of the specified strings matches the left-hand
--- a/debian/patches/series     2019-09-06 08:33:18.524296493 +0100
--- b/debian/patches/series     2019-09-06 08:35:31.265603420 +0100
@@ -2,3 +2,4 @@
 0002-Add-support-GNUInstallDirs.patch
 0003-Change-name-of-the-output-static-library-to-libuboot.patch
 0004-Add-the-static-library-for-installation.patch
+0005-Reproducible-build.patch

Reply via email to