Source: kanboard
Version: 1.2.51+ds-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: nocheck
X-Debbugs-Cc: [email protected]

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
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
--- 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

Reply via email to