--- a/debian/patches/reproducible-build.patch 1970-01-01 01:00:00.000000000 +0100 --- b/debian/patches/reproducible-build.patch 2020-02-08 15:28:58.005976410 +0000 @@ -0,0 +1,11 @@ +Description: Make the build reproducible +Author: Chris Lamb +Last-Update: 2020-02-08 + +--- python-oslo.reports-1.30.0.orig/doc/source/conf.py ++++ python-oslo.reports-1.30.0/doc/source/conf.py +@@ -92,3 +92,4 @@ latex_documents = [ + # -- sphinxcontrib.apidoc configuration -------------------------------------- + apidoc_module_dir = '../../oslo_reports' + apidoc_output_dir = 'reference/api' ++apidoc_excluded_paths = ['tests'] --- a/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 --- b/debian/patches/series 2020-02-08 15:28:57.149990690 +0000 @@ -0,0 +1 @@ +reproducible-build.patch