Source: python-openstackclient Version: 2.3.0-2 Severity: wishlist Tags: patch User: [email protected] Usertags: timestamps X-Debbugs-Cc: [email protected]
Hi, Whilst working on the "reproducible builds" effort [0], we noticed that python-openstackclient could not be built reproducibly. Patch attached. It should probably be upstreamed. [0] https://wiki.debian.org/ReproducibleBuilds Regards, -- ,''`. : :' : Chris Lamb `. `'` [email protected] / chris-lamb.co.uk `-
--- a/debian/patches/0001-reproducible-build.patch 1970-01-01 01:00:00.000000000 +0100 --- b/debian/patches/0001-reproducible-build.patch 2016-06-07 20:38:57.258484217 +0100 @@ -0,0 +1,11 @@ +--- python-openstackclient-2.3.0.orig/doc/source/conf.py ++++ python-openstackclient-2.3.0/doc/source/conf.py +@@ -80,7 +80,7 @@ release = version_info.release_string() + + # List of patterns, relative to source directory, that match files and + # directories to ignore when looking for source files. +-exclude_patterns = [] ++exclude_patterns = ['**tests**'] + + # The reST default role (used for this markup: `text`) to use for all + # documents. --- a/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 --- b/debian/patches/series 2016-06-07 20:29:40.147804720 +0100 @@ -0,0 +1 @@ +0001-reproducible-build.patch --- a/debian/source/include-binaries 1970-01-01 01:00:00.000000000 +0100 --- b/debian/source/include-binaries 2016-06-07 20:29:33.483723940 +0100 @@ -0,0 +1 @@ +python-openstackclient-build-deps_2.3.0-2_all.deb

