[DRE-commits] [ruby-rspec] 08/18: remove coverage subdir in rspec-support and other _* files when cleaning

Cédric Boutillier boutil at moszumanska.debian.org
Wed Mar 2 17:58:06 UTC 2016


This is an automated email from the git hooks/post-receive script.

boutil pushed a commit to branch master
in repository ruby-rspec.

commit ed16679c8670145d00de794cfd7b55a7dcaccb4b
Author: Cédric Boutillier <boutil at debian.org>
Date:   Wed Mar 2 15:43:18 2016 +0100

    remove coverage subdir in rspec-support and other _* files when cleaning
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index 1512bea..40db10d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -119,7 +119,9 @@ override_dh_auto_clean:
 	rm -rf rspec-core/tmp/
 	rm -rf rspec-expectations/coverage/
 	rm -rf rspec-mocks/coverage/
+	rm -rf rspec-support/coverage/
 	rm -f rspec-mocks/tmp/file_*
+	rm -rf rspec-*/spec/support/_*
 	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