Your message dated Wed, 26 Aug 2020 22:35:48 +0000 with message-id <[email protected]> and subject line Bug#965362: fixed in numpydoc 1.1.0-3 has caused the Debian Bug report #965362, regarding numpydoc: please make the build reproducible 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 [email protected] immediately.) -- 965362: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=965362 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: numpydoc Version: 1.1.0-1 Severity: wishlist Tags: patch User: [email protected] Usertags: randomness X-Debbugs-Cc: [email protected] Hi, Whilst working on the Reproducible Builds effort [0] we noticed that numpydoc could not be built reproducibly. This is because it includes a junit-results.xml and .coverage file from the test run. (The latter file should have been detected by the package-contains-python-coverage-file Lintian tag FYI.) Patch attached. [0] https://reproducible-builds.org/ Regards, -- ,''`. : :' : Chris Lamb `. `'` [email protected] / chris-lamb.co.uk `---- a/debian/rules 2020-07-20 11:14:23.254979286 +0100 --- b/debian/rules 2020-07-20 11:20:45.409510366 +0100 @@ -12,3 +12,8 @@ %: dh $@ --with python3 --buildsystem=pybuild + +override_dh_auto_install: + dh_auto_install + find debian -name .coverage -delete + find debian -name junit-results.xml -delete
--- End Message ---
--- Begin Message ---Source: numpydoc Source-Version: 1.1.0-3 Done: Christian Kastner <[email protected]> We believe that the bug you reported is fixed in the latest version of numpydoc, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Christian Kastner <[email protected]> (supplier of updated numpydoc package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Thu, 27 Aug 2020 00:18:59 +0200 Source: numpydoc Architecture: source Version: 1.1.0-3 Distribution: unstable Urgency: medium Maintainer: Debian Python Modules Team <[email protected]> Changed-By: Christian Kastner <[email protected]> Closes: 965362 Changes: numpydoc (1.1.0-3) unstable; urgency=medium . * Team upload . * Remove .coverage and junit-results.xml from build result (Closes: #965362) Checksums-Sha1: d9e7f761e09e79f4fbcc07b3b6d4530a68ec83e1 2329 numpydoc_1.1.0-3.dsc 6810642c4f22eec280eaa1d6c113df45746ea946 4432 numpydoc_1.1.0-3.debian.tar.xz 7d6599ab91c9f052a4fda0085798680125403817 7664 numpydoc_1.1.0-3_source.buildinfo Checksums-Sha256: 5b698591c32252dfb78f96d328d2af6e163c4a92d16d0c59421b58d21c818bd0 2329 numpydoc_1.1.0-3.dsc 3b2a0496d6d46f833a7094b19b0f274e8664aecec920ebff3ea0d783a9554b0e 4432 numpydoc_1.1.0-3.debian.tar.xz 4388f69c01202414d8e901517fc597c7a4fd37e65d8112cf01b25587846c14a1 7664 numpydoc_1.1.0-3_source.buildinfo Files: 0a943f01aff59be306de807661bdd8f0 2329 python optional numpydoc_1.1.0-3.dsc ba218d94f9bbad8d3bad064c21c58ec9 4432 python optional numpydoc_1.1.0-3.debian.tar.xz c3329f8f6161573ecf358e016b9eec62 7664 python optional numpydoc_1.1.0-3_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEQZ9+mkfDq5UZ8bCjOZU6N95Os2sFAl9G4I8ACgkQOZU6N95O s2sqKxAAniGECEGd0wH2G6dpxXL5sRJ9Psc8Te4Od53sjhWbm01OobkMnfrXkN5e W4hIfWZ16hEHn19rMG77P7kn0KzJOQ6MBNT/Z7PA68sJ3t6QxuAXi/p1fKWfuhj4 A58fxRpkYY5o6fb8y7jp8DOHCIIWMX5VTmeX5Xhq26G89U4djiaDdfJT0lOtkV2n lphjQ9O2I5quo79uf5p+lA/QJW/xOGajN4gJ7C1IoGXMJuVdLHEN2giik43KVqoW EmVJy7Af8VfSbWRgFNCvhexMCPiBeR6ttu8b9MbzDb41jYv6LvmkXCW9T8jQQahe GrUmxnKRlBM0Ci+pHOpRkpSb1vhns1QnxgWe2ZuPgkBq+3YjoeYpssFCUIRH9buf /1/urZqrOLCZSoA4AZU//uOWUQtpKtXCqiGiFDdKJHOj9icrkjsvxXcpVlRXchs4 qoR+FuXIDY1h6FWU5KW37/+Ls0rVDrWOKlAwsEUXH4Osn1eosYN3AuBDvbOYxYfU YcvpFEtvBs1zk/ctqGp7zHGepApXXCSrHfpjE6xVXPrKLSs4cIFTcUwhcmeZsaFp 3JnYSujZsqJtvrTcLnALok9B4b2KV8gDLoe2KYlPOhcUJcPjjKCnXC+lUY7Y19c6 0/kfhHhyqNweRNGl3dhd/9Q5Nw4g/zRDeY0hLXaljJO4v8giHsw= =7Qf8 -----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________ Python-modules-team mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
