Source: vanguards
Version: 0.3.1-2.5
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
vanguards could not be built reproducibly.

This is because it ships different files if the tests are run or not.

Patch attached.

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
--- a/debian/rules      2025-11-05 09:38:35.047318611 -0800
--- b/debian/rules      2025-11-05 09:41:11.015862350 -0800
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export PYBUILD_AFTER_TEST = rm {build_dir}/wrote.conf
+
 %:
        dh $@ --with python3 --buildsystem=pybuild
 

Reply via email to