[DRE-commits] [SCM] ruby-sdl.git branch, master, updated. debian/2.1.2-2-9-g540ef36
Cédric Boutillier
cedric.boutillier at gmail.com
Fri May 18 13:36:32 UTC 2012
The following commit has been merged in the master branch:
commit 540ef365bc6848950a2a8402a8a404551c4f62be
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date: Fri May 18 09:53:01 2012 +0200
Register HTML documentation with doc-base
diff --git a/debian/changelog b/debian/changelog
index f272b38..566e221 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ ruby-sdl (2.1.2-3) unstable; urgency=low
* Override lintian warnings about duplicate description for transitional
packages
* Add debian/patches/fix_shebang_sample.patch to fix shebangs in examples
+ * Register HTML documentation with doc-base
-- Cédric Boutillier <cedric.boutillier at gmail.com> Fri, 18 May 2012 08:40:35 +0200
diff --git a/debian/control b/debian/control
index 1ca8227..d817997 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Package: ruby-sdl
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-Suggests: ruby-opengl
+Suggests: ruby-opengl, doc-base
Replaces: libsdl-ruby (<< 2.1.1.1-2~), libsdl-ruby1.9.1 (<< 2.1.1.1-2~), libsdl-ruby1.8 (<< 2.1.1.1-2~)
Breaks: libsdl-ruby (<< 2.1.1.1-2~), libsdl-ruby1.9.1 (<< 2.1.1.1-2~), libsdl-ruby1.8 (<< 2.1.1.1-2~)
Provides: libsdl-ruby, libsdl-ruby1.9.1, libsdl-ruby1.8
diff --git a/debian/ruby-sdl.doc-base b/debian/ruby-sdl.doc-base
new file mode 100644
index 0000000..8c6dfb2
--- /dev/null
+++ b/debian/ruby-sdl.doc-base
@@ -0,0 +1,10 @@
+Document: ruby-sdl-doc
+Author: Ohbayashi Ippei
+Title: Documentation for the Ruby SDL library
+Abstract: Comprehensive reference for the Ruby bindings for the SDL library, in
+ English.
+Section: Programming/Ruby
+
+Format: HTML
+Index: /usr/share/doc/ruby-sdl/rubysdl_ref.en.html
+Files: /usr/share/doc/ruby-sdl/rubysdl_ref.en.html
diff --git a/debian/ruby-sdl.doc-base.ja b/debian/ruby-sdl.doc-base.ja
new file mode 100644
index 0000000..b13d500
--- /dev/null
+++ b/debian/ruby-sdl.doc-base.ja
@@ -0,0 +1,10 @@
+Document: ruby-sdl-doc-ja
+Author: Ohbayashi Ippei
+Title: Documentation for the Ruby SDL library (japanese)
+Abstract: Comprehensive reference for the Ruby bindings for the SDL library, in
+ Japanese.
+Section: Programming/Ruby
+
+Format: HTML
+Index: /usr/share/doc/ruby-sdl/rubysdl_ref.html
+Files: /usr/share/doc/ruby-sdl/rubysdl_ref.html
diff --git a/debian/ruby-sdl.docs b/debian/ruby-sdl.docs
index 72a54c0..60937db 100644
--- a/debian/ruby-sdl.docs
+++ b/debian/ruby-sdl.docs
@@ -1,3 +1,3 @@
README*
NEWS*
-rubysdl_ref.*.html
+rubysdl_ref*.html
--
ruby-sdl.git
More information about the Pkg-ruby-extras-commits
mailing list