/[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 10117 - (hide annotations) (download)
Wed Mar 28 11:10:31 2012 UTC (13 months, 3 weeks ago) by ivomaintz-guest
File size: 6958 byte(s)
added the dependecy to swig for libsbml5-python
re-added debian/control.in - it allows to build libsbml5-matlab, if matlab is found

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

  ViewVC Help
Powered by ViewVC 1.1.5