Source: gap-hapcryst
Version: 0.1.13-1
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-b...@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
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
--- 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:

Reply via email to