[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#968183: chirp: please make the build reproducible



Source: chirp
Version: 1:20200227+py3+20200213-1
Severity: wishlist
Tags: patch
User: reproducible-builds@lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-bugs@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
     `. `'`      lamby@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 to: