Bug#1120122: vanguards: please make the build reproducible

Chris Lamb lamby at debian.org
Wed Nov 5 18:22:35 GMT 2025


Source: vanguards
Version: 0.3.1-2.5
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
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
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- 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
 


More information about the Reproducible-bugs mailing list