[SCM] Debian packaging of wesnoth branch, experimental, updated. 52393ded7cb0123699a9a0cff897b134eae84725

Gerfried Fuchs rhonda at debian.at
Thu Mar 18 19:11:01 UTC 2010


The following commit has been merged in the experimental branch:
commit d0b0137679c3be902bb9495ecaed4c3e7f2505af
Author: Gerfried Fuchs <rhonda at debian.at>
Date:   Wed Mar 17 20:41:13 2010 +0100

    fix manpage symlinking

diff --git a/debian/rules b/debian/rules
index c840fdf..3258395 100755
--- a/debian/rules
+++ b/debian/rules
@@ -191,10 +191,10 @@ binary-arch: build-arch install-arch
 
 	# move the manpages to their proper name
 	for i in debian/wesnoth-$(BRANCH_VERSION)-core/usr/share/man/*/man6/wesnoth.6; do \
-		mv $$i $$(echo $$i | sed -e 's/wesnoth/wesnoth-$(BRANCH_VERSION)/'); \
+		mv $$i $$(echo $$i | sed -e 's/wesnoth\.6/wesnoth-$(BRANCH_VERSION).6/'); \
 		done
 	for i in debian/wesnoth-$(BRANCH_VERSION)-server/usr/share/man/*/man6/wesnothd.6; do \
-		mv $$i $$(echo $$i | sed -e 's/wesnothd/wesnothd-$(BRANCH_VERSION)/'); \
+		mv $$i $$(echo $$i | sed -e 's/wesnothd\.6/wesnothd-$(BRANCH_VERSION).6/'); \
 		done
 
 	# move binaries to their proper name

-- 
Debian packaging of wesnoth



More information about the Pkg-games-commits mailing list