Source: libmypaint Version: 1.3.0-2 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 libmypaint could not be built reproducibly due to it including the full build path in the documentation. Patch attached. [0] https://reproducible-builds.org/ Regards, -- ,''`. : :' : Chris Lamb `. `'` [email protected] / 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-04-11 08:37:22.384521599 +0100 @@ -0,0 +1,15 @@ +Description: Make the build reproducible +Author: Chris Lamb <[email protected]> +Last-Update: 2018-04-11 + +--- libmypaint-1.3.0.orig/doc/Doxyfile ++++ libmypaint-1.3.0/doc/Doxyfile +@@ -119,7 +119,7 @@ INLINE_INHERITED_MEMB = NO + # path before files name in the file list and in the header files. If set + # to NO the shortest path that makes the file name unique will be used. + +-FULL_PATH_NAMES = YES ++FULL_PATH_NAMES = NO + + # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag + # can be used to strip a user-defined part of the path. Stripping is --- a/debian/patches/series 2018-04-11 08:31:16.222710938 +0100 --- b/debian/patches/series 2018-04-11 08:37:21.608517752 +0100 @@ -1 +1,2 @@ dont-require-m4macros.patch +reproducible-build.patch

