Author: tbooth-guest Date: 2015-01-19 18:51:19 +0000 (Mon, 19 Jan 2015) New Revision: 18587
Modified: trunk/packages/qiime/trunk/debian/changelog trunk/packages/qiime/trunk/debian/control Log: Added conflict with newer rdp-classifier. I know it makes no sense to conflict with a package that doesn't yet exist in Debian but I'm developing for Bio-Linux here! QIIME 1.9 will be out very soon and then all the loose ends will be tied up! Hold off any updates until then. Modified: trunk/packages/qiime/trunk/debian/changelog =================================================================== --- trunk/packages/qiime/trunk/debian/changelog 2015-01-19 14:58:43 UTC (rev 18586) +++ trunk/packages/qiime/trunk/debian/changelog 2015-01-19 18:51:19 UTC (rev 18587) @@ -1,3 +1,10 @@ +qiime (1.8.0.bl-2) UNRELEASED; urgency=medium + + * Add runtime dependency on ea-utils needed for join_paired_ends + * Bump version to force install over the Debian +dfsg version. + + -- Tim Booth <[email protected]> Mon, 19 Jan 2015 18:45:08 +0000 + qiime (1.8.0+dfsg-4) unstable; urgency=medium * d/copyright: Fix missing licenses Modified: trunk/packages/qiime/trunk/debian/control =================================================================== --- trunk/packages/qiime/trunk/debian/control 2015-01-19 14:58:43 UTC (rev 18586) +++ trunk/packages/qiime/trunk/debian/control 2015-01-19 18:51:19 UTC (rev 18587) @@ -30,6 +30,7 @@ fasttree, python-qcli, libjs-jquery, + ea-utils, python-matplotlib, python-numpy Recommends: blast2 | blast+-legacy, @@ -48,7 +49,8 @@ emperor, rdp-classifier, torque-client -Conflicts: denoiser +Conflicts: denoiser, + rdp-classifier ( >= 2.9 ) Provides: denoiser Replaces: denoiser Description: Quantitative Insights Into Microbial Ecology @@ -57,7 +59,7 @@ have become standard in the field. A standard QIIME analysis begins with sequence data from one or more sequencing platforms, including * Sanger, - * Roche/454, and + * Roche/454, and * Illumina GAIIx. With all the underlying tools installed, of which not all are yet available in Debian (or any other Linux _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
