[Pkg-crosswire-devel] Bug#884047: bibledit: please make the build reproducible
Chris Lamb
lamby at debian.org
Sun Dec 10 20:20:19 GMT 2017
Source: bibledit
Version: 5.0.331-1
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-bugs at lists.alioth.debian.org
Hi,
Whilst working on the Reproducible Builds effort [0], we noticed
that bibledit could not be built reproducibly.
This is because it uselessly ships config.log etc. in the binary
packages which include all sorts of environment-specific data.
Patch attached that simply doesn't install these files... BUT it looks
like there is a whole bunch of cruft in the -data package anyway,
essentially including the build-directory itself (with Makefile.am etc.
etc.)
In other words, only specifying the stuff bibledit really needs in
bibledit-data.install would be the superior solution. :)
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` lamby at debian.org / chris-lamb.co.uk
`-
-------------- next part --------------
--- a/debian/rules 2017-12-10 17:49:39.121184637 +0000
--- b/debian/rules 2017-12-10 20:17:48.107528230 +0000
@@ -15,3 +15,5 @@
override_dh_installchangelogs:
dh_installchangelogs help/changelog.html
+override_dh_install:
+ dh_install -Xconfig.log -Xconfig.status -XMakefile
More information about the Pkg-crosswire-devel
mailing list