Author: moeller Date: 2012-04-10 12:01:06 +0000 (Tue, 10 Apr 2012) New Revision: 10356
Modified: trunk/packages/libsbml/trunk/debian/changelog trunk/packages/libsbml/trunk/debian/control trunk/packages/libsbml/trunk/debian/control.in Log: Ivo uses Matlab with SBML in his daily routine. There is no way he can maintain the package without that Matlab link. Octave is not a substitute, was tested. We once came up with this approach of having the control file adapted to show and build the libsbml5-matlab package when the development files for Matlab are available and not if not. This way, everything works fine on all architectures, with (amd64 only) Matlab or without. Mathworks had sent me a license for free only to help with Debian packaging when I sponsored the initial package. Maybe we should mention that somewhere and seek some additional permanent way of support through them. Matlab is surprisingly important to many in system biology, so we should not ignore it. I have removed the other uploaders of libsbml5 for the moment. Those wishing to collaborate with Ivo on the maintenance of the SBML packages please have a chat with him, first. Cheers, Steffen Modified: trunk/packages/libsbml/trunk/debian/changelog =================================================================== --- trunk/packages/libsbml/trunk/debian/changelog 2012-04-10 08:38:42 UTC (rev 10355) +++ trunk/packages/libsbml/trunk/debian/changelog 2012-04-10 12:01:06 UTC (rev 10356) @@ -1,3 +1,14 @@ +libsbml (5.4.1-4) UNRELEASED; urgency=low + + * Removed everyone from Uploaders except Ivo [Steffen] + - Ivo also builds the libsbml5-matlab package, the + control file is changed dynamically when the Matlab + development environment is detected. + - Matlab creator Mathworks provides their development + package to help us. + + -- Steffen <[email protected]> Tue, 10 Apr 2012 13:50:44 +0200 + libsbml (5.4.1-3) unstable; urgency=low * debian/control: removed dependency on swig2.0 (Closes: #667652) Modified: trunk/packages/libsbml/trunk/debian/control =================================================================== --- trunk/packages/libsbml/trunk/debian/control 2012-04-10 08:38:42 UTC (rev 10355) +++ trunk/packages/libsbml/trunk/debian/control 2012-04-10 12:01:06 UTC (rev 10356) @@ -1,11 +1,8 @@ Source: libsbml Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Ivo Maintz <[email protected]>, - Changyan Xie <[email protected]>, - Moriyoshi Koizumi <[email protected]>, - Andreas Tille <[email protected]>, - Thorsten Alteholz <[email protected]> +Uploaders: Ivo Maintz <[email protected]> +# please do not upload if you do not have Matlab installed DM-Upload-Allowed: yes Build-Depends: autoconf, automake, Modified: trunk/packages/libsbml/trunk/debian/control.in =================================================================== --- trunk/packages/libsbml/trunk/debian/control.in 2012-04-10 08:38:42 UTC (rev 10355) +++ trunk/packages/libsbml/trunk/debian/control.in 2012-04-10 12:01:06 UTC (rev 10356) @@ -1,11 +1,8 @@ Source: libsbml Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Ivo Maintz <[email protected]>, - Changyan Xie <[email protected]>, - Moriyoshi Koizumi <[email protected]>, - Andreas Tille <[email protected]>, - Thorsten Alteholz <[email protected]> +Uploaders: Ivo Maintz <[email protected]> +# Please do not upload if you do not have Matlab installed. DM-Upload-Allowed: yes Build-Depends: autoconf, automake, _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
