[DRE-commits] [ruby-bdb] 01/04: Improve rules file

David Suárez deiv-guest at moszumanska.debian.org
Thu Mar 13 20:03: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-bdb.

commit 9be5368ee45eb9cdd906dadfa36f89b5d466a06a
Author: David Suárez <david.sephirot at gmail.com>
Date:   Wed Mar 12 22:28:35 2014 +0100

    Improve rules file
---
 debian/rules | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/debian/rules b/debian/rules
index ce71676..334121a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,10 +14,6 @@ export DH_RUBY_GEMSPEC=debian/bdb.gemspec
 %:
 	dh $@ --buildsystem=ruby --with ruby
 
-override_dh_install:
-	dh_install
-	find debian/ruby-bdb/ -type d -empty -delete
-
 override_dh_installdocs:
 	rdoc --op rdoc --main README.en \
 		--title "Interface to Berkeley DB" \
@@ -40,5 +36,4 @@ override_dh_clean:
 	# directories are not tracked by Git. In order to run the test
 	# suite, create the needed tmp/ directories if they are not
 	# present
-	mkdir -p bdbxml2/tests/tmp bdbxml2/examples/tmp bdbxml2/tmp tests/tmp \
-	    bdbxml1/tests/tmp bdbxml1/examples/tmp bdbxml1/tmp examples/tmp tmp
+	mkdir tmp

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