Author: tille Date: 2016-01-11 15:11:25 +0000 (Mon, 11 Jan 2016) New Revision: 21115
Modified: trunk/packages/sbmltoolbox/trunk/debian/changelog trunk/packages/sbmltoolbox/trunk/debian/control Log: Only Suggests: matlab (>= 2010a-1), libsbml5-matlab since we can not recommend non-existing packages Modified: trunk/packages/sbmltoolbox/trunk/debian/changelog =================================================================== --- trunk/packages/sbmltoolbox/trunk/debian/changelog 2016-01-11 15:09:35 UTC (rev 21114) +++ trunk/packages/sbmltoolbox/trunk/debian/changelog 2016-01-11 15:11:25 UTC (rev 21115) @@ -3,6 +3,8 @@ * Moved debian/upstream to debian/upstream/metadata * Added myself to Uploaders * cme fix dpkg-control + * Only Suggests: matlab (>= 2010a-1), libsbml5-matlab since we can not + recommend non-existing packages -- Andreas Tille <[email protected]> Mon, 11 Jan 2016 16:06:17 +0100 Modified: trunk/packages/sbmltoolbox/trunk/debian/control =================================================================== --- trunk/packages/sbmltoolbox/trunk/debian/control 2016-01-11 15:09:35 UTC (rev 21114) +++ trunk/packages/sbmltoolbox/trunk/debian/control 2016-01-11 15:11:25 UTC (rev 21115) @@ -16,9 +16,9 @@ libsbml5, libsbml5-octave, octave -Recommends: qtoctave, - matlab (>= 2010a-1), - libsbml5-matlab +Recommends: qtoctave +Suggests: matlab (>= 2010a-1), + libsbml5-matlab Description: libsbml toolbox for octave and matlab The SBMLToolbox provides a set of basic functions for reading, writing, manipulating, and simulating SBML (System Biology Meta Language) _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
