Source: wand
Version: 0.6.1-1
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: randomness
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org

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
     `. `'`      la...@debian.org / 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 <la...@debian.org>
+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

Reply via email to