[med-svn] r196 - trunk/packages/libsbml/trunk/debian

Moriyoshi Koizumi moriyoshi-guest at alioth.debian.org
Wed Feb 7 10:17:28 CET 2007


Author: moriyoshi-guest
Date: 2007-02-07 10:17:28 +0100 (Wed, 07 Feb 2007)
New Revision: 196

Modified:
   trunk/packages/libsbml/trunk/debian/control
   trunk/packages/libsbml/trunk/debian/rules
Log:
* Reenable java support in dicussion with Steffen.
* Remove gcc / g++ dependencies and add build-essentials instead.
* Use java-compiler for flexibility.


Modified: trunk/packages/libsbml/trunk/debian/control
===================================================================
--- trunk/packages/libsbml/trunk/debian/control	2007-02-06 10:04:28 UTC (rev 195)
+++ trunk/packages/libsbml/trunk/debian/control	2007-02-07 09:17:28 UTC (rev 196)
@@ -2,9 +2,9 @@
 Priority: optional
 Maintainer: Steffen Moeller <moeller at pzr.uni-rostock.de>, Changyan Xie <panchoat at gmail.com>, Moriyoshi Koizumi <mozo at sfc.keio.ac.jp>
 Build-Depends: debhelper (>= 4.0.0), dpatch,
- autoconf, automake, libtool (>= 1.5.0), gcc, g++,
+ autoconf, automake, libtool (>= 1.5.0), build-essential,
  libxerces23-dev | libxerces24-dev | libxerces25-dev | libxerces26-dev |
- libxerces27-dev, swig, python-dev, libperl-dev, libgcj-dev, fastjar,
+ libxerces27-dev, swig, python-dev, libperl-dev, java-compiler, fastjar,
  python-support (>= 0.3), tetex-bin, tetex-extra, latex2html, doxygen
 Standards-Version: 3.7.2
 Section: contrib/science
@@ -80,29 +80,29 @@
  .
  This package contain the python binding of libsbml.
 
-#Package: libsbml-java
-#Section: contrib/libs
-#Architecture: any
-#Depends: ${shlibs:Depends}, ${misc:Depends}
-#Description: System Biology Markup Language Library -- Java Binding
-# LibSBML is a library designed to help you read, write, manipulate, 
-# translate, and validate SBML files and data streams. It is not an 
-# application itself (though it does come with many example programs), 
-# but rather a library you can embed in your own applications.
-# .
-# LibSBML is written in ISO C and C++ but as a library it may be 
-# used from all the programming languages listed to the left. In fact, 
-# we strive to adhere to the natural idioms of each particular language
-# to make the libSBML programming experience seamless. For example, SBML
-# <listOf> elements behave like lists and sequences in Python, but 
-# vectors in Matlab. Also, the C and C++ interfaces are completely 
-# distinct (it's possible to program in pure C), but in C++ the C APIs 
-# may be called without sacrifcing type safety.
-# .
-# The LibSBML code is very portable and is supported on Linux, Windows 
-# (native), and Mac OS X.
-# .
-# This Package contain the Java binding library.
+Package: libsbml-java
+Section: contrib/libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: System Biology Markup Language Library -- Java Binding
+ LibSBML is a library designed to help you read, write, manipulate, 
+ translate, and validate SBML files and data streams. It is not an 
+ application itself (though it does come with many example programs), 
+ but rather a library you can embed in your own applications.
+ .
+ LibSBML is written in ISO C and C++ but as a library it may be 
+ used from all the programming languages listed to the left. In fact, 
+ we strive to adhere to the natural idioms of each particular language
+ to make the libSBML programming experience seamless. For example, SBML
+ <listOf> elements behave like lists and sequences in Python, but 
+ vectors in Matlab. Also, the C and C++ interfaces are completely 
+ distinct (it's possible to program in pure C), but in C++ the C APIs 
+ may be called without sacrifcing type safety.
+ .
+ The LibSBML code is very portable and is supported on Linux, Windows 
+ (native), and Mac OS X.
+ .
+ This Package contain the Java binding library.
 
 Package: libsbml-perl
 Section: contrib/perl

Modified: trunk/packages/libsbml/trunk/debian/rules
===================================================================
--- trunk/packages/libsbml/trunk/debian/rules	2007-02-06 10:04:28 UTC (rev 195)
+++ trunk/packages/libsbml/trunk/debian/rules	2007-02-07 09:17:28 UTC (rev 196)
@@ -53,11 +53,9 @@
 	            --infodir=\$${prefix}/share/info \
 	            --with-swig=/usr \
 	            --with-perl=/usr \
-	            --with-python=/usr
+	            --with-python=/usr \
+	            --with-java=/usr
 
-# Please add back in later
-#	            --with-java=/usr
-
 build: build-stamp build-stamp-indep
 build-stamp: config.status
 	dh_testdir




More information about the debian-med-commit mailing list