This is an automated email from the git hooks/post-receive script. satta pushed a commit to branch master in repository hmmer2.
commit 30881646674c5a2a650fc644e589cbd47eeacaff Author: Sascha Steinbiss <[email protected]> Date: Fri Jun 24 15:28:53 2016 +0000 make build reproducible --- debian/changelog | 8 ++++++++ debian/rules | 1 + 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index 49f6257..3f92a1b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +hmmer2 (2.3.2-11) unstable; urgency=medium + + * Team upload. + * Make build reproducible. Thanks to Chris Lamb for the patch. + Closes: #828065 + + -- Sascha Steinbiss <[email protected]> Fri, 24 Jun 2016 15:22:40 +0000 + hmmer2 (2.3.2-10) unstable; urgency=medium * Team upload. diff --git a/debian/rules b/debian/rules index da43394..e194bce 100755 --- a/debian/rules +++ b/debian/rules @@ -52,6 +52,7 @@ override_dh_installexamples: dh_installexamples mkdir -p $(sampledir); sed -i "s#hmm#hmm2#g" testsuite/exercises.sqc + rm -f testsuite/*.ssi; cp -a testsuite/* $(sampledir)/; mkdir $(sampledir)/tutorial; cp -a tutorial/* $(sampledir)/tutorial; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/hmmer2.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
