Source: rust-configparser
Version: 2.0.0-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: timestamps
X-Debbugs-Cc: [email protected]
Hi,
Whilst working on the Reproducible Builds effort [0] we noticed that
rust-configparser could not be built reproducibly.
This is because it ships an output.ini and output2.ini file generated
by the testsuite. Patch attached that simply deletes these after
running the tests.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
--- a/debian/rules 2021-04-13 11:09:25.075486661 +0100
--- b/debian/rules 2021-04-13 12:02:55.790152749 +0100
@@ -4,6 +4,7 @@
override_dh_auto_test:
dh_auto_test -- test --all
+ rm -rf output.ini output2.ini
UPSTREAM_FILES = .cargo_vcs_info.json .gitignore .travis.yml CHANGELOG.md
Cargo.toml Cargo.toml.orig LICENSE-* README.md src/*.rs tests/test.*