[DRE-commits] [SCM] ruby-bdb.git branch, debian-sid, updated. debian/0.6.5-1-11-g3e1aa19

Ondřej Surý ondrej at sury.org
Wed May 25 12:41:08 UTC 2011


The following commit has been merged in the debian-sid branch:
commit 6c5f398f979c022797cad1e2dc53cfca3adef7f1
Author: Ondřej Surý <ondrej at sury.org>
Date:   Wed May 25 13:38:54 2011 +0200

    Include bdb documentation in the package

diff --git a/debian/ruby-bdb.docs b/debian/ruby-bdb.docs
index d19e253..a16e529 100644
--- a/debian/ruby-bdb.docs
+++ b/debian/ruby-bdb.docs
@@ -1,2 +1,2 @@
-# FIXME: READMEs found
-# README.en
+bdb.html
+docs
diff --git a/debian/ruby-bdb.examples b/debian/ruby-bdb.examples
index d970cc8..e39721e 100644
--- a/debian/ruby-bdb.examples
+++ b/debian/ruby-bdb.examples
@@ -1,3 +1 @@
-# FIXME: examples/ dir found in source. Consider installing the examples.
-# Examples:
-# examples/*
+examples/*
diff --git a/debian/rules b/debian/rules
index 9d66a78..abd449f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,6 @@ export DH_RUBY_GEMSPEC=debian/bdb.gemspec
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
+
+override_dh_installdocs:
+	dh_installdocs -O--buildsystem=ruby -X*.rd -X*.rb

-- 
ruby-bdb.git



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