Codebase list libsbml / 7fed71b1-7519-48a9-ba5c-e7e5c464980b/main debian / README.source
7fed71b1-7519-48a9-ba5c-e7e5c464980b/main

Tree @7fed71b1-7519-48a9-ba5c-e7e5c464980b/main (Download .tar.gz)

README.source @7fed71b1-7519-48a9-ba5c-e7e5c464980b/mainraw · history · blame

libsbml (5.11.0)
    * find all misspelled words with this string:
      find -type f -exec sed -i 's/multiple /multiple /g;s/another /another /g;s/functions /functions /g;s/absolute /absolute /g;s/explicitly /explicitly /g;s/information /information /g;s/program /program /g;s/privileges /privileges /g;s/the /the /g' {} +

 -- Ivo Maintz <ivo@maintz.de>  Fri, 09 Jan 2015 16:51:09 +0100

libsbml (5.9.2)
    * render extension is now included in the source distribution, no extra work to do
    * the original tarball must be re-created to exclude unwanted files (actually docs/src/prettify/*);
      debian/rules get-orig-source does this job.
    * debian/watch should contain code to search also for zip files, because from time to time the upstream
      publishes zip archives some days/weeks earlier then tarballs
    * because of the unclean clean target from upstream, I decided to simply delete all files and untar the sources,
      see the clean target of debian/rules

libsbml (5.9.0)
    * again, include the render extension

libsbml (5.8.0)
    * We want to integrate the render extension:
      download the render extension --> http://sourceforge.net/projects/sbml/files/libsbml/5.8.0/experimental/src/
      unpack it to the libsbml source directory and repack the stuff

libsbml (5.7.0)
    * upstream ships two versions: libSBML-core-src.tar.gz and
      libSBML-5.7.0-core-plus-packages-src.tar.gz (with the COMP extension)
      we use libSBML-5.7.0-core-plus-packages-src.tar.gz, simply linking it to
      libsbml_5.7.0.orig.tar.gz

libsbml (5.5.0)
  * a lot of spelling errors, remove with
    find docs -type f -exec sed -i -e 's/overridden/overridden/' -e 's/pacakge/package/' {} +
    find src -type f -exec sed -i -e 's/overridden/overridden/' -e 's/pacakge/package/' {} +

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 <ivo@maintz.de>  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 <ivo@maintz.de>  23 Sep 2011