Author: ivomaintz-guest Date: 2012-03-28 14:49:33 +0000 (Wed, 28 Mar 2012) New Revision: 10127
Modified: trunk/packages/libsbml/trunk/debian/README.source trunk/packages/libsbml/trunk/debian/changelog trunk/packages/libsbml/trunk/debian/copyright Log: changed debian/copyright to be DEP5 compatible Modified: trunk/packages/libsbml/trunk/debian/README.source =================================================================== --- trunk/packages/libsbml/trunk/debian/README.source 2012-03-28 14:34:13 UTC (rev 10126) +++ trunk/packages/libsbml/trunk/debian/README.source 2012-03-28 14:49:33 UTC (rev 10127) @@ -1,6 +1,19 @@ -The build process is overly sensitive to the version of doxygen used - docTree.patch - do not depend on doxygen's tree.html file -and the Java documentation is basically not buildable, which is why -we have decided to just not build it. - uncommentJava.patch - do not build Java documentation +libsbml (5.4.1-1) + * We don't build the documentation yet; it is impossible to get _working_ + docs from source with doxygen newer then 1.6 + * libsbml can be build with matlab bindings; while matlab is not in debian + (because it's a commercial, non-free application), you can build and distribute + the bindings. debian/rules uses debian/control.in as a template to dynamically + adjust debian/control wether it finds matlab or not. + -- Ivo Maintz <[email protected]> 28 Mar 2012 16:06:02 +0200 + +libsbml (5.2.0-1) + + * The build process is overly sensitive to the version of doxygen used + docTree.patch - do not depend on doxygen's tree.html file + * and the Java documentation is basically not buildable, which is why + we have decided to just not build it. + uncommentJava.patch - do not build Java documentation + + -- Ivo Maintz <[email protected]> 23 Sep 2011 Modified: trunk/packages/libsbml/trunk/debian/changelog =================================================================== --- trunk/packages/libsbml/trunk/debian/changelog 2012-03-28 14:34:13 UTC (rev 10126) +++ trunk/packages/libsbml/trunk/debian/changelog 2012-03-28 14:49:33 UTC (rev 10127) @@ -3,6 +3,8 @@ [ Ivo Maintz ] * update from upstream (Closes: #665837) * debian/control.in: added swig to libsbml5-python dependencies + * debian/README.source: + added some informations [ Andreas Tille ] * debian/control: Modified: trunk/packages/libsbml/trunk/debian/copyright =================================================================== --- trunk/packages/libsbml/trunk/debian/copyright 2012-03-28 14:34:13 UTC (rev 10126) +++ trunk/packages/libsbml/trunk/debian/copyright 2012-03-28 14:49:33 UTC (rev 10127) @@ -1,30 +1,33 @@ -This package was debianized by Changyan Xie <[email protected]> on -Mon, 22 Jan 2007 05:20:36 +0000. -Modified by Ivo Maintz <[email protected]> on -Wed, 21 Sep 2011 09:31:16 +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: libsbml +Source: http://www.sbml.org/software/libsbml/ -It was downloaded from http://www.sbml.org/software/libsbml/ +Files: * +Copyright: 2005-2012 SBML-TEAM mailto:[email protected] +License: LGPL-2.1 -Upstream Author: Ben Bornstein with contributions from - Ben Kovitz, Stefan Hoops, Sarah Keating, Mike Hucka, - Martin Ginkel, Christoph Flamm, Rainer Machne, - and many others in the SBML community. +Files: debian/* +Copyright: 2012 Ivo Maintz <[email protected]> +License: GPL-2.0+ - mailto:[email protected] +License: GPL-2.0+ + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see <http://www.gnu.org/licenses/> + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". -Copyright: SBML-TEAM (2005), the sponsors are listed below,such as: +License: LGPL-2.1 + On Debian systems, the complete text of the GNU Lesser General + Public License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1". -the National Institutes of Health (USA); the International -Joint Research Program of NEDO (Japan); the JST ERATO-SORST Program -(Japan); the Japanese Ministry of Agriculture; the Japanese Ministry of -Education, Culture, Sports, Science and Technology; the BBSRC e-Science -Initiative (UK); the DARPA IPTO Bio-Computation Program (USA); the Army -Research Office's Institute for Collaborative Biotechnologies (USA); the -Air Force Office of Scientific Research (USA); the California Institute of -Technology (USA); the University of Hertfordshire (UK); the Molecular -Sciences Institute (USA); and the Systems Biology Institute (Japan). - -License: LGPL - -The Debian packaging is (C) 2007, Changyan Xie <[email protected]> and -is licensed under the GPL, see `/usr/share/common-licenses/GPL'. _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
