]> andersk Git - libyaml.git/commitdiff
Include example programs in libyaml-doc
authorAnders Kaseorg <andersk@mit.edu>
Mon, 24 Feb 2014 05:27:33 +0000 (00:27 -0500)
committerAnders Kaseorg <andersk@mit.edu>
Mon, 24 Feb 2014 05:31:27 +0000 (00:31 -0500)
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
debian/changelog
debian/control
debian/control.in
debian/libyaml-doc.docs

index 4f9bc604e10c16a8d3a017bf7f74d901645e268c..68e083b8e0db775d907f36ae1fdb3f883085e1ee 100644 (file)
@@ -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 <andersk@mit.edu>  Sun, 23 Feb 2014 21:48:49 -0500
 
index dcef8e4058d3eea8916d2d7f9c74c70c9c9fab9e..9d11ae644747989b3406c40d0da49e224faa9dfe 100644 (file)
@@ -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.
index 2b7c408155e694ea067022570da53d9a0c72728d..889c20a91a10907f4e526ebe9bc76696a0990a70 100644 (file)
@@ -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.
index a65160116b523b56f5e16306e0d7d77f6a4158d3..595a664dad75a0cdafec90d1228b440dff0ce55a 100644 (file)
@@ -1 +1,3 @@
 doc/html/
+tests/example-*.c
+tests/run-*.c
This page took 0.073102 seconds and 5 git commands to generate.