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

Reply via email to