[DRE-commits] [ruby-augeas] 05/09: delete build/ when cleaning

Cédric Boutillier boutil at alioth.debian.org
Mon Oct 28 23:14:51 UTC 2013


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

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

commit 9f319b133525b534e42584fe2755e1230d519552
Author: Cédric Boutillier <boutil at debian.org>
Date:   Mon Oct 28 18:00:58 2013 +0100

    delete build/ when cleaning
---
 debian/rules |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index ad32513..beb6ec0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,4 +6,6 @@
 override_dh_installchangelogs:
 	dh_installchangelogs NEWS
 
-
+override_dh_clean:
+	$(RM) -rf build/
+	dh_clean

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-augeas.git



More information about the Pkg-ruby-extras-commits mailing list