]> andersk Git - libyaml.git/blobdiff - debian/control
Move doxygen from Build-Depends-Indep to Build-Depends
[libyaml.git] / debian / control
index 02c52debb08df52bac747912c5c8e6591ab242a3..bd66261d89b4725dd919b58a291396bc0e706ef9 100644 (file)
@@ -4,7 +4,10 @@ Priority: optional
 Maintainer: Anders Kaseorg <andersk@mit.edu>
 Build-Depends: cdbs (>= 0.4.93~),
  autotools-dev,
- debhelper (>= 8.1.3~)
+ debhelper (>= 9~),
+ dh-buildinfo (>= 0.9+nmu1~),
+ dh-autoreconf
+Build-Depends-Indep: doxygen
 Standards-Version: 3.9.5
 Homepage: http://pyyaml.org/wiki/LibYAML
 Vcs-Git: git://andersk.mit.edu/libyaml.git
@@ -37,8 +40,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.026075 seconds and 4 git commands to generate.