Author: osallou-guest Date: 2011-11-11 09:32:16 +0000 (Fri, 11 Nov 2011) New Revision: 8523
Modified: trunk/packages/biomaj/trunk/debian/changelog trunk/packages/biomaj/trunk/debian/control Log: fix mysql-server package name in suggests Modified: trunk/packages/biomaj/trunk/debian/changelog =================================================================== --- trunk/packages/biomaj/trunk/debian/changelog 2011-11-11 05:16:48 UTC (rev 8522) +++ trunk/packages/biomaj/trunk/debian/changelog 2011-11-11 09:32:16 UTC (rev 8523) @@ -1,3 +1,9 @@ +biomaj (1.2.0-2) unstable; urgency=low + + * Fix Mysql dependency name. + + -- Olivier Sallou <[email protected]> Fri, 11 Nov 2011 10:25:39 +0100 + biomaj (1.2.0-1) unstable; urgency=low * New upstream release with new features and bug fixes. Modified: trunk/packages/biomaj/trunk/debian/control =================================================================== --- trunk/packages/biomaj/trunk/debian/control 2011-11-11 05:16:48 UTC (rev 8522) +++ trunk/packages/biomaj/trunk/debian/control 2011-11-11 09:32:16 UTC (rev 8523) @@ -24,7 +24,7 @@ liboro-java (>= 2.0),libregexp-java (>= 1.4),libjcommon-java (>= 1.0),libjsch-java (>= 0.1.42), libjdom1-java (>= 1.1),junit4,libsaxonb-java (>= 0.9), libcommons-cli-java, libcommons-codec-java, libcommons-httpclient-java, libcommons-logging-java,libjets3t-java, perl -Suggests: mysql-community-server-5.0, ncbi-tools-bin, blast2 +Suggests: mysql-server, ncbi-tools-bin, blast2 Description: Biological banks updater BioMAJ downloads remote data banks, check their status and apply transformation workflows, with consistent state,to provide ready-to-use data to biologists and _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
