[tworld] 02/07: use dh option to create the doc symlink

Gerfried Fuchs rhonda at debian.org
Fri Jan 1 03:03:30 UTC 2016


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

rhonda pushed a commit to branch master
in repository tworld.

commit 5b95acfd138ccc198c0a7e8c0621e2ffc4492f35
Author: Rhonda D'Vine <rhonda at debian.org>
Date:   Fri Jan 1 01:18:36 2016 +0100

    use dh option to create the doc symlink
---
 debian/rules | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 9d9eadc..a3306d9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,5 +11,6 @@ override_dh_auto_install:
 	mkdir -p debian/tworld-data/usr/share/man/man6
 	pod2man -s 6 -r 'Tile World' -c '' debian/c4 \
 		debian/tworld-data/usr/share/man/man6/c4.6
-	mkdir -p debian/tworld/usr/share/doc
-	ln -s tworld-data debian/tworld/usr/share/doc/tworld
+
+override_dh_installdocs:
+	dh_installdocs --link-doc=tworld-data

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/tworld.git



More information about the Pkg-games-commits mailing list