Source: gearmand Version: 1.0.6-5 Severity: wishlist Tags: patch User: [email protected] Usertags: environment X-Debbugs-Cc: [email protected]
Hi, While working on the "reproducible builds" effort [1], we have noticed that gearmand could not be built reproducibly. The attached patch removes the persisted environment from the build system by only installing the C++ sources instead of the shell wrappers containing (eg.) relink_command. It also drops the somewhat useless include.am file. Once applied, gearmand can be built reproducibly in our reproducible toolchain. [1]: https://wiki.debian.org/ReproducibleBuilds Regards, -- ,''`. : :' : Chris Lamb `. `'` [email protected] / chris-lamb.co.uk `-
diff --git a/debian/libgearman-doc.examples b/debian/libgearman-doc.examples index 4cd66f8..da3fa58 100644 --- a/debian/libgearman-doc.examples +++ b/debian/libgearman-doc.examples @@ -1 +1 @@ -examples/* \ No newline at end of file +examples/*.cc

