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

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


The following commit has been merged in the debian-sid branch:
commit e3b580239628c5d8e013baa0a73ddd6e72643ce9
Author: Ondřej Surý <ondrej at sury.org>
Date:   Wed May 25 14:29:28 2011 +0200

    Exclude .rb and .rd files from documentation

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