Source: parsinsert
Version: 1.04-6
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: randomness
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org

Hi,

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

This is because it can ship a test logfile that contains non-
deterministic timing data (eg. "2 secs"). Patch attached that simply
does not ship this file in the binary package.

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
--- a/debian/rules      2019-12-07 09:24:35.806271189 +0000
--- b/debian/rules      2019-12-07 09:59:50.694784695 +0000
@@ -30,3 +30,6 @@
 # Note a manpage was generated using:
 #  help2man -N ./parsinsert --version-string=1.04 > debian/parsinsert.1
 #  But this was then manually edited, so it is not rebuilt automatically.
+
+override_dh_install:
+       dh_install -Xset1000.log

Reply via email to