Source: parsinsert
Version: 1.04-15
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
parsinsert could not be built reproducibly.

This is because the package ships different contents depending on
whether the testsuite is run or not.

Patch attached.

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
--- a/debian/rules      2025-11-07 15:03:51.801282357 -0800
--- b/debian/rules      2025-11-07 15:06:33.781179994 -0800
@@ -34,7 +34,7 @@
        cmp -s right_results set1000.results || { \
            echo "incorrect result" ; \
            exit 1 ; } && \
-       rm -f set1000.results
+       rm -f set1000.results set1000.tree
 endif
 
 # Note a manpage was generated using:

Reply via email to