[DRE-commits] [ruby-github-markup] 12/13: exclude some files in rdoc processing; do not remove explictly jquery.js (overwritten by a link)

Cédric Boutillier boutil at moszumanska.debian.org
Wed Apr 16 21:25:37 UTC 2014


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

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

commit 8dec1b7804f24316a0dc8437d111d0a88b856176
Author: Cédric Boutillier <boutil at debian.org>
Date:   Wed Apr 16 20:59:59 2014 +0200

    exclude some files in rdoc processing; do not remove explictly jquery.js (overwritten by a link)
---
 debian/rules | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index ce9ce00..4e36bba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,15 +21,13 @@ override_dh_auto_clean:
 override_dh_auto_build:
 	dh_auto_build
 	# build documentation
-	rdoc --main=README.md lib
+	rdoc --main=README.md --exclude=commands lib
 
 override_dh_auto_install:
 	# use utf-8 locale so test cases work
 	LC_ALL=C.UTF-8 dh_auto_install
 	# make rest2html executable
 	chmod 0755 debian/ruby-github-markup/usr/lib/ruby/vendor_ruby/github/commands/rest2html
-	# remove bundled jquery.js
-	rm -f debian/ruby-github-markup-doc/usr/share/doc/github-markup-doc/html/js/jquery.js
 
 override_dh_installchangelogs:
 	dh_installchangelogs HISTORY.md

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



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