X-Git-Url: http://andersk.mit.edu/gitweb/libyaml.git/blobdiff_plain/d328a1cdea57bcdcf8ee8fb6238d3d3a45458106..0070a532eef222e156a4a61fbe7f3749e81743a0:/debian/control diff --git a/debian/control b/debian/control index 02c52de..9d11ae6 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,9 @@ Priority: optional Maintainer: Anders Kaseorg Build-Depends: cdbs (>= 0.4.93~), autotools-dev, - debhelper (>= 8.1.3~) + 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 @@ -37,8 +39,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.