Bug#881905: py3c: please make the build reproducible

Chris Lamb lamby at debian.org
Thu Nov 16 10:10:07 UTC 2017


Source: py3c
Version: 0.9-1
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: buildpath
X-Debbugs-Cc: reproducible-bugs at lists.alioth.debian.org

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
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- 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/.


More information about the Reproducible-bugs mailing list