[Reproducible-builds] Bug#830286: hmmer: please make the build reproducible

Chris Lamb lamby at debian.org
Thu Jul 7 20:30:07 UTC 2016


Source: hmmer
Version: 3.1b2+dfsg-1
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: randomness
X-Debbugs-Cc: reproducible-builds at lists.alioth.debian.org

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
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
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


More information about the Reproducible-builds mailing list