--- a/debian/patches/0002-Reproducible-build.patch 1970-01-01 01:00:00.000000000 +0100 --- b/debian/patches/0002-Reproducible-build.patch 2019-10-27 19:13:50.584954938 +0000 @@ -0,0 +1,14 @@ +Description: Make the build reproducible +Author: Chris Lamb +Last-Update: 2019-10-27 + +--- flask-1.1.1.orig/docs/api.rst ++++ flask-1.1.1/docs/api.rst +@@ -31,6 +31,7 @@ Incoming Request Data + .. autoclass:: Request + :members: + :inherited-members: ++ :exclude-members: json_module + + .. attribute:: environ + --- a/debian/patches/series 2019-10-27 18:58:45.336245250 +0000 --- b/debian/patches/series 2019-10-27 19:13:49.740978529 +0000 @@ -1,2 +1,3 @@ 0001-Don-t-require-sphinxcontrib.log_cabinet-extension.patch disable_sphinx_issues.patch +0002-Reproducible-build.patch