Source: hmmer
Version: 3.1b2+dfsg-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 hmmer could not be built reproducibly.

Patch attached.

 [0] https://wiki.debian.org/ReproducibleBuilds


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
diff --git a/debian/rules b/debian/rules
index af647f4..edb19a5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,6 +47,7 @@ override_dh_installexamples:
        cp -aR testsuite $(sampledir)/;
        cp -aR easel $(sampledir)/;
        cp -aR tutorial $(sampledir)/;
+       find $(sampledir)/easel -name "esltmp*" -delete;
 
 override_dh_fixperms:
        dh_fixperms
_______________________________________________
Reproducible-builds mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

Reply via email to