]> andersk Git - libyaml.git/blobdiff - debian/control
New upstream version 0.1.6
[libyaml.git] / debian / control
index 1e0647ddee84c1992c919ed14820e16997e408bf..9d11ae644747989b3406c40d0da49e224faa9dfe 100644 (file)
@@ -4,8 +4,9 @@ Priority: optional
 Maintainer: Anders Kaseorg <andersk@mit.edu>
 Build-Depends: cdbs (>= 0.4.93~),
  autotools-dev,
- debhelper (>= 8.1.3~),
- dh-autoreconf
+ 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
@@ -38,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.
This page took 0.026303 seconds and 4 git commands to generate.