Author: tbooth-guest Date: 2015-01-13 14:31:56 +0000 (Tue, 13 Jan 2015) New Revision: 18574
Added: trunk/packages/vsearch/trunk/debian/README.source Modified: trunk/packages/vsearch/trunk/debian/changelog trunk/packages/vsearch/trunk/debian/rules Log: Small fixes to enable full cleanup Added: trunk/packages/vsearch/trunk/debian/README.source =================================================================== --- trunk/packages/vsearch/trunk/debian/README.source (rev 0) +++ trunk/packages/vsearch/trunk/debian/README.source 2015-01-13 14:31:56 UTC (rev 18574) @@ -0,0 +1,6 @@ +At the moment (v1.0.7) VSearch is somewhat awkward in that you need to choose the +compression mode of the input files at compile time. +I'm sure they'll sort this at some point, but for now we have to compile the +whole thing three times. + +Tim Booth Modified: trunk/packages/vsearch/trunk/debian/changelog =================================================================== --- trunk/packages/vsearch/trunk/debian/changelog 2015-01-13 14:27:07 UTC (rev 18573) +++ trunk/packages/vsearch/trunk/debian/changelog 2015-01-13 14:31:56 UTC (rev 18574) @@ -1,5 +1,6 @@ -vsearch (1.0.7) trusty; urgency=low +vsearch (1.0.7-0biolinux1) trusty; urgency=low * Initial package + * Will be wanted once the next QIIME release appears. -- Tim Booth <[email protected]> Fri, 09 Jan 2015 17:13:35 +0000 Modified: trunk/packages/vsearch/trunk/debian/rules =================================================================== --- trunk/packages/vsearch/trunk/debian/rules 2015-01-13 14:27:07 UTC (rev 18573) +++ trunk/packages/vsearch/trunk/debian/rules 2015-01-13 14:31:56 UTC (rev 18574) @@ -22,6 +22,10 @@ dh_auto_build markdown_py -f README.html README.md +override_dh_auto_clean: + dh_auto_clean + rm -f src/vsearch-gz src/vsearch-bz + override_dh_auto_test: cd data && tar -xvzf simm.tar.gz cd test && \ @@ -34,3 +38,4 @@ rm -rf data/simm find test -mindepth 1 -not -name '*.sh' -delete rm -f README.html + rm -f *.out _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
