]> andersk Git - libyaml.git/blob - debian/control
Move doxygen from Build-Depends-Indep to Build-Depends
[libyaml.git] / debian / control
1 Source: libyaml
2 Section: libs
3 Priority: optional
4 Maintainer: Anders Kaseorg <andersk@mit.edu>
5 Build-Depends: cdbs (>= 0.4.93~),
6  autotools-dev,
7  debhelper (>= 9~),
8  dh-buildinfo (>= 0.9+nmu1~),
9  dh-autoreconf
10 Build-Depends-Indep: doxygen
11 Standards-Version: 3.9.5
12 Homepage: http://pyyaml.org/wiki/LibYAML
13 Vcs-Git: git://andersk.mit.edu/libyaml.git
14 Vcs-Browser: http://andersk.mit.edu/gitweb/libyaml.git
15
16 Package: libyaml-0-2
17 Architecture: any
18 Multi-Arch: same
19 Depends: ${shlibs:Depends}, ${misc:Depends}
20 Pre-Depends: ${misc:Pre-Depends}
21 Description: Fast YAML 1.1 parser and emitter library
22  LibYAML is a C library for parsing and emitting data in YAML 1.1, a
23  human-readable data serialization format.
24
25 Package: libyaml-0-2-dbg
26 Section: debug
27 Priority: extra
28 Architecture: any
29 Multi-Arch: same
30 Depends: ${misc:Depends}, libyaml-0-2 (= ${binary:Version})
31 Description: Fast YAML 1.1 parser and emitter library (debugging symbols)
32  LibYAML is a C library for parsing and emitting data in YAML 1.1, a
33  human-readable data serialization format.
34  .
35  This package contains detached debuging symbols for the library found
36  in libyaml-0-2.
37
38 Package: libyaml-dev
39 Section: libdevel
40 Architecture: any
41 Multi-Arch: same
42 Depends: ${misc:Depends}, libyaml-0-2 (= ${binary:Version})
43 Suggests: libyaml-doc
44 Description: Fast YAML 1.1 parser and emitter library (development)
45  LibYAML is a C library for parsing and emitting data in YAML 1.1, a
46  human-readable data serialization format.
47  .
48  This package contains development headers and static libraries.
49
50 Package: libyaml-doc
51 Section: doc
52 Architecture: all
53 Depends: ${misc:Depends}
54 Description: Fast YAML 1.1 parser and emitter library (documentation)
55  LibYAML is a C library for parsing and emitting data in YAML 1.1, a
56  human-readable data serialization format.
57  .
58  This package contains API documentation for developers in HTML
59  format, and some example programs from the LibYAML distribution.
This page took 0.364518 seconds and 5 git commands to generate.