[DRE-commits] [ruby-celluloid] 01/03: install spec/support files
Cédric Boutillier
boutil at alioth.debian.org
Mon Nov 4 19:49:22 UTC 2013
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-celluloid.
commit 8f16c61979238b473492b4de46b14446629f25be
Author: Cédric Boutillier <boutil at debian.org>
Date: Mon Nov 4 20:48:18 2013 +0100
install spec/support files
---
debian/rules | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/debian/rules b/debian/rules
index 4214fdc..45027f0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,3 +16,11 @@ export DH_RUBY_IGNORE_TESTS=ruby1.8
override_dh_installchangelogs:
dh_installchangelogs CHANGES.md
+
+override_dh_auto_install:
+ cp -R spec/support lib/celluloid/
+ dh_auto_install
+
+override_dh_clean:
+ $(RM) -rf lib/celluloid/support
+ 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