[DRE-commits] [ruby-distribution] 07/09: remove coverage/ when cleaning
Cédric Boutillier
boutil at moszumanska.debian.org
Thu Aug 13 08:22:41 UTC 2015
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-distribution.
commit b89ff943f293f2532ae78d8e3c35636c77b24d56
Author: Cédric Boutillier <boutil at debian.org>
Date: Thu Aug 13 10:17:52 2015 +0200
remove coverage/ when cleaning
---
debian/rules | 3 +++
1 file changed, 3 insertions(+)
diff --git a/debian/rules b/debian/rules
index c0ec2eb..3986469 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,3 +17,6 @@
override_dh_auto_install:
dh_auto_install
rm -rf debian/ruby-distribution/usr/bin
+
+override_dh_auto_clean:
+ rm -rf coverage/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-distribution.git
More information about the Pkg-ruby-extras-commits
mailing list