Source: knack
Version: 0.6.1-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: randoness
X-Debbugs-Cc: [email protected]
Hi,
Whilst working on the Reproducible Builds effort [0], we noticed
that knack could not be built reproducibly.
This is because it included tempororary directories in the binary
that had non-determinstic names
Patch attached that removes these dirs.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
--- a/debian/rules 2019-05-01 10:13:38.131155309 +0100
--- b/debian/rules 2019-05-01 10:30:32.566408515 +0100
@@ -1,4 +1,6 @@
#!/usr/bin/make -f
+export PYBUILD_AFTER_TEST=rm -rf {build_dir}/tmp*
+
%:
dh $@ --with python3 --buildsystem=pybuild