From: Anders Kaseorg Date: Mon, 24 Feb 2014 05:27:33 +0000 (-0500) Subject: Include example programs in libyaml-doc X-Git-Tag: debian/0.1.6-1~5 X-Git-Url: http://andersk.mit.edu/gitweb/libyaml.git/commitdiff_plain/47950261584f208439ff64c74777193117a1afef Include example programs in libyaml-doc Signed-off-by: Anders Kaseorg --- diff --git a/debian/changelog b/debian/changelog index 4f9bc60..68e083b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,8 +8,8 @@ libyaml (0.1.5-1) UNRELEASED; urgency=medium * Bump Standards-Version to 3.9.5 (no changes needed). * Use dh-autoreconf. * Use dh-buildinfo. - * Add libyaml-doc package for Doxygen-generated API documentation. - (Closes: #696821) + * Add libyaml-doc package for Doxygen-generated API documentation and + examples. (Closes: #696821) -- Anders Kaseorg Sun, 23 Feb 2014 21:48:49 -0500 diff --git a/debian/control b/debian/control index dcef8e4..9d11ae6 100644 --- a/debian/control +++ b/debian/control @@ -55,4 +55,4 @@ Description: Fast YAML 1.1 parser and emitter library (documentation) human-readable data serialization format. . This package contains API documentation for developers in HTML - format. + format, and some example programs from the LibYAML distribution. diff --git a/debian/control.in b/debian/control.in index 2b7c408..889c20a 100644 --- a/debian/control.in +++ b/debian/control.in @@ -51,4 +51,4 @@ Description: Fast YAML 1.1 parser and emitter library (documentation) human-readable data serialization format. . This package contains API documentation for developers in HTML - format. + format, and some example programs from the LibYAML distribution. diff --git a/debian/libyaml-doc.docs b/debian/libyaml-doc.docs index a651601..595a664 100644 --- a/debian/libyaml-doc.docs +++ b/debian/libyaml-doc.docs @@ -1 +1,3 @@ doc/html/ +tests/example-*.c +tests/run-*.c