Source: process-cpp
Version: 3.0.1-6
Severity: normal
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] I noticed that
process-cpp could not be built reproducibly.

This was because doxygen was taking a build-related log file,
link.txt, and then processing it like a manual page. This was
installed to /usr/share/man3 (hence the "normal" severity") and this
file varied on the absolute build path.

Patch attached.

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


Regards,

--
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
--- a/debian/patches/0002-Reproducible-documentation.patch      2020-05-21 
11:14:51.151321925 +0100
--- b/debian/patches/0002-Reproducible-documentation.patch      2020-05-21 
11:31:30.618206702 +0100
@@ -24,7 +24,7 @@
  # for example use the pattern */test/*
  
 -EXCLUDE_PATTERNS       =
-+EXCLUDE_PATTERNS       = */DartConfiguration.tcl
++EXCLUDE_PATTERNS       = */DartConfiguration.tcl */link.txt
  
  # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
  # (namespaces, classes, functions, etc.) that should be excluded from the

Reply via email to