Bug#1135193: golang-github-deruina-timberjack: please make the build reproducible

Chris Lamb lamby at debian.org
Tue Apr 28 23:59:52 BST 2026


Source: golang-github-deruina-timberjack
Version: 1.4.1-1
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: nocheck
X-Debbugs-Cc: reproducible-bugs at lists.alioth.debian.org

Hi,

Whilst working on the Reproducible Builds effort [0], we noticed that
golang-github-deruina-timberjack could not be built reproducibly.

This is because the testsuite generates a test-mill.log file, which means
that if the tests are skipped (eg. via nochekc), then the package contents
will differ and will therefore be unreproducible.

Patch attached.

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- a/debian/rules	2026-04-28 15:41:32.559412844 -0700
--- b/debian/rules	2026-04-28 15:58:43.265484346 -0700
@@ -2,3 +2,6 @@
 
 %:
 	dh $@ --builddirectory=debian/_build --buildsystem=golang
+
+execute_after_dh_auto_test:
+	find debian/_build -name test-mill.log -delete


More information about the Reproducible-bugs mailing list