]> andersk Git - libyaml.git/blobdiff - debian/control.in
Fix CVE-2014-9130 assertion failure caused by wrapped strings
[libyaml.git] / debian / control.in
index 558fef9eb8238e8d0861d8b52e3ba949a7e71a0f..f5083bb282f9507b491d44ed8830c13e88fa8ac0 100644 (file)
@@ -3,6 +3,7 @@ Section: libs
 Priority: optional
 Maintainer: Anders Kaseorg <andersk@mit.edu>
 Build-Depends: @cdbs@
+Build-Depends-Indep: doxygen
 Standards-Version: 3.9.5
 Homepage: http://pyyaml.org/wiki/LibYAML
 Vcs-Git: git://andersk.mit.edu/libyaml.git
@@ -35,8 +36,20 @@ Section: libdevel
 Architecture: any
 Multi-Arch: same
 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.025716 seconds and 4 git commands to generate.