[DRE-commits] [ruby-bdb] 01/02: add doc-base registration
Cédric Boutillier
boutil at moszumanska.debian.org
Tue May 6 06:05:36 UTC 2014
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-bdb.
commit d2a5fd8a2f33c64e69b317ec911d72e0c544b13a
Author: Cédric Boutillier <boutil at debian.org>
Date: Tue May 6 01:06:02 2014 +0200
add doc-base registration
---
debian/changelog | 3 +++
debian/control | 1 +
debian/ruby-bdb.doc-base | 12 ++++++++++++
3 files changed, 16 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 56015a5..2f736af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -39,6 +39,9 @@ ruby-bdb (0.6.6-1) unstable; urgency=medium
* Check whether constants were already defined before removing them at
build time
+ [ Cédric Boutillier ]
+ * doc-base registration of RDoc documentation
+
-- David Suárez <david.sephirot at gmail.com> Sat, 03 May 2014 13:12:06 +0200
ruby-bdb (0.6.5-7) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 9882b33..946a9f3 100644
--- a/debian/control
+++ b/debian/control
@@ -20,6 +20,7 @@ Depends: libjs-jquery,
ruby | ruby-interpreter,
${misc:Depends},
${shlibs:Depends}
+Suggests: doc-base
Description: interface to Berkeley DB for Ruby
BDB is an interface to the Berkeley database library.
.
diff --git a/debian/ruby-bdb.doc-base b/debian/ruby-bdb.doc-base
new file mode 100644
index 0000000..94f4961
--- /dev/null
+++ b/debian/ruby-bdb.doc-base
@@ -0,0 +1,12 @@
+Document: ruby-bdb
+Title: API documentation for ruby-bdb
+Author: Guy Decoux
+Abstract:
+ Ruby BDB is an interface to Berkeley database for the Ruby programming
+ language. This manual presents the API of this Ruby library, generated from
+ the source code by RDoc.
+Section: Programming/Ruby
+
+Format: HTML
+Index: /usr/share/doc/ruby-bdb/rdoc/index.html
+Files: /usr/share/doc/ruby-bdb/rdoc/*
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-bdb.git
More information about the Pkg-ruby-extras-commits
mailing list