[DRE-commits] [ruby-bdb] 09/12: Remove empty dirs
David Suárez
deiv-guest at moszumanska.debian.org
Wed Mar 12 20:40:57 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-bdb.
commit 0af5e34b8ef1c849e90a76d26a524575d86cfd3f
Author: David Suárez <david.sephirot at gmail.com>
Date: Wed Mar 12 21:30:12 2014 +0100
Remove empty dirs
---
debian/rules | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/debian/rules b/debian/rules
index 7d3ae3e..a9bb0b9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,10 @@ export DH_RUBY_GEMSPEC=debian/bdb.gemspec
%:
dh $@ --buildsystem=ruby --with ruby
+override_dh_install:
+ dh_install
+ find debian/ruby-dbi/ -type d -empty -delete
+
override_dh_installdocs:
rdoc --op rdoc --main README.en \
--title "Interface to Berkeley DB" \
--
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