The following commit has been merged in the experimental branch:
commit e313f030a0a2bccd2ffb011522a18ea4d6514a9f
Author: Gerfried Fuchs <[email protected]>
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
_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits