This is an automated email from the git hooks/post-receive script. afif-guest pushed a commit to branch master in repository kmer-tools.
commit 2db6364b3d3f4bf10ed6b23f900ba7ce169d2924 Author: Afif Elghraoui <[email protected]> Date: Sun May 24 17:16:10 2015 -0700 Don't ship likely unnecessary binaries mt19937ar, test-seqStream, test-merStream, and test-seqCache. They do not appear to be made for users, likely to just be run during build time for testing purposes. --- debian/meryl.install | 6 ------ 1 file changed, 6 deletions(-) diff --git a/debian/meryl.install b/debian/meryl.install index 6566af5..d9d7c3b 100644 --- a/debian/meryl.install +++ b/debian/meryl.install @@ -4,12 +4,6 @@ installdir/bin/simple usr/bin installdir/bin/mapMers usr/bin installdir/bin/mapMers-depth usr/bin installdir/bin/kmer-mask usr/bin -# libutil (kazlib and its rdepends are currently not built) -installdir/bin/mt19937ar-test usr/bin -# libseq -installdir/bin/test-merStream usr/bin -installdir/bin/test-seqCache usr/bin -installdir/bin/test-seqStream usr/bin # libkmer installdir/bin/existDB usr/bin installdir/bin/positionDB usr/bin -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/kmer-tools.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
