[med-svn] r3108 - trunk/packages/libsbml/trunk/debian
hanska-guest at alioth.debian.org
hanska-guest at alioth.debian.org
Tue Feb 10 13:52:50 UTC 2009
Author: hanska-guest
Date: 2009-02-10 13:52:49 +0000 (Tue, 10 Feb 2009)
New Revision: 3108
Modified:
trunk/packages/libsbml/trunk/debian/control
Log:
Initial debian/control cleanup
Modified: trunk/packages/libsbml/trunk/debian/control
===================================================================
--- trunk/packages/libsbml/trunk/debian/control 2009-02-10 13:51:52 UTC (rev 3107)
+++ trunk/packages/libsbml/trunk/debian/control 2009-02-10 13:52:49 UTC (rev 3108)
@@ -1,23 +1,40 @@
Source: libsbml
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, bash, autoconf, automake, ruby,
- libtool (>= 1.5.0), build-essential, libxml2-dev, python-dev, ruby1.8-dev,
- libperl-dev, openjdk-6-jdk | java-gcj-compat-dev | java-sdk, octave2.9-headers, fastjar,
- python-support (>= 0.3), doxygen, graphviz, libz-dev, libbz2-dev,
- cli-common-dev, cli-runtime, mono-mcs
+Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Steffen Moeller <moeller at pzr.uni-rostock.de>,
+ Changyan Xie <panchoat at gmail.com>,
+ Moriyoshi Koizumi <mozo at sfc.keio.ac.jp>,
+ David Paleino <d.paleino at gmail.com>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 7),
+ autoconf,
+ automake,
+ ruby1.8,
+ libxml2-dev,
+ python2.5-dev,
+ ruby1.8-dev,
+ perl,
+ openjdk-6-jdk | java-gcj-compat-dev | java-sdk,
+ octave2.9-headers,
+ python-support,
+ doxygen (>= 1.5.8),
+ graphviz,
+ zlib1g-dev,
+ libbz2-dev,
+ cli-common (>= 0.5.7),
+ mono-devel (>= 2.0)
Standards-Version: 3.8.0
Section: science
-XS-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/libsbml/trunk/
-XS-Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/libsbml
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/libsbml/trunk/
+Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/libsbml
Package: libsbml3-dev
-Section: devel
+Section: libdevel
Provides: libsbml-dev
Conflicts: libsbml2-dev
Architecture: any
-Depends: libsbml3 (=${Source-Version})
-Description: Development files for System Biology Markup Language Library
+Depends: libsbml3 (= ${binary:Version})
+Description: System Biology Markup Language library - development files
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),
@@ -41,98 +58,104 @@
Section: libs
Architecture: any
Conflicts: libsbml1, libsbml2
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: System Biology Markup Language Library
- 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),
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Description: System Biology Markup Language library
+ 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,
+ 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
+ <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
+ The LibSBML code is very portable and is supported on Linux, Windows
(native), and Mac OS X.
Package: python-sbml3
Section: python
-Provides: ${python:Provides}, python-sbml
+Provides: ${python:Provides},
+ python-sbml
Conflicts: python-sbml2
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
-Description: System Biology Markup Language Library -- Python 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),
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${python:Depends}
+Description: System Biology Markup Language library - Python 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,
+ 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
+ <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 Python binding of LibSBML.
+ This package contains the Python binding of LibSBML.
Package: libsbml3-ruby1.8
Section: libs
Provides: libsbml3-ruby
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: System Biology Markup Language Library -- Ruby 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),
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Description: System Biology Markup Language library - Ruby 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,
+ 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
+ <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 Ruby binding of LibSBML.
+ This package contains the Ruby binding of LibSBML.
Package: libsbml3-java
Section: libs
Provides: libsbml-java
Conflicts: libsbml2-java
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),
+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,
+ 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
+ <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
+ The LibSBML code is very portable and is supported on Linux, Windows
(native), and Mac OS X.
.
This Package contains the Java binding of LibSBML.
@@ -141,109 +164,184 @@
Section: perl
Provides: libsbml-perl
Conflicts: libsbml2-perl
-Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${perl:Depends},
+ ${misc:Depends}
Architecture: any
-Description: System Biology Markup Language Library -- Perl 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),
+Description: System Biology Markup Language library - Perl 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,
+ 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
+ <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
+ The LibSBML code is very portable and is supported on Linux, Windows
(native), and Mac OS X.
.
This package contains the Perl binding of LibSBML.
Package: libsbml3-octave
Section: math
-Depends: ${shlibs:Depends}, ${misc:Depends}, octave
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ octave
Architecture: any
-Description: System Biology Markup Language Library -- Octave 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),
+Description: System Biology Markup Language library - Octave 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,
+ 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
+ <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
+ The LibSBML code is very portable and is supported on Linux, Windows
(native), and Mac OS X.
.
This package contains the Octave binding of LibSBML.
Package: libsbml3-cil
Section: libs
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}
-Architecture: any
-Description: System Biology Markup Language Library -- CLR 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),
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${cli:Depends}
+Architecture: all
+Description: System Biology Markup Language library - CLR 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,
+ 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
+ <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
+ The LibSBML code is very portable and is supported on Linux, Windows
(native), and Mac OS X.
.
This package contains the CLR binding of LibSBML.
Package: libsbml3-doc
-Section: devel
+Section: docs
Architecture: all
-Depends:
-Description: C / C++ API documentation of LibSBML
+Depends: ${misc:Depends}
+Description: System Biology Markup Language library - C / C++ API docs
+ 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 contains C / C++ API documentation of LibSBML.
Package: libsbml3-java-doc
-Section: devel
+Section: docs
Architecture: all
-Depends:
-Description: Java API documentation of LibSBML
+Depends: ${misc:Depends}
+Description: System Biology Markup Language library - Java API docs
+ 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 contains Java API documentation of LibSBML.
Package: libsbml3-perl-doc
-Section: devel
+Section: doc
Architecture: all
-Depends:
-Description: Perl API documentation of LibSBML
+Depends: ${misc:Depends}
+Description: System Biology Markup Language library - Perl API docs
+ 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 contains Perl API documentation of LibSBML.
Package: python-sbml3-doc
Section: devel
Architecture: all
-Depends:
-Description: python API documentation of LibSBML
+Depends: ${misc:Depends}
+Description: System Biology Markup Language library - Python API docs
+ 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 contains Python API documentation of LibSBML.
Package: libsbml3-examples
Section: doc
Architecture: all
-Depends: libsbml3-dev (= ${Source-Version})
-Description: System Biology Markup Language Library -- example files
+Depends: libsbml3-dev (= ${binary:Version}),
+ ${misc:Depends}
+Description: System Biology Markup Language library -- example files
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),
More information about the debian-med-commit
mailing list