]> andersk Git - libyaml.git/blobdiff - debian/control
New upstream version 0.1.6
[libyaml.git] / debian / control
index 5906f6b70046a364ea85a598d6ea3ec66a93e28f..9d11ae644747989b3406c40d0da49e224faa9dfe 100644 (file)
@@ -2,10 +2,12 @@ Source: libyaml
 Section: libs
 Priority: optional
 Maintainer: Anders Kaseorg <andersk@mit.edu>
-Build-Depends: autotools-dev,
- debhelper (>= 8.1.3~),
- cdbs (>= 0.4.93~)
-Standards-Version: 3.9.2
+Build-Depends: cdbs (>= 0.4.93~),
+ autotools-dev,
+ debhelper (>= 9~),
+ dh-buildinfo (>= 0.9+nmu1~),
+ dh-autoreconf, doxygen
+Standards-Version: 3.9.5
 Homepage: http://pyyaml.org/wiki/LibYAML
 Vcs-Git: git://andersk.mit.edu/libyaml.git
 Vcs-Browser: http://andersk.mit.edu/gitweb/libyaml.git
@@ -24,7 +26,7 @@ Section: debug
 Priority: extra
 Architecture: any
 Multi-Arch: same
-Depends: ${shlibs:Depends}, ${misc:Depends}, libyaml-0-2 (= ${binary:Version})
+Depends: ${misc:Depends}, libyaml-0-2 (= ${binary:Version})
 Description: Fast YAML 1.1 parser and emitter library (debugging symbols)
  LibYAML is a C library for parsing and emitting data in YAML 1.1, a
  human-readable data serialization format.
@@ -36,9 +38,21 @@ Package: libyaml-dev
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: ${shlibs:Depends}, ${misc:Depends}, libyaml-0-2 (= ${binary:Version})
+Depends: ${misc:Depends}, libyaml-0-2 (= ${binary:Version})
+Suggests: libyaml-doc
 Description: Fast YAML 1.1 parser and emitter library (development)
  LibYAML is a C library for parsing and emitting data in YAML 1.1, a
  human-readable data serialization format.
  .
  This package contains development headers and static libraries.
+
+Package: libyaml-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Description: Fast YAML 1.1 parser and emitter library (documentation)
+ LibYAML is a C library for parsing and emitting data in YAML 1.1, a
+ human-readable data serialization format.
+ .
+ This package contains API documentation for developers in HTML
+ format, and some example programs from the LibYAML distribution.
This page took 0.027482 seconds and 4 git commands to generate.