Your message dated Sun, 23 Aug 2020 19:26:33 +0200
with message-id <[email protected]>
and subject line Re: tpot: please make the build reproducible
has caused the Debian Bug report #968557,
regarding tpot: 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.)


-- 
968557: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=968557
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: tpot
Version: 0.11.5+dfsg-2
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
tpot could not be built reproducibly.

This is because it ships progress_verbose_1.log and
progress_verbose_2.log under /usr/lib/python3* and the second of these
is not reproducible.

Patch attached that does not ship these files - we probably should not
be shipping logfiles into this directory anyway. I note that you
already prevent a similar test being run with a --exclude argument to
nose(1) but I wasn't sure why you were doing that so did not extend
that to the tests that generate the above files.

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


Regards,

--
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
--- a/debian/rules      2020-08-17 11:23:32.101143990 +0100
--- b/debian/rules      2020-08-17 11:37:15.354949925 +0100
@@ -33,6 +33,10 @@
        cp -r images docs/
        sed -i -e 's,$(url_strip),,' docs/index.html
 
+override_dh_auto_install:
+       dh_auto_install
+       rm -f debian/python3-tpot/usr/lib/python3*/dist-packages/*.log
+
 override_dh_installdocs:
        dh_installdocs --package=python-tpot-doc --doc-main-package=python3-tpot
        dh_installdocs --remaining-packages

--- End Message ---
--- Begin Message ---
Version: 0.11.5+dfsg-4

--- End Message ---
-- 
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to