Author: hampt-guest Date: 2013-06-08 14:17:23 +0000 (Sat, 08 Jun 2013) New Revision: 13884
Modified: trunk/packages/metastudent/trunk/debian/changelog trunk/packages/metastudent/trunk/debian/control Log: bugfix for long fasta heades; requiring metastudent-data-2 for name mapping Modified: trunk/packages/metastudent/trunk/debian/changelog =================================================================== --- trunk/packages/metastudent/trunk/debian/changelog 2013-06-08 11:13:51 UTC (rev 13883) +++ trunk/packages/metastudent/trunk/debian/changelog 2013-06-08 14:17:23 UTC (rev 13884) @@ -1,9 +1,15 @@ -metastudent (1.0.9-1) UNRELEASED; urgency=low +metastudent (1.0.10-1~bpo70+1) unstable; urgency=low * New upstream release. -- Tobias Hamp <[email protected]> Wed, 05 Jun 2013 16:41:08 +0200 +metastudent (1.0.9-1~bpo70+1) unstable; urgency=low + + * New upstream release. + + -- Tobias Hamp <[email protected]> Wed, 05 Jun 2013 16:41:08 +0200 + metastudent (1.0.8-2) unstable; urgency=low * This version depends on data packaged as metastudent-data. Modified: trunk/packages/metastudent/trunk/debian/control =================================================================== --- trunk/packages/metastudent/trunk/debian/control 2013-06-08 11:13:51 UTC (rev 13883) +++ trunk/packages/metastudent/trunk/debian/control 2013-06-08 14:17:23 UTC (rev 13884) @@ -13,7 +13,7 @@ Package: metastudent Architecture: all Homepage: http://www.rostlab.org -Depends: ${misc:Depends}, ${perl:Depends}, ${python:Depends}, python (>= 2.6), blast2, default-jre, libgo-perl, libipc-run-perl, libgraphviz-perl, metastudent-data (>=1.0.1), perl +Depends: ${misc:Depends}, ${perl:Depends}, ${python:Depends}, python (>= 2.6), blast2, default-jre, libgo-perl, libipc-run-perl, libgraphviz-perl, metastudent-data (>=1.0.1), metastudent-data-2 (>=1.0.0), perl Description: predictor of Gene Ontology terms from protein sequence Often, only the sequence of a protein is known, but not its functions. Metastudent will try to predict _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
