--- 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 +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