Your message dated Wed, 24 Oct 2018 07:42:52 +0200
with message-id <[email protected]>
and subject line Bug was closed with latest upload
has caused the Debian Bug report #911125,
regarding lmfit-py: 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.)


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

This is because the tests generate an unreproducible modelresult_1.sav
file that ends up in /usr/lib/python3/dist-packages. You have a debian/
python3-lmfit.remove file (not seen these before as it happens…) but it
appears to reference "python3.7" instead of "python3".

Untested patch attached but I'm sure you get the idea.

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
diff --git a/debian/python3-lmfit.remove b/debian/python3-lmfit.remove
index 0ba55b6..0486ac3 100644
--- a/debian/python3-lmfit.remove
+++ b/debian/python3-lmfit.remove
@@ -1 +1 @@
-python3.7/dist-packages/modelresult_1.sav
+python3/dist-packages/modelresult_1.sav

--- End Message ---
--- Begin Message ---
Hi,

in my latest upload I was dealing with the lintian issue without
checking BTS.  I now realise that the bug is fixed.

Kind regards

        Andreas.


-- 
http://fam-tille.de

--- End Message ---

Reply via email to