Source: bst-external
Version: 0.18.0-1
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 bst-external could not be built reproducibly.

This is because it installs a non-deterministic .coverage file
in the binary package.

Patch attached. FYI this can be flagged by Lintian [1].  :)

 [0] https://reproducible-builds.org/
 [1] https://lintian.debian.org/tags/package-contains-python-coverage-file.html


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
--- a/debian/rules      2019-10-04 07:31:20.439104485 +0100
--- b/debian/rules      2019-10-04 07:39:43.152728623 +0100
@@ -6,3 +6,4 @@
 # The tests need some work to pass in Debian
 override_dh_auto_test:
        -dh_auto_test
+       find -type f -name .coverage -delete

Reply via email to