Source: py3c
Version: 0.9-1
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 py3c could not be built reproducibly.
Patch attached.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
--- a/debian/rules 2017-11-16 17:30:24.764272181 +0900
--- b/debian/rules 2017-11-16 19:08:30.466428001 +0900
@@ -20,6 +20,7 @@
override_dh_auto_install:
$(MAKE) install prefix=$(CURDIR)/debian/py3c-dev/usr
mkdir -p debian/py3c-dev/usr/share/pkgconfig
+ $(MAKE) -B py3c.pc includedir=/usr/include
cp py3c.pc debian/py3c-dev/usr/share/pkgconfig/.
mkdir -p debian/py3c-dev/usr/share/doc/py3c-dev
cp -a doc/build/html debian/py3c-dev/usr/share/doc/py3c-dev/.