Bug#1005827: gap-hapcryst: please make the build reproducible
Chris Lamb
lamby at debian.org
Tue Feb 15 17:34:36 GMT 2022
Source: gap-hapcryst
Version: 0.1.13-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
gap-hapcryst could not be built reproducibly.
This is because it shipped a resolutionAccess.log log file, and this
file contained various build dates.
Patch attached that simply doesn't ship this file; it's unlikely to
be needed in the binary package.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` lamby at debian.org / chris-lamb.co.uk
`-
-------------- next part --------------
--- a/debian/rules 2022-02-15 09:08:41.928628788 -0800
--- b/debian/rules 2022-02-15 09:29:44.622070563 -0800
@@ -27,7 +27,7 @@
execute_after_dh_auto_build: doc;
override_dh_install:
- dh_install *.g examples lib usr/share/gap/pkg/HAPcryst
+ dh_install *.g examples lib usr/share/gap/pkg/HAPcryst -XresolutionAccess.log
make -C doc install DESTDIR=../debian/gap-hapcryst
override_dh_installdocs:
More information about the Reproducible-bugs
mailing list