Your message dated Mon, 17 Nov 2025 12:33:43 -0800 with message-id <[email protected]> and subject line Re: Bug#1120871: Acknowledgement (tkgate: please make the build reproducible) has caused the Debian Bug report #1120871, regarding tkgate: please make the build reproducible to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 1120871: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1120871 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: tkgate Version: 2.1+repack-8 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 tkgate could not be built reproducibly. This is because it ships a different binary package depending on whether the testsuite is run or not. Specifically, running the tests bumps the modification time of the test/tkgate directory (as files are created inside), and so the binary package has different directory metadata depending on whether the tests are run or not. A patch is attached that will set the mtime of this directory to the value of SOURCE_DATE_EPOCH regardless of whether the tests are run or not. [0] https://reproducible-builds.org/ Regards, -- ,''`. : :' : Chris Lamb `. `'` [email protected] / chris-lamb.co.uk `---- a/debian/rules 2025-11-17 10:29:33.646433826 -0800 --- b/debian/rules 2025-11-17 11:15:48.388865759 -0800 @@ -23,3 +23,5 @@ cd test/ && sh runtests.sh find test/ -name *.out | xargs rm -f +execute_before_dh_auto_install: + touch -d@$(SOURCE_DATE_EPOCH) test/tkgate
--- End Message ---
--- Begin Message ---Duplicate of #1120870 - my MUA sent two copes of the same email. -- ,''`. : :' : Chris Lamb `. `'` [email protected] 🍥 chris-lamb.co.uk `-
--- End Message ---
-- debian-science-maintainers mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers
