/[debian-med]/trunk/packages/libsbml/trunk/debian/control.in
ViewVC logotype

Contents of /trunk/packages/libsbml/trunk/debian/control.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10356 - (hide annotations) (download)
Tue Apr 10 12:01:06 2012 UTC (13 months, 2 weeks ago) by moeller
File size: 6761 byte(s)
Ivo uses Matlab with SBML in his daily routine. There is no way he
can maintain the package without that Matlab link.  Octave is not a
substitute, was tested. We once came up with this approach of having
the control file adapted to show and build the libsbml5-matlab package
when the development files for Matlab are available and not if not.
This way, everything works fine on all architectures, with (amd64 only)
Matlab or without.

Mathworks had sent me a license for free only to help with Debian
packaging when I sponsored the initial package. Maybe we should mention
that somewhere and seek some additional permanent way of support through
them.  Matlab is surprisingly important to many in system biology, so
we should not ignore it. I have removed the other uploaders of libsbml5
for the moment. Those wishing to collaborate with Ivo on the maintenance
of the SBML packages please have a chat with him, first.

Cheers,

Steffen

1 ivomaintz-guest 7933 Source: libsbml
2     Priority: optional
3     Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
4 moeller 10356 Uploaders: Ivo Maintz <ivo@maintz.de>
5     # Please do not upload if you do not have Matlab installed.
6 ivomaintz-guest 7933 DM-Upload-Allowed: yes
7 ivomaintz-guest 9746 Build-Depends: autoconf,
8 ivomaintz-guest 7933 automake,
9 ivomaintz-guest 10117 debhelper (>= 8),
10 alteholz 10349 swig (>= 2),
11 ivomaintz-guest 7933 ruby1.8,
12     libxml2-dev,
13     python-dev,
14     ruby1.8-dev,
15     perl,
16     libperl-dev,
17     default-jdk | openjdk-6-jdk | java-gcj-compat-dev | java-sdk,
18     octave-pkg-dev,
19     python-support,
20     graphviz,
21     zlib1g-dev,
22     libbz2-dev,
23 ivomaintz-guest 9746 mono-devel,
24     mono-gmcs,
25 ivomaintz-guest 7933 cli-common-dev,
26     cli-runtime
27 ivomaintz-guest 10117 Standards-Version: 3.9.3
28 ivomaintz-guest 7933 Section: science
29 ivomaintz-guest 10117 Homepage: http://www.sbml.org/
30 ivomaintz-guest 7933 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/libsbml/trunk/
31     Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/libsbml
32    
33     Package: libsbml5-dev
34     Section: libdevel
35     Provides: libsbml-dev
36     Conflicts: libsbml3-dev
37     Architecture: any
38 ivomaintz-guest 9746 Depends: libsbml5 (= ${binary:Version}),
39     ${misc:Depends}
40 ivomaintz-guest 7933 Description: System Biology Markup Language library - development files
41     LibSBML is a library designed to help you read, write, manipulate,
42     translate, and validate SBML files and data streams. It is not an
43     application itself (though it does come with many example programs),
44     but rather a library you can embed in your own applications.
45     This package contains files necessary for development with libsbml.
46    
47     Package: libsbml5-dbg
48     Section: debug
49     Priority: extra
50     Provides: libsbml-dbg
51     Conflicts: libsbml3-dbg
52     Architecture: any
53 ivomaintz-guest 10162 Depends: libsbml5 (= ${binary:Version}), ${misc:Depends}
54 ivomaintz-guest 7933 Description: System Biology Markup Language library - debug symbols
55     LibSBML is a library designed to help you read, write, manipulate,
56     translate, and validate SBML files and data streams. It is not an
57     application itself (though it does come with many example programs),
58     but rather a library you can embed in your own applications.
59     This package contains th debugging symbols for libsbml.
60    
61     Package: libsbml5
62     Section: libs
63     Architecture: any
64     Provides: libsbml
65     Conflicts: libsbml1, libsbml2, libsbml3
66     Depends: ${shlibs:Depends},
67     ${misc:Depends}
68     Description: System Biology Markup Language library
69     LibSBML is a library designed to help you read, write, manipulate,
70     translate, and validate SBML files and data streams. It is not an
71     application itself (though it does come with many example programs),
72     but rather a library you can embed in your own applications.
73    
74     Package: libsbml5-python
75     Section: python
76 ivomaintz-guest 10162 Provides: python-sbml,
77 ivomaintz-guest 7933 libsbml-python
78 ivomaintz-guest 8698 Conflicts: python-sbml3,
79     libsbml4-python,
80     libsbml-python
81 ivomaintz-guest 7933 Architecture: any
82     Depends: ${shlibs:Depends},
83     ${misc:Depends},
84 ivomaintz-guest 10162 siwg2.0 | swig (>= 2)
85 ivomaintz-guest 7933 Description: System Biology Markup Language library - Python bindings
86     LibSBML is a library designed to help you read, write, manipulate,
87     translate, and validate SBML files and data streams. It is not an
88     application itself (though it does come with many example programs),
89     but rather a library you can embed in your own applications.
90     This package contains the Python bindings of LibSBML.
91    
92     #Package: libsbml5-matlab
93 ivomaintz-guest 9746 #Section: contrib/math
94 ivomaintz-guest 7933 #Provides: libsbml-matlab
95 ivomaintz-guest 8698 #Conflicts: libsbml4-matlab
96 ivomaintz-guest 9746 #Architecture: any
97 ivomaintz-guest 10162 #Depends: ${shlibs:Depends}, ${misc:Depends}
98 ivomaintz-guest 7933 #Description: System Biology Markup Language library - Matlab bindings
99     # LibSBML is a library designed to help you read, write, manipulate,
100     # translate, and validate SBML files and data streams. It is not an
101     # application itself (though it does come with many example programs),
102     # but rather a library you can embed in your own applications.
103     # This package contains the Matlab bindings of LibSBML.
104    
105     Package: libsbml5-ruby1.8
106     Section: ruby
107     Provides: libsbml-ruby
108     Architecture: any
109     Depends: ${shlibs:Depends},
110     ${misc:Depends}
111     Description: System Biology Markup Language library - Ruby binding
112     LibSBML is a library designed to help you read, write, manipulate,
113     translate, and validate SBML files and data streams. It is not an
114     application itself (though it does come with many example programs),
115     but rather a library you can embed in your own applications.
116     This package contains the Ruby binding of LibSBML.
117    
118     Package: libsbml5-java
119     Section: java
120     Provides: libsbml-java
121 ivomaintz-guest 8698 Conflicts: libsbml3-java,
122     libsbml4-java
123 ivomaintz-guest 7933 Architecture: any
124     Depends: ${shlibs:Depends},
125     ${misc:Depends}
126     Description: System Biology Markup Language library - Java binding
127     LibSBML is a library designed to help you read, write, manipulate,
128     translate, and validate SBML files and data streams. It is not an
129     application itself (though it does come with many example programs),
130     but rather a library you can embed in your own applications.
131     This Package contains the Java binding of LibSBML.
132    
133     Package: libsbml5-perl
134     Section: perl
135     Provides: libsbml-perl
136     Conflicts: libsbml3-perl
137     Depends: ${shlibs:Depends},
138     ${perl:Depends},
139     ${misc:Depends}
140     Architecture: any
141     Description: System Biology Markup Language library - Perl binding
142     LibSBML is a library designed to help you read, write, manipulate,
143     translate, and validate SBML files and data streams. It is not an
144     application itself (though it does come with many example programs),
145     but rather a library you can embed in your own applications.
146     This package contains the Perl binding of LibSBML.
147    
148     Package: libsbml5-octave
149     Section: math
150     Provides: libsbml-octave
151     Depends: ${shlibs:Depends},
152 ivomaintz-guest 10162 ${misc:Depends}
153 ivomaintz-guest 7933 Architecture: any
154     Description: System Biology Markup Language library - Octave binding
155     LibSBML is a library designed to help you read, write, manipulate,
156     translate, and validate SBML files and data streams. It is not an
157     application itself (though it does come with many example programs),
158     but rather a library you can embed in your own applications.
159     This package contains the Octave binding of LibSBML.
160    
161     Package: libsbml5-cil
162     Section: cli-mono
163     Provides: libsbml-cil
164     Depends: ${shlibs:Depends},
165 ivomaintz-guest 10162 ${misc:Depends}
166 ivomaintz-guest 7933 Architecture: any
167     Description: System Biology Markup Language library - CLR binding
168     LibSBML is a library designed to help you read, write, manipulate,
169     translate, and validate SBML files and data streams. It is not an
170     application itself (though it does come with many example programs),
171     but rather a library you can embed in your own applications.
172     This package contains the CLR binding of LibSBML.
173    
174     Package: libsbml5-examples
175     Section: doc
176     Architecture: all
177 ivomaintz-guest 9746 Depends: ${misc:Depends}
178     Suggests: libsbml5-dev (= ${binary:Version})
179 ivomaintz-guest 7933 Description: System Biology Markup Language library -- example files
180     LibSBML is a library designed to help you read, write, manipulate,
181     translate, and validate SBML files and data streams. It is not an
182     application itself (though it does come with many example programs),
183     but rather a library you can embed in your own applications.
184     This package contains C/C++, Java, Perl and layout examples.

  ViewVC Help
Powered by ViewVC 1.1.5