Source: dsdp Version: 5.8-9.4 Severity: wishlist Tags: patch User: [email protected] Usertags: buildpath X-Debbugs-Cc: [email protected]
Hi, Whilst working on the Reproducible Builds effort [0] we noticed that dsdp could not be built reproducibly. This is because it included build paths in (somewhat useless!) log files. Patch attached that simply doesn't ship these in the binary package. [0] https://reproducible-builds.org/ Regards, -- ,''`. : :' : Chris Lamb `. `'` [email protected] / chris-lamb.co.uk `-
--- a/debian/rules 2019-09-06 08:13:23.434895910 +0100 --- b/debian/rules 2019-09-06 08:27:51.960829180 +0100 @@ -2,6 +2,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk DEB_SHLIBDEPS_INCLUDE := /usr/lib/atlas +DEB_INSTALL_DOCS_dsdp-doc := -X_formulas -X_form0 ver := $(DEB_UPSTREAM_VERSION) soname := libdsdp-$(ver)gf.so

