Source: bibledit
Version: 5.0.331-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: timestamps
X-Debbugs-Cc: [email protected]

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
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
--- 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
_______________________________________________
Pkg-crosswire-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-crosswire-devel

Reply via email to