[DRE-commits] [ruby-celluloid] 04/07: create a log/ dir for the tests and remove it afterwards
Cédric Boutillier
boutil at moszumanska.debian.org
Fri Jan 24 00:25:49 UTC 2014
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-celluloid.
commit cf60233d0bacc0cb24eec861fdfe766f27168a1f
Author: Cédric Boutillier <boutil at debian.org>
Date: Fri Jan 24 01:17:14 2014 +0100
create a log/ dir for the tests and remove it afterwards
---
debian/rules | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/rules b/debian/rules
index fac0319..2e13bbc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,9 +15,11 @@ export DH_RUBY_IGNORE_TESTS=ruby1.8
dh $@ --buildsystem=ruby --with ruby
override_dh_auto_install:
+ mkdir log/
cp -R spec/support lib/celluloid/
dh_auto_install
override_dh_clean:
$(RM) -rf lib/celluloid/support
+ $(RM) -rf log/
dh_clean
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-celluloid.git
More information about the Pkg-ruby-extras-commits
mailing list