--- a/debian/patches/reproducible-build.patch 1970-01-01 01:00:00.000000000 +0100 --- b/debian/patches/reproducible-build.patch 2021-10-20 09:38:52.207731996 +0100 @@ -0,0 +1,15 @@ +Description: Make the build reproducible +Author: Chris Lamb +Last-Update: 2021-10-20 + +--- pikepdf-3.2.0+dfsg.orig/docs/topics/attachments.rst ++++ pikepdf-3.2.0+dfsg/docs/topics/attachments.rst +@@ -30,7 +30,7 @@ Now we can retrive the data. + + In [1]: pdf.attachments['README.md'] + +- In [1]: pdf.attachments['README.md'].get_file() ++ In [1]: file = pdf.attachments['README.md'].get_file() + + In [1]: pdf.attachments['README.md'].get_file().read_bytes()[:50] + --- a/debian/patches/series 2021-10-20 09:34:16.035906332 +0100 --- b/debian/patches/series 2021-10-20 09:38:51.527730733 +0100 @@ -1,3 +1,4 @@ docs-build-use-DEB_VERSION_UPSTREAM.patch drop-installation-from-docs-contents.patch drop-save-pike.patch +reproducible-build.patch