[DRE-commits] [ruby-dbi] 03/08: Remove empty directory

David Suárez deiv-guest at moszumanska.debian.org
Fri Feb 21 20:36:11 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 ced8781d781a9c5acfc0c87fcbef5a1b2b388eb3
Author: David Suárez <david.sephirot at gmail.com>
Date:   Fri Feb 21 21:10:33 2014 +0100

    Remove empty directory
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 09e04d9..a596940 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,10 @@
 %:
 	dh $@ --buildsystem=ruby --with ruby
 
+override_dh_install:
+	dh_install
+	find debian/ruby-dbi/ -type d -empty -delete
+
 override_dh_installdocs:
 	rdoc --inline-source --op rdoc --main README \
 		--title "Database Independent Interface for Ruby" \

-- 
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