Bug#1130666: kanboard: please make the build reproducible

Chris Lamb lamby at debian.org
Fri Mar 13 22:46:20 GMT 2026


Source: kanboard
Version: 1.2.51+ds-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
kanboard could not be built reproducibly.

This is because the testsuite generates a vendor/autoload.tests.php
file that ends up in the binary package, but, of course, only if the
tests are run. This means that if the tests are skipped (ie. with
nocheck), then the package contents differ.

Patch attached to remove this file after running the tests.

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- a/debian/rules	2026-03-13 17:30:02.198161496 +0000
--- b/debian/rules	2026-03-13 22:40:03.991994393 +0000
@@ -52,6 +52,7 @@
 		--do-not-cache-result \
 		--display-deprecations \
 		--display-phpunit-deprecations
+	rm -f vendor/autoload.tests.php
 
 override_dh_installchangelogs:
 	dh_installchangelogs ChangeLog


More information about the Reproducible-bugs mailing list