Source: chirp
Version: 1:20200227+py3+20200213-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
chirp could not be built reproducibly.

This is because it shipped a debug.log file that contained non-
deterministic data like timestamps, etc.

Patch attached.

 [0] https://reproducible-builds.org/


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
--- a/debian/rules      2020-08-10 11:23:56.302078294 +0100
--- b/debian/rules      2020-08-10 11:27:44.805034313 +0100
@@ -5,3 +5,4 @@
 
 execute_after_dh_auto_install:
        mv debian/chirp/usr/bin/chirpwx.py debian/chirp/usr/bin/chirpw
+       find debian/chirp/usr/lib -type f -name debug.log -delete

Reply via email to