[DRE-commits] [ruby-bluefeather] 02/02: Add doc-base support

Youhei SASAKI uwabami-guest at alioth.debian.org
Mon Aug 5 16:07:09 UTC 2013


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

uwabami-guest pushed a commit to annotated tag debian/0.41-2
in repository ruby-bluefeather.

commit feca72b73f60b0192ebb3992551abf96193328b4
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Tue Aug 6 01:05:08 2013 +0900

    Add doc-base support
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
 debian/changelog                          |    2 ++
 debian/control                            |    4 ++--
 debian/ruby-bluefeather.doc-base          |   11 +++++++++++
 debian/ruby-bluefeather.lintian-overrides |    2 --
 debian/rules                              |    6 ++++++
 5 files changed, 21 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 63cd5d0..917239f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ ruby-bluefeather (0.41-2) unstable; urgency=low
 
   [ Youhei SASAKI ]
   * Move from experimental to unstable 
+  * Bump Standard Version: 3.9.4
+  * Add doc-base support
 
  -- Youhei SASAKI <uwabami at gfd-dennou.org>  Tue, 06 Aug 2013 00:48:59 +0900
 
diff --git a/debian/control b/debian/control
index 37801c5..f5bf866 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Youhei SASAKI <uwabami at gfd-dennou.org>
-Build-Depends: debhelper (>= 9.0.0), gem2deb (>= 0.2.13~), rake, ruby-rspec, ruby-nokogiri
-Standards-Version: 3.9.3
+Build-Depends: debhelper (>= 9.0.0), gem2deb (>= 0.3.0~), rake, ruby-rspec, ruby-nokogiri
+Standards-Version: 3.9.4
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-bluefeather.git
 Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-bluefeather.git;a=summary
 Homepage: http://ruby.morphball.net/bluefeather/
diff --git a/debian/ruby-bluefeather.doc-base b/debian/ruby-bluefeather.doc-base
new file mode 100644
index 0000000..d33f517
--- /dev/null
+++ b/debian/ruby-bluefeather.doc-base
@@ -0,0 +1,11 @@
+Document: ruby-bluefeather
+Title: BlueFeather Manual
+Author: Dice <tetradice at gmail.com>
+Abstract: BlueFeather Manual
+ Documents of BlueFeather - pure Ruby Library for Extended Markdown Extra
+Section: Programming/Ruby
+
+Format: HTML
+Index: /usr/share/doc/ruby-bluefeather/doc/en/index.html
+Files: /usr/share/doc/ruby-bluefeather/doc/en/*.html
+       /usr/share/doc/ruby-bluefeather/doc/*.html
diff --git a/debian/ruby-bluefeather.lintian-overrides b/debian/ruby-bluefeather.lintian-overrides
deleted file mode 100644
index d823a80..0000000
--- a/debian/ruby-bluefeather.lintian-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
-ruby-bluefeather: extra-license-file usr/share/doc/ruby-bluefeather/doc/author-and-license.bfdoc
-ruby-bluefeather: extra-license-file usr/share/doc/ruby-bluefeather/doc/en/author-and-license.bfdoc
diff --git a/debian/rules b/debian/rules
index e01c781..1b10f08 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,9 @@
 #!/usr/bin/make -f
 %:
 	dh $@ --buildsystem=ruby --with ruby
+
+override_dh_installdocs:
+	dh_installdocs
+	( cd $(CURDIR)/debian/ruby-bluefeather/usr/share/doc/ruby-bluefeather/doc/en && \
+	  rm -f black.css && \
+	  ln -s ../black.css black.css )

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



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