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

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


The following commit has been merged in the experimental branch:
commit e313f030a0a2bccd2ffb011522a18ea4d6514a9f
Author: Gerfried Fuchs <rhonda at debian.at>
Date:   Wed Mar 17 21:24:05 2010 +0100

    also move non-localized manpages

diff --git a/debian/rules b/debian/rules
index 3258395..5f6a7d5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -99,7 +99,7 @@ install-indep:
 		&& chmod +x extractbindings unit_tree/TeamColorizer \
 		wesnoth/wescamp.py wesnoth/wmldata.py wesnoth/wmlparser.py \
 		wmlindent wmlflip wmllint wmlscope wesnoth_addon_manager \
-		wmltest hexometer/hexometer wmlxgettext
+		wmltvalidator hexometer/hexometer wmlxgettext
 
 
 	DESTDIR=$(CURDIR)/debian/tmp/ \
@@ -190,10 +190,12 @@ binary-arch: build-arch install-arch
 		debian/wesnoth-$(BRANCH_VERSION)-core/usr/share/man/man6/wesnoth-$(BRANCH_VERSION)_editor.6.gz
 
 	# move the manpages to their proper name
-	for i in debian/wesnoth-$(BRANCH_VERSION)-core/usr/share/man/*/man6/wesnoth.6; do \
+	for i in debian/wesnoth-$(BRANCH_VERSION)-core/usr/share/man/man6/wesnoth.6 \
+		debian/wesnoth-$(BRANCH_VERSION)-core/usr/share/man/*/man6/wesnoth.6; do \
 		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 \
+	for i in debian/wesnoth-$(BRANCH_VERSION)-server/usr/share/man/man6/wesnothd.6 \
+		debian/wesnoth-$(BRANCH_VERSION)-server/usr/share/man/*/man6/wesnothd.6; do \
 		mv $$i $$(echo $$i | sed -e 's/wesnothd\.6/wesnothd-$(BRANCH_VERSION).6/'); \
 		done
 

-- 
Debian packaging of wesnoth



More information about the Pkg-games-commits mailing list