[DRE-commits] [yard] 09/10: do not ship files generated in tests in doc/

Cédric Boutillier boutil at alioth.debian.org
Wed Oct 2 12:51:02 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 2662e904f9ef3fda6d778a2cda5d517e5de35228
Author: Cédric Boutillier <boutil at debian.org>
Date:   Wed Oct 2 14:36:19 2013 +0200

    do not ship files generated in tests in doc/
---
 debian/rules |    1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index 0af5db7..e5d5f4f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,6 +23,7 @@ override_dh_installman:
 
 override_dh_auto_install:
 	dh_auto_install
+	rm -rf doc/
 	rake yard
 	rm debian/yard/usr/lib/ruby/vendor_ruby/yard/rubygems/backports/LICENSE.txt
 

-- 
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