[med-svn] r7912 - trunk/packages/libsbml/trunk/debian
Steffen Möller
moeller at alioth.debian.org
Fri Sep 23 14:32:54 UTC 2011
Author: moeller
Date: 2011-09-23 14:32:53 +0000 (Fri, 23 Sep 2011)
New Revision: 7912
Modified:
trunk/packages/libsbml/trunk/debian/README.Debian-source
trunk/packages/libsbml/trunk/debian/control
Log:
control build dependencies adjusted
explaining patches.
Modified: trunk/packages/libsbml/trunk/debian/README.Debian-source
===================================================================
--- trunk/packages/libsbml/trunk/debian/README.Debian-source 2011-09-23 14:20:34 UTC (rev 7911)
+++ trunk/packages/libsbml/trunk/debian/README.Debian-source 2011-09-23 14:32:53 UTC (rev 7912)
@@ -1,5 +1,11 @@
-the source package have only .zip file format
+Having downloaded the .zip file, one needs to repack it as .bzip2
-unzip libsbml-5.1.0-b0-src.zip
-tar cvzf libsbml-5.1.0-b0/* > libsbml_5.0.99.tar.gz
+ unzip libsbml-5.1.0-b0-src.zip
+ tar cvzf libsbml-5.1.0-b0/* > libsbml_5.0.99.tar.gz
+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
+
Modified: trunk/packages/libsbml/trunk/debian/control
===================================================================
--- trunk/packages/libsbml/trunk/debian/control 2011-09-23 14:20:34 UTC (rev 7911)
+++ trunk/packages/libsbml/trunk/debian/control 2011-09-23 14:32:53 UTC (rev 7912)
@@ -8,8 +8,7 @@
Build-Depends: debhelper (>= 7),
autoconf,
automake,
- dpatch,
- swig2.0 (>= 2) | swig (>= 2),
+ swig (>= 2),
ruby1.8,
libxml2-dev,
python-dev,
More information about the debian-med-commit
mailing list