Your message dated Mon, 7 Nov 2022 20:06:59 +0100
with message-id <c354692b-3dff-7857-4181-e6b034213...@debian.org>
and subject line done (referenced wrong bug)
has caused the Debian Bug report #941714,
regarding bst-external: file conflict: installs .coverage file
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
941714: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=941714
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
Version: 0.29.0-1.1
--- End Message ---