Source: jpy
Version: 0.8-4
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: buildpath
X-Debbugs-Cc: [email protected]
Hi,
Whilst working on the Reproducible Builds effort [0], I noticed
that jpy could not be built reproducibly as it embeds the build
path in a .properties file.
Not sure how this file worked before btw (!).
Patch attached.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
--- a/debian/rules 2016-08-20 13:32:03.443625618 +0100
--- b/debian/rules 2016-08-20 13:45:26.778452476 +0100
@@ -25,3 +25,5 @@
done
dh_auto_install
find . -name '*.so' -exec chrpath -d {} \;
+ # Strip build path; the libs will exist under /usr, not debian/tmp
+ find . -name 'jpyconfig.properties' -exec sed -i -e
's,$(CURDIR)/debian/tmp,,g' {} \;
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team