[DRE-commits] [ruby-kramdown] 04/05: Create symlink for rdoc template, css, js, fonts

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Wed Mar 16 13:10:03 UTC 2016


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

uwabami-guest pushed a commit to annotated tag debian/1.9.0-1
in repository ruby-kramdown.

commit b3d5d7a79a56926bef46b5d9eb3ef7734de51549
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Mon Nov 23 19:20:02 2015 +0900

    Create symlink for rdoc template, css, js, fonts
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
 debian/ruby-kramdown.links | 4 +++-
 debian/rules               | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/ruby-kramdown.links b/debian/ruby-kramdown.links
index d8bfd40..90df63d 100644
--- a/debian/ruby-kramdown.links
+++ b/debian/ruby-kramdown.links
@@ -1 +1,3 @@
-/usr/share/javascript/jsquery/jquery.js usr/share/doc/ruby-kramdown/rdoc/js/jquery.js
+usr/lib/ruby/2.2.0/rdoc/generator/template/darkfish/js usr/share/doc/ruby-kramdown/rdoc/js
+usr/lib/ruby/2.2.0/rdoc/generator/template/darkfish/css usr/share/doc/ruby-kramdown/rdoc/css
+usr/lib/ruby/2.2.0/rdoc/generator/template/darkfish/fonts usr/share/doc/ruby-kramdown/rdoc/fonts
diff --git a/debian/rules b/debian/rules
index 0200a83..41b7a91 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,5 +5,7 @@
 override_dh_installdocs:
 	rdoc --all --line-numbers \
 	  -o $(CURDIR)/debian/ruby-kramdown/usr/share/doc/ruby-kramdown/rdoc lib README.md
-	rm -f $(CURDIR)/debian/ruby-kramdown/usr/share/doc/ruby-kramdown/rdoc/js/jquery.js
 	dh_installdocs
+	rm -fr $(CURDIR)/debian/ruby-kramdown/usr/share/doc/ruby-kramdown/rdoc/js
+	rm -fr $(CURDIR)/debian/ruby-kramdown/usr/share/doc/ruby-kramdown/rdoc/css
+	rm -fr $(CURDIR)/debian/ruby-kramdown/usr/share/doc/ruby-kramdown/rdoc/fonts

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



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