Source: frobby
Version: 0.9.0-5
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org

Hi,

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

This is because the _formulas.log file contained a date, likely
timezone-varying. Patch attached that drops all of the somewhat-
useless _formulas.{log,tex,dvi.gz} etc. from the binary package.
altogether.


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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
--- a/debian/rules      2019-10-16 16:27:26.074626500 -0700
--- b/debian/rules      2019-10-16 16:41:12.642639476 -0700
@@ -20,3 +20,6 @@
 
 override_dh_makeshlibs:
        dh_makeshlibs -V'libfrobby0 (>= 0.9.0-3~)'
+
+override_dh_install:
+       dh_install -X/_formulas.

Reply via email to