This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository hmmer.
commit 36103165e59d2b2332350d5e574a5839c627326f Author: Andreas Tille <[email protected]> Date: Thu Jul 7 23:16:48 2016 +0200 Enable reproducible builds --- debian/changelog | 7 +++++++ debian/rules | 1 + 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index e46ebb1..3ab02b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +hmmer (3.1b2+dfsg-2) unstable; urgency=medium + + * Reproducible build (thanks for the patch to Chris Lamb) + Closes: #830286 + + -- Andreas Tille <[email protected]> Thu, 07 Jul 2016 23:16:42 +0200 + hmmer (3.1b2+dfsg-1) unstable; urgency=medium * Team upload. 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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/hmmer.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
