[DRE-commits] [rabbit] 03/07: Install upstream changelogs

Youhei SASAKI uwabami-guest at alioth.debian.org
Fri Aug 9 19:35:43 UTC 2013


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

uwabami-guest pushed a commit to branch master
in repository rabbit.

commit f9ef3bf964586ef5de7f9ea5b255a4db9e05849a
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Sat Aug 10 04:26:58 2013 +0900

    Install upstream changelogs
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
 debian/rules |   23 +++++++++++------------
 1 file changed, 11 insertions(+), 12 deletions(-)

diff --git a/debian/rules b/debian/rules
index b2aa1c6..bff45e4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,40 +4,39 @@ VERSION := $(shell dpkg-parsechangelog|grep ^Version:|sed 's/^Version: //' | sed
 %:
 	dh $@ --buildsystem ruby --with ruby
 
+override_dh_installchangelogs:
+	dh_installchangelogs -k $(CURDIR)/doc/en/news.rd
+
 override_dh_installdocs:
 	dh_installdocs
-	( cd debian/rabbit/usr/share/doc/rabbit/doc/javascripts/ && \
-	  rm -f jquery.js && \
-	  ln -s ../../../../../share/javascript/jquery/jquery.js . )
-
-override_dh_fixperms:
-	dh_fixperms
-	chmod 644 debian/rabbit/usr/share/rabbit/image/nari-images/property.rb
+	( cd debian/rabbit/usr/share/doc/rabbit/sample/lldn/ && \
+	  rm -f lavie.png && \
+	  ln -s ../lavie.png . )
 
 create_man::
 	help2man \
 		--name="presentation tool using RD, simple text format" \
-		--section=1 --manual="rabbit" --no-info \
+		--section=1 --manual="rabbit" --no-info --no-discard-stderr \
 		"/usr/bin/ruby -Ilib bin/rabbit"  --version-string=${VERSION} \
 		> debian/rabbit.1
 	help2man \
 		--name="commandline utility for Rabbit" \
-		--section=1 --manual="rabbit-command" --no-info \
+		--section=1 --manual="rabbit-command" --no-info --no-discard-stderr \
 		"/usr/bin/ruby -Ilib bin/rabbit-command"  --version-string=${VERSION} \
 		> debian/rabbit-command.1
 	help2man \
 		--name="IRC interface for Rabbit" \
-		--section=1 --manual="rabbirc" --no-info \
+		--section=1 --manual="rabbirc" --no-info --no-discard-stderr \
 		"/usr/bin/ruby -Ilib bin/rabbirc" --version-string=${VERSION} \
 		> debian/rabbirc.1
 	help2man \
 		--name="Template generator for Rabbit" \
-		--section=1 --manual="rabbit-slide" --no-info \
+		--section=1 --manual="rabbit-slide" --no-info --no-discard-stderr \
 		"/usr/bin/ruby -Ilib bin/rabbit-slide"  --version-string=${VERSION} \
 		> debian/rabbit-slide.1
 	help2man \
 		--name="Theme generator for Rabbit" \
-		--section=1 --manual="rabbit-teme" --no-info \
+		--section=1 --manual="rabbit-teme" --no-info --no-discard-stderr \
 		"/usr/bin/ruby -Ilib bin/rabbit-teme"  --version-string=${VERSION} \
 		> debian/rabbit-theme.1
 

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



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