~ubuntu-branches/ubuntu/precise/graphviz/precise-security

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): David Claughton
  • Date: 2010-03-24 22:45:18 UTC
  • mfrom: (1.2.7 upstream) (6.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100324224518-do441tthbqjaqjzd
Tags: 2.26.3-4
Add patch to fix segfault in circo. Backported from upstream snapshot
release.  Thanks to Francis Russell for his work on this.
(Closes: #575255)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: graphviz
2
2
Section: graphics
3
3
Priority: optional
4
 
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
 
XSBC-Original-Maintainer: David Claughton <dave@eclecticdave.com>
 
4
Maintainer: David Claughton <dave@eclecticdave.com>
6
5
Uploaders: Christoph Egger <christoph@debian.org>, Sebastian Harl <tokkee@debian.org>
7
 
Standards-Version: 3.8.0
8
 
Build-Depends: tk8.5-dev, tcl8.5-dev, debhelper (>= 5), libfreetype6-dev, zlib1g-dev, libjpeg62-dev, libpng12-dev, libxaw7-dev, bison, flex, autotools-dev, pdksh, libexpat1-dev, libfontconfig1-dev, libltdl-dev (>= 2.2.6b), swig (>= 1.3.36), libperl-dev, libgd2-noxpm-dev (>= 2.0.35), quilt (>= 0.40), groff-base, ghostscript, lua5.1, liblua5.1-0-dev, ruby, ruby1.8-dev, php5-dev, php5-cli, ocaml-nox (>= 3.11.1-3), python2.6-dev, python-minimal, libcairo2-dev, libpango1.0-dev, guile-1.8-dev, d-shlibs, python-support, chrpath, dh-ocaml (>= 0.9.1)
 
6
Standards-Version: 3.8.4
 
7
Build-Depends: tk8.5-dev,
 
8
 tcl8.5-dev,
 
9
 debhelper (>= 5),
 
10
 libfreetype6-dev,
 
11
 zlib1g-dev,
 
12
 libjpeg-dev,
 
13
 libpng12-dev,
 
14
 libxaw7-dev,
 
15
 bison,
 
16
 flex,
 
17
 autotools-dev,
 
18
 pdksh,
 
19
 libexpat1-dev,
 
20
 libfontconfig1-dev,
 
21
 libltdl-dev (>= 2.2.6b),
 
22
 swig,
 
23
 libperl-dev,
 
24
 libgd2-noxpm-dev (>= 2.0.35),
 
25
 groff-base,
 
26
 ghostscript,
 
27
 lua5.1,
 
28
 liblua5.1-0-dev,
 
29
 ruby,
 
30
 ruby1.8-dev,
 
31
 php5-dev,
 
32
 php5-cli,
 
33
 ocaml-nox (>= 3.11.1-3),
 
34
 python-all-dev,
 
35
 python-minimal,
 
36
 libcairo2-dev,
 
37
 libpango1.0-dev,
 
38
 guile-1.8-dev,
 
39
 d-shlibs,
 
40
 python-support,
 
41
 chrpath,
 
42
 dh-ocaml (>= 0.9.1)
9
43
Build-Conflicts: tcl8.3, tcl8.4
10
44
Vcs-Git: git://git.debian.org/git/collab-maint/graphviz.git
11
45
Vcs-Browser: http://git.debian.org/?p=collab-maint/graphviz.git
12
46
Homepage: http://www.graphviz.org/
13
 
XS-Python-Version: all
14
47
 
15
48
Package: graphviz
16
49
Architecture: any
17
 
Depends: ${shlibs:Depends}
 
50
Depends: ${shlibs:Depends}, ${misc:Depends}
18
51
Conflicts: gdtclft
19
52
Recommends: ttf-liberation
20
53
Suggests: gsfonts, graphviz-doc
44
77
Package: libgv-guile
45
78
Architecture: any
46
79
Section: interpreters
47
 
Depends: ${shlibs:Depends}
 
80
Depends: ${shlibs:Depends}, ${misc:Depends}
48
81
Description: Guile bindings for graphviz
49
82
 Graphviz is a set of graph drawing tools. See the description of the graphviz
50
83
 package for a full description.
54
87
Package: libgv-lua
55
88
Architecture: any
56
89
Section: interpreters
57
 
Depends: ${shlibs:Depends}
 
90
Depends: ${shlibs:Depends}, ${misc:Depends}
58
91
Description: Lua bindings for graphviz
59
92
 Graphviz is a set of graph drawing tools. See the description of the graphviz
60
93
 package for a full description.
63
96
 
64
97
Package: libgv-ocaml
65
98
Architecture: any
66
 
Section: libs
67
 
Depends: ${ocaml:Depends}, ${shlibs:Depends}
 
99
Section: ocaml
 
100
Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends}
68
101
Provides: ${ocaml:Provides}
69
102
Description: OCaml bindings for graphviz
70
103
 Graphviz is a set of graph drawing tools. See the description of the graphviz
77
110
Package: libgv-perl
78
111
Architecture: any
79
112
Section: perl
80
 
Depends: ${perl:Depends}, ${shlibs:Depends}
 
113
Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
81
114
Conflicts: graphviz (<< 2.12-1)
82
115
Description: Perl bindings for graphviz
83
116
 Graphviz is a set of graph drawing tools. See the description of the graphviz
87
120
 
88
121
Package: libgv-php5
89
122
Architecture: any
90
 
Section: interpreters
91
 
Depends: ${shlibs:Depends}, ${php:Depends}
 
123
Section: php
 
124
Depends: ${shlibs:Depends}, ${php:Depends}, ${misc:Depends}
92
125
Description: Php5 bindings for graphviz
93
126
 Graphviz is a set of graph drawing tools. See the description of the graphviz
94
127
 package for a full description.
98
131
Package: libgv-python
99
132
Architecture: any
100
133
Section: python
101
 
Depends: ${shlibs:Depends}, ${python:Depends}
 
134
Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
102
135
Description: Python bindings for graphviz
103
136
 Graphviz is a set of graph drawing tools. See the description of the graphviz
104
137
 package for a full description.
107
140
 
108
141
Package: libgv-ruby
109
142
Architecture: any
110
 
Section: interpreters
111
 
Depends: ${shlibs:Depends}, ruby1.8
 
143
Section: ruby
 
144
Depends: ${shlibs:Depends}, ruby1.8, ${misc:Depends}
112
145
Description: Ruby bindings for graphviz
113
146
 Graphviz is a set of graph drawing tools. See the description of the graphviz
114
147
 package for a full description.
119
152
Package: libgv-tcl
120
153
Architecture: any
121
154
Section: interpreters
122
 
Depends: ${shlibs:Depends}
 
155
Depends: ${shlibs:Depends}, ${misc:Depends}
123
156
Conflicts: graphviz (<< 2.12-1)
124
157
Description: Tcl bindings for graphviz
125
158
 Graphviz is a set of graph drawing tools. See the description of the graphviz
127
160
 .
128
161
 This package contains the Tcl (8.5) bindings.
129
162
 
130
 
Package: libgraphviz4
131
 
Architecture: any
132
 
Section: libs
133
 
Depends: ${shlibs:Depends}
134
 
Description: rich set of graph drawing tools
135
 
 Graphviz is a set of graph drawing tools. See the description of the graphviz
136
 
 package for a full description.
137
 
 .
138
 
 This package contains the libraries.
 
163
Package: libgraph4
 
164
Architecture: any
 
165
Section: libs
 
166
Depends: ${shlibs:Depends}, ${misc:Depends}
 
167
Conflicts: libgraphviz4
 
168
Description: rich set of graph drawing tools - graph library
 
169
 Graphviz is a set of graph drawing tools. See the description of the graphviz
 
170
 package for a full description.
 
171
 .
 
172
 This package contains the graph library.
 
173
 
 
174
Package: libcgraph5
 
175
Architecture: any
 
176
Section: libs
 
177
Depends: ${shlibs:Depends}, ${misc:Depends}
 
178
Conflicts: libgraphviz4
 
179
Description: rich set of graph drawing tools - cgraph library
 
180
 Graphviz is a set of graph drawing tools. See the description of the graphviz
 
181
 package for a full description.
 
182
 .
 
183
 This package contains the cgraph library.
 
184
 
 
185
Package: libcdt4
 
186
Architecture: any
 
187
Section: libs
 
188
Depends: ${shlibs:Depends}, ${misc:Depends}
 
189
Conflicts: libgraphviz4
 
190
Description: rich set of graph drawing tools - cdt library
 
191
 Graphviz is a set of graph drawing tools. See the description of the graphviz
 
192
 package for a full description.
 
193
 .
 
194
 This package contains the cdt library.
 
195
 
 
196
Package: libpathplan4
 
197
Architecture: any
 
198
Section: libs
 
199
Depends: ${shlibs:Depends}, ${misc:Depends}
 
200
Conflicts: libgraphviz4
 
201
Description: rich set of graph drawing tools - pathplan library
 
202
 Graphviz is a set of graph drawing tools. See the description of the graphviz
 
203
 package for a full description.
 
204
 .
 
205
 This package contains the pathplan library.
 
206
 
 
207
Package: libgvc5
 
208
Architecture: any
 
209
Section: libs
 
210
Depends: ${shlibs:Depends}, ${misc:Depends}
 
211
Conflicts: libgraphviz4
 
212
Description: rich set of graph drawing tools - gvc library
 
213
 Graphviz is a set of graph drawing tools. See the description of the graphviz
 
214
 package for a full description.
 
215
 .
 
216
 This package contains the gvc library.
 
217
 
 
218
Package: libgvpr1
 
219
Architecture: any
 
220
Section: libs
 
221
Depends: ${shlibs:Depends}, ${misc:Depends}
 
222
Conflicts: libgraphviz4
 
223
Description: rich set of graph drawing tools - gvpr library
 
224
 Graphviz is a set of graph drawing tools. See the description of the graphviz
 
225
 package for a full description.
 
226
 .
 
227
 This package contains the gvpr library.
 
228
 
 
229
Package: libxdot4
 
230
Architecture: any
 
231
Section: libs
 
232
Depends: ${shlibs:Depends}, ${misc:Depends}
 
233
Conflicts: libgraphviz4
 
234
Description: rich set of graph drawing tools - xdot library
 
235
 Graphviz is a set of graph drawing tools. See the description of the graphviz
 
236
 package for a full description.
 
237
 .
 
238
 This package contains the xdot library.
139
239
 
140
240
Package: libgraphviz-dev
141
241
Architecture: any
142
242
Section: libdevel
143
 
Depends: libgraphviz4 (= ${binary:Version}), ${devlibs:Depends}, ocaml-base-nox-${F:OCamlABI}
 
243
Depends: libcdt4 (= ${binary:Version}),
 
244
 libcgraph5 (= ${binary:Version}),
 
245
 libgraph4 (= ${binary:Version}),
 
246
 libgvc5 (= ${binary:Version}),
 
247
 libgvpr1 (= ${binary:Version}),
 
248
 libpathplan4 (= ${binary:Version}),
 
249
 libxdot4 (= ${binary:Version}),
 
250
 ${devlibs:Depends}, ${misc:Depends},
 
251
 ocaml-base-nox-${F:OCamlABI}
144
252
Suggests: ocaml-findlib
145
253
Conflicts: graphviz-dev (<< 2.12-1), libgraphviz3-dev, libgraphviz4-dev (<< 2.16-3)
146
254
Replaces: libgraphviz3-dev, libgraphviz4-dev (<< 2.16-3)
157
265
 Note: A graphviz user doesn't need to install this package.
158
266
 
159
267
Package: graphviz-doc
 
268
Depends: ${misc:Depends}
160
269
Architecture: all
161
270
Section: doc
162
271
Conflicts: graphviz (<< 2.12-1)
171
280
Package: graphviz-dev
172
281
Architecture: all
173
282
Section: devel
174
 
Depends: libgraphviz-dev
 
283
Depends: libgraphviz-dev, ${misc:Depends}
175
284
Description: transitional package for graphviz-dev rename
176
285
 Graphviz is a set of graph drawing tools. See the description of the graphviz
177
286
 package for a full description.