Your message dated Mon, 28 Sep 2020 11:00:11 +0000
with message-id
<cao9np96tcdxu8m+wtrmfreipovth-f04uf_k2yd10e_v4mq...@mail.gmail.com>
and subject line closing bug
has caused the Debian Bug report #961582,
regarding wand: 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.)
--
961582: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=961582
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: wand
Version: 0.6.1-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
wand could not be built reproducibly.
This was due to the documentation including the nondeterministic
memory references in the documentation.
Patch attached that specifies these as ":exclude-members:" in Sphinx.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`---- a/debian/patches/reproducible-build.patch 1970-01-01 01:00:00.000000000
+0100
--- b/debian/patches/reproducible-build.patch 2020-05-26 11:23:24.411509155
+0100
@@ -0,0 +1,14 @@
+Description: Make the build reproducible
+Author: Chris Lamb <[email protected]>
+Last-Update: 2020-05-26
+
+--- wand-0.6.1.orig/docs/wand/api.rst
++++ wand-0.6.1/docs/wand/api.rst
+@@ -1,4 +1,7 @@
+
+ .. automodule:: wand.api
+ :members:
++ :exclude-members: libc
++ :exclude-members: library
++ :exclude-members: libmagick
+
--- a/debian/patches/series 2020-05-26 10:57:25.737091906 +0100
--- b/debian/patches/series 2020-05-26 11:05:03.533456763 +0100
@@ -1,3 +1,4 @@
block_image_url.patch
flask-sphinx-themes.patch
no-intersphinx.patch
+reproducible-build.patch
--- End Message ---
--- Begin Message ---
Version: 0.6.2-1
The patch supplied from Chris Lamb was good. The package builds
reproducible on all four architectures.
Regards,
HÃ¥vard
--- End Message ---