Source: ns2
Version: 2.35+dfsg-2.1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: randomness
X-Debbugs-Cc: [email protected]

Hi,

Whilst working on the Reproducible Builds effort [0], we noticed
that ns2 could not be built reproducibly.

This is due to the installation of test artifacts which contain random
and/or non-deterministic output, specially "fairflow.tr.gz".

Patch attached that simply doesn't install these files to ns2-examples.
Another approach might be to run upstream's "remove.com" shell script
that appears to clean the test suite of such things.

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
diff --git a/debian/rules b/debian/rules
index cff3674..cf69a6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,6 +27,9 @@ override_dh_auto_install:
 override_dh_installchangelogs:
        dh_installchangelogs CHANGES.html
 
+override_dh_install:
+       dh_install -Xtcl/test/
+
 override_dh_compress:
        dh_compress -X.tcl -Xvalidate
 dfsg-orig:

Reply via email to