[Debian-med-packaging] Bug#1125727: seer: please make the build reproducible

Chris Lamb lamby at debian.org
Fri Jan 16 18:36:48 GMT 2026


Source: seer
Version: 1.1.4-8
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
seer could not be built reproducibly.

This is because the testsuite generates a "tests_passed" file that gets
shipped with the binary package. This means that if the tests are skipped
(eg. via "nocheck"), then the package doesn't/cannot contain that file.

Patch attached that cleans up this file, which is probably isn't very
useful at runtime anyway.

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- a/debian/rules	2026-01-16 10:24:05.533711993 -0800
--- b/debian/rules	2026-01-16 10:33:23.122400440 -0800
@@ -28,6 +28,7 @@
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	if dh_auto_test ; then echo Test passed ; else echo '****************************** TEST FAILED.  Please contact upstream *******************************' ; fi
+	rm -fv $(CURDIR)/test/tests_passed
 endif
 
 override_dh_fixperms:


More information about the Debian-med-packaging mailing list