[DRE-commits] [ruby-dbi] 02/02: Add doc-base registration for RDoc documentation

David Suárez deiv-guest at moszumanska.debian.org
Sat May 17 17:28:51 UTC 2014


This is an automated email from the git hooks/post-receive script.

deiv-guest pushed a commit to branch master
in repository ruby-dbi.

commit a4bad6103f36ab3156617d5f0a63a8269492dde8
Author: David Suárez <david.sephirot at gmail.com>
Date:   Sat May 17 19:24:19 2014 +0200

    Add doc-base registration for RDoc documentation
---
 debian/changelog         |  1 +
 debian/control           |  1 +
 debian/ruby-dbi.doc-base | 12 ++++++++++++
 3 files changed, 14 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 368391a..673445a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ ruby-dbi (0.4.5-3) unstable; urgency=low
 
   [David Suárez]
   * Add patch to fix raise method lookup (Closes: #746081)
+  * Add doc-base registration for RDoc documentation
 
  -- David Suárez <david.sephirot at gmail.com>  Thu, 01 May 2014 22:41:10 +0200
 
diff --git a/debian/control b/debian/control
index da8a582..ddc7005 100644
--- a/debian/control
+++ b/debian/control
@@ -19,6 +19,7 @@ Depends: libjs-jquery,
          ${misc:Depends},
          ${shlibs:Depends}
 Provides: libdbi-ruby
+Suggests: doc-base
 Description: Database Independent Interface for Ruby
  Ruby/DBI is a database independent interface for accessing databases,
  similar to Perl's DBI.
diff --git a/debian/ruby-dbi.doc-base b/debian/ruby-dbi.doc-base
new file mode 100644
index 0000000..06f4e92
--- /dev/null
+++ b/debian/ruby-dbi.doc-base
@@ -0,0 +1,12 @@
+Document: ruby-dbi
+Title: API documentation for ruby-dbi
+Author: Erik Hollensbe and Christopher Maujean
+Abstract:
+ Ruby/DBI is a database independent interface similar to Perl's DBI.
+ 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-dbi/rdoc/index.html
+Files: /usr/share/doc/ruby-dbi/rdoc/*

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-dbi.git



More information about the Pkg-ruby-extras-commits mailing list