[DRE-commits] [ruby-httparty] 05/07: remove coverage/ dir upon cleaning
Cédric Boutillier
boutil at moszumanska.debian.org
Sun May 24 22:46:23 UTC 2015
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-httparty.
commit 0c490684ee0367e3af0c937b16835f7604cbf843
Author: Cédric Boutillier <boutil at debian.org>
Date: Mon May 25 00:41:43 2015 +0200
remove coverage/ dir upon cleaning
---
debian/rules | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/debian/rules b/debian/rules
index 03628b4..e3e4c78 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,3 +21,7 @@ override_dh_installman:
-h "-I lib/ bin/httparty -h" --version-string $(UPSTREAM_VERSION) /usr/bin/ruby > httparty.1
patch httparty.1 < debian/httparty.1.diff
dh_installman
+
+override_dh_auto_clean:
+ dh_auto_clean
+ rm -rf coverage/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-httparty.git
More information about the Pkg-ruby-extras-commits
mailing list