[SCM] Wormux PKG branch, master, updated. 69bbd44b2c0ff83edfbf578066154e86e987d9f6
Eddy Petrișor
eddy.petrisor at gmail.com
Sun Jun 27 20:55:49 UTC 2010
The following commit has been merged in the master branch:
commit 0d9eaded704d88a27b729dc4debd0f854cd59afa
Author: Eddy Petrișor <eddy.petrisor at gmail.com>
Date: Sat Sep 26 16:51:27 2009 +0300
install example configuration files for the servers
diff --git a/debian/changelog b/debian/changelog
index 99daa54..8c1729a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,9 @@ wormux (1:0.8.5-1) unstable; urgency=low
* enabled fribidi support (adds a new build-dep on libfribidi-dev)
* small typo fix in debian/README.source
* install howto play guides
+ * install example configuration files for the servers
- -- Eddy Petrișor <eddy.petrisor at gmail.com> Wed, 23 Sep 2009 01:56:04 +0300
+ -- Eddy Petrișor <eddy.petrisor at gmail.com> Sat, 26 Sep 2009 16:51:03 +0300
wormux (1:0.8.4-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 8f7f58e..979eb62 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,6 +51,11 @@ install/wormux-data::
cp -r doc/howto_play debian/tmp/usr/share/doc/wormux/
cp -r doc/howto_play_online debian/tmp/usr/share/doc/wormux/
+install/wormux-servers::
+ mkdir -p debian/tmp/usr/share/doc/wormux/examples
+ cp tools/servers/index_server/wormux_index_server.conf debian/tmp/usr/share/doc/wormux/examples
+ cp tools/servers/game_server/wormux_server.conf debian/tmp/usr/share/doc/wormux/examples
+
# use this rule manually to update the build dependencies
# updating them automatically is evil and is a reason for
# rejects for NEW processing;
diff --git a/debian/wormux-servers.install b/debian/wormux-servers.install
index aba5aff..4959e9f 100644
--- a/debian/wormux-servers.install
+++ b/debian/wormux-servers.install
@@ -1,2 +1,3 @@
usr/games/wormux-index-server
usr/games/wormux-server
+usr/share/doc/wormux/examples/*
--
Wormux PKG
More information about the Pkg-games-commits
mailing list