[DRE-commits] [ruby-rspec] 04/08: Do not clean anymore tmp/ subdir in rspec-mocks
Cédric Boutillier
boutil at moszumanska.debian.org
Thu Aug 20 13:40:30 UTC 2015
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-rspec.
commit 23de0f3c1a5bdc4f49e9e61c29a47c7e4724facb
Author: Cédric Boutillier <boutil at debian.org>
Date: Thu Aug 20 11:45:04 2015 +0200
Do not clean anymore tmp/ subdir in rspec-mocks
---
debian/rules | 3 ---
1 file changed, 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index e3d0369..537a4f6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -113,15 +113,12 @@ override_dh_auto_install:
# need to have rspec in bin/ to be correctly autoinstalled
dh_install -pruby-rspec-core rspec-core/exe/rspec usr/bin
dh_install -pruby-rspec-core rspec-core/lib/rspec/core/project_initializer/.rspec usr/lib/ruby/vendor_ruby/rspec/core/project_initializer
- # create rspec-mocks/tmp used in tests
- mkdir -p rspec-mocks/tmp
dh_auto_install
override_dh_auto_clean:
rm -rf rspec-core/tmp/
rm -rf rspec-expectations/coverage/
rm -rf rspec-mocks/coverage/
- rm -rf rspec-mocks/tmp
rm -rf man/
dh_auto_clean
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-rspec.git
More information about the Pkg-ruby-extras-commits
mailing list