[DRE-commits] [yard] 03/10: override dh_clean instead of dh_auto_clean; remove doc/ when cleaning

Cédric Boutillier boutil at alioth.debian.org
Wed Oct 2 12:51:01 UTC 2013


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

boutil pushed a commit to branch master
in repository yard.

commit dfb7fac99681da8dac4051de75be8de7b007e7c6
Author: Cédric Boutillier <boutil at debian.org>
Date:   Wed Oct 2 13:27:36 2013 +0200

    override dh_clean instead of dh_auto_clean; remove doc/ when cleaning
---
 debian/rules |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index d649061..0865dee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,7 +25,8 @@ override_dh_auto_install:
 	dh_auto_install
 	rm debian/yard/usr/lib/ruby/vendor_ruby/yard/rubygems/backports/LICENSE.txt
 
-override_dh_auto_clean:
-	dh_auto_clean
+override_dh_clean:
+	dh_clean
 	rm -rf .yardoc
 	rm -rf man/
+	rm -rf doc/

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



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