[libkiokudb-perl] 02/04: Move Japanese tuturial to a better place.

gregor herrmann gregoa at debian.org
Mon Dec 30 15:21:07 UTC 2013


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

gregoa pushed a commit to branch master
in repository libkiokudb-perl.

commit acd7667c1167f39db05cd9c3892e3d347eb6b3cb
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Dec 30 15:56:38 2013 +0100

    Move Japanese tuturial to a better place.
---
 debian/rules | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..28b294f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,14 @@
 #!/usr/bin/make -f
 
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
 %:
 	dh $@
+
+override_dh_auto_install:
+	dh_auto_install
+	# mv Japanese manpage to better location
+	dh_installdirs usr/share/man/ja/man3/
+	mv -v $(TMP)/usr/share/man/man3/POD2::JA::KiokuDB::Tutorial.3pm \
+		$(TMP)/usr/share/man/ja/man3/KiokuDB::Tutorial.3pm

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libkiokudb-perl.git



More information about the Pkg-perl-cvs-commits mailing list