--- cyphesis-cpp-0.5.16.orig/debian/rules +++ cyphesis-cpp-0.5.16/debian/rules @@ -0,0 +1,47 @@ +#!/usr/bin/make -f +# -*- mode: makefile; coding: utf-8 -*- +# Copyright © 2004 Michael Koch + +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include $(CURDIR)/debian/cdbs/autotools.mk + +clean:: + debconf-updatepo + +install/cyphesis-cpp:: + chmod a-x $(CURDIR)/debian/tmp/usr/share/cyphesis/rulesets/basic/mind/dictlist.py + chrpath -d $(CURDIR)/debian/tmp/usr/bin/cyphesis + +install/cyphesis-cpp-clients:: + chrpath -d $(CURDIR)/debian/tmp/usr/bin/cyaddrules + chrpath -d $(CURDIR)/debian/tmp/usr/bin/cyclient + chrpath -d $(CURDIR)/debian/tmp/usr/bin/cycmd + chrpath -d $(CURDIR)/debian/tmp/usr/bin/cyconfig + chrpath -d $(CURDIR)/debian/tmp/usr/bin/cyconvertrules + chrpath -d $(CURDIR)/debian/tmp/usr/bin/cydumprules + chrpath -d $(CURDIR)/debian/tmp/usr/bin/cyloadrules + chrpath -d $(CURDIR)/debian/tmp/usr/bin/cypasswd + +binary-install/cyphesis-cpp:: + dh_pysupport /usr/share/cyphesis/rulesets/basic + +binary-install/cyphesis-cpp-mason:: + chmod a-x $(CURDIR)/debian/cyphesis-cpp-mason/usr/share/cyphesis/rulesets/mason/world/objects/buildings/House.py + chmod a-x $(CURDIR)/debian/cyphesis-cpp-mason/usr/share/cyphesis/rulesets/mason/world/objects/elements/Fire.py + dh_pysupport /usr/share/cyphesis/rulesets/mason + +DEB_CONFIGURE_EXTRA_FLAGS := \ + --disable-dependency-tracking \ + --localstatedir=/var \ + --enable-avahi \ + --disable-psqltest + +DEB_DH_INSTALL_SOURCEDIR := debian/tmp + +# Start after and stop before postgresql server. +DEB_UPDATE_RCD_PARAMS := "start 30 2 3 4 5 . stop 10 0 1 6 ." + +check-install: + dh_install --sourcedir=debian/tmp --list-missing + --- cyphesis-cpp-0.5.16.orig/debian/cyphesis-cpp.install +++ cyphesis-cpp-0.5.16/debian/cyphesis-cpp.install @@ -0,0 +1,4 @@ +usr/bin/cyphesis +usr/share/cyphesis/rulesets/basic/* +usr/share/man/man1/cyphesis.1 +etc/cyphesis/cyphesis.vconf --- cyphesis-cpp-0.5.16.orig/debian/cyphesis-cpp.dirs +++ cyphesis-cpp-0.5.16/debian/cyphesis-cpp.dirs @@ -0,0 +1,2 @@ +etc/init.d +etc/cyphesis --- cyphesis-cpp-0.5.16.orig/debian/control +++ cyphesis-cpp-0.5.16/debian/control @@ -0,0 +1,47 @@ +Source: cyphesis-cpp +Section: games +Priority: optional +Maintainer: Michael Koch +Build-Depends: cdbs, debhelper (>= 4.1.0), libreadline5-dev | libreadline-dev, python-dev, po-debconf, libpq-dev, libsigc++-2.0-dev, libatlas-cpp-0.6-dev (>= 0.5.98-2), libskstream-0.3-dev (>= 0.3.5), libvarconf-dev (>= 0.6.4), libmercator-0.2-dev (>= 0.2.4-3), libgcrypt-dev, libavahi-client-dev (>= 0.6.4), python-support (>= 0.4.1), chrpath +Homepage: http://www.worldforge.org/ +Standards-Version: 3.8.0 + +Package: cyphesis-cpp +Architecture: any +Section: games +Provides: worldforge-server +Depends: ${shlibs:Depends}, ${misc:Depends}, cyphesis-cpp-game, cyphesis-cpp-clients, adduser (>= 3.34), debconf +Suggests: postgresql-8.2 +Description: WorldForge game server + Cyphesis-C++ is a game server from the WorldForge project. Multiple + users/clients can connect to it to play roleplaying games online. This server + provides world data and computes the interaction between the players and the + world. + +Package: cyphesis-cpp-clients +Architecture: any +Section: games +Depends: ${shlibs:Depends} +Suggests: cyphesis-cpp +Description: WorldForge game server - clients to control the server + Cyphesis-C++ is a game server from the WorldForge project. Multiple + users/clients can connect to it to play roleplaying games online. This server + provides world data and computes the interaction between the players and the + world. + . + This package contains the client programs to administrate the + cyphesis server. + +Package: cyphesis-cpp-mason +Architecture: all +Section: games +Provides: cyphesis-cpp-game +Suggests: cyphesis-cpp +Conflicts: cyphesis-cpp-acorn, cyphesis-cpp-werewolf +Description: WorldForge game server - game data for Mason + Cyphesis-C++ is a game server from the WorldForge project. Multiple + users/clients can connect to it to play roleplaying games online. This server + provides world data and computes the interaction between the players and the + world. + . + This package contains game data for the WorldForge game "Mason". --- cyphesis-cpp-0.5.16.orig/debian/compat +++ cyphesis-cpp-0.5.16/debian/compat @@ -0,0 +1 @@ +4 --- cyphesis-cpp-0.5.16.orig/debian/cyphesis-cpp-clients.install +++ cyphesis-cpp-0.5.16/debian/cyphesis-cpp-clients.install @@ -0,0 +1,17 @@ +usr/bin/cyaddrules +usr/bin/cyclient +usr/bin/cycmd +usr/bin/cydumprules +usr/bin/cypasswd +usr/bin/cyloadrules +usr/bin/cyconfig +usr/bin/cyconvertrules + +usr/share/man/man1/cyaddrules.1 +usr/share/man/man1/cyclient.1 +usr/share/man/man1/cycmd.1 +usr/share/man/man1/cydumprules.1 +usr/share/man/man1/cypasswd.1 +usr/share/man/man1/cyloadrules.1 +usr/share/man/man1/cyphesis-tools.1 +usr/share/man/man1/cyconvertrules.1 --- cyphesis-cpp-0.5.16.orig/debian/changelog +++ cyphesis-cpp-0.5.16/debian/changelog @@ -0,0 +1,507 @@ +cyphesis-cpp (0.5.16-1) unstable; urgency=low + + * New upstream release. + - Updated debian/patches/cyphesis-cpp-gcc43.patch. + * Updated Standards-Version to 3.8.0. + + -- Michael Koch Wed, 02 Jul 2008 21:07:06 +0200 + +cyphesis-cpp (0.5.15-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with GCC 4.3 (Closes: #417147). + + -- Luk Claes Sat, 08 Mar 2008 22:38:17 +0000 + +cyphesis-cpp (0.5.15-2) unstable; urgency=low + + * Added debian/patches/cyphesis-cpp-python2.5.patch to fix Python + memory management. Closes: #468967. + * Removed "-1" in versions in Build-Depends to easy backporting. + + -- Michael Koch Tue, 04 Mar 2008 22:56:33 +0100 + +cyphesis-cpp (0.5.15-1) unstable; urgency=low + + * New upstream release. + * Added chrpath to Build-Depends and use it to remove rpath in binaries. + * Added Homepage field. + * Updated Standard-Version to 3.7.3. + + -- Michael Koch Tue, 11 Dec 2007 22:58:41 +0100 + +cyphesis-cpp (0.5.13-3) unstable; urgency=low + + * Fix bashism in init script. Closes: #446045. + + -- Michael Koch Wed, 10 Oct 2007 19:50:45 +0200 + +cyphesis-cpp (0.5.13-2) unstable; urgency=low + + * Added portuguese debconf translations. Closes: #436955. + Thanks to Rui Branco. + + -- Michael Koch Sat, 11 Aug 2007 17:24:54 +0200 + +cyphesis-cpp (0.5.13-1) unstable; urgency=low + + * New upstream release. + * Suggest postgresql-8.2 instead of postgresql. + * Added homepage url to all long descriptions. + + -- Michael Koch Mon, 16 Jul 2007 13:39:41 -0100 + +cyphesis-cpp (0.5.12-2) unstable; urgency=low + + * Added debian/patches/cyphesis-cpp-gcc43.patch. Closes: #417147. + * Include new upstream manpages. + + -- Michael Koch Sat, 30 Jun 2007 08:30:40 -0100 + +cyphesis-cpp (0.5.12-1) unstable; urgency=low + + * New upstream release + + -- Michael Koch Tue, 26 Jun 2007 19:08:22 -0100 + +cyphesis-cpp (0.5.8-2) unstable; urgency=low + + * Update package to the last python policy (Closes: #380765): + + use python-support. + + remove homemade .prerm for .pyc. + Thanks to Pierre Habouzit for this patch. + * Updated japanese debconf translation. Thanks to Hideki Yamane. + (Closes: #400027) + * Fixed typo in init script. + + -- Michael Koch Tue, 16 Jan 2007 11:42:08 +0100 + +cyphesis-cpp (0.5.8-1) unstable; urgency=low + + * New upstream release. + * Updated nl.po (Closes: #375013). + * Build-Depends on debhelper (>= 4.1.0). + * Updated Standards-Version to 3.7.2. + + -- Michael Koch Sun, 23 Jul 2006 18:13:13 +0000 + +cyphesis-cpp (0.5.6-1) unstable; urgency=low + + * New upstream release + + -- Michael Koch Mon, 23 Jan 2006 09:42:19 +0000 + +cyphesis-cpp (0.5.5-2) unstable; urgency=low + + * Enabled avahi support. (Closes: #348582) + + -- Michael Koch Tue, 17 Jan 2006 21:53:11 +0000 + +cyphesis-cpp (0.5.5-1) unstable; urgency=low + + * New upstream release + - Build-Depends on libsigc++-2.0-dev instead of libsigc++-1.2-dev. + * Incorporated swedisch debconf translation. (Closes: #341034) + * Added LSB-compliant tags to init script. (Closes: #338533) + + -- Michael Koch Fri, 23 Dec 2005 08:00:45 +0000 + +cyphesis-cpp (0.5.2-1) unstable; urgency=low + + * New upstream release. + * Added spanish debconf translation. (Closes: #336030) + * Updated Build-Depends of libatlas-cpp-0.6-0-dev to >= 0.5.98-1. + * Upload sponsored by Petter Reinholdtsen. + + -- Michael Koch Wed, 9 Nov 2005 09:16:17 +0000 + +cyphesis-cpp (0.5.1-1) unstable; urgency=low + + * New upstream release + * Tightened Build-Depends on libmercator-0.2-dev to (>= 0.2.4-2) + (Closes: #332380) + * Upload sponsored by Petter Reinholdtsen + + -- Michael Koch Sun, 9 Oct 2005 13:23:42 +0000 + +cyphesis-cpp (0.5.0-2) unstable; urgency=low + + * Updated czech debconf translation (Closes: #331132) + * Updated french debconf translation (Closes: #331119) + * Updated german debconf translation + + -- Michael Koch Sun, 2 Oct 2005 06:52:58 +0000 + +cyphesis-cpp (0.5.0-1) unstable; urgency=low + + * New upstream release + * Build-Depends on libatlas-cpp-0.6-0-dev instead of libatlas-cpp-0.5-dev + (Closes: #329900) + * debian/cyphesis-cpp-clients.links: Added symlinks for manpages of + cyaddrules and cydumprules + + -- Michael Koch Fri, 30 Sep 2005 08:08:25 +0000 + +cyphesis-cpp (0.4.1-1) unstable; urgency=low + + * New upstream release + * Adjusted Build-Depends for new library dependencies and C++ transition + (Closes: #327183) + * Replaced Build-Depends on "libreadline4-dev" by "libreadline5-dev | + libreadline-dev" (Closes: #326375) + * debian/control: Replaced "World Forge" by "WorldForge" as asked for by + upstream (Closes: #286649) + * Fixed gramatical errors in the debconf templates. (Closes: #313385) + * Added vietnamese debconf translation (Closes: #313384) + * Added czech debconf translation (Closes: #308038) + * Fixed typo in german debconf translation (Closes: #314130) + * Simplified chown of python files in debian/rules + * Revised debian/README.Debian + * Fixed watch file + * Reworked debian copyright + * Updated Standards-Version to 3.6.2 + + -- Michael Koch Sun, 18 Sep 2005 21:31:03 +0000 + +cyphesis-cpp (0.3.5-2) unstable; urgency=low + + * Added japanese debconf translation (Closes: #280002) + Thanks to Hideki Yamane + + -- Michael Koch Wed, 10 Nov 2004 14:48:14 +0000 + +cyphesis-cpp (0.3.5-1) unstable; urgency=low + + * New upstream release + * debian/README.Debian: Remove mentioning of cydbload + (Closes: #270733) + * Use --disable-dependency-tracking + * Update Build-Depends on libvarconf-dev + * Use manpages provided by upstream + + -- Michael Koch Tue, 26 Oct 2004 10:19:50 +0000 + +cyphesis-cpp (0.3.2-2) unstable; urgency=medium + + * Force rebuild + + -- Michael Koch Sun, 8 Aug 2004 11:48:44 +0200 + +cyphesis-cpp (0.3.2-1) unstable; urgency=low + + * New upstream release + * Moved all manpages to debian/manpages + * Added debian/watch file + + -- Michael Koch Mon, 2 Aug 2004 10:00:44 +0200 + +cyphesis-cpp (0.3.1-1) unstable; urgency=low + + * New upstream release + * Updated Build-Depends to libmercator-0.2-dev (>= 0.2.1) + * debian/rules: Removed old configure arguments for atlas-cpp and skstream + inside build tree. Added check-install target + * debian/copyright: Fixed download url and removed copyright notice for + atlas-cpp and skstream. + * debian/patches: Removed + + -- Michael Koch Wed, 28 Jul 2004 17:27:28 +0200 + +cyphesis-cpp (0.3.0-3) unstable; urgency=low + + * Build-Depend on libmercator-0.2-dev (>= 0.2.0-3) + + -- Michael Koch Tue, 6 Jul 2004 12:42:59 +0200 + +cyphesis-cpp (0.3.0-2) unstable; urgency=low + + * Changed local state dir to /var + * Fixed debian.cyphesis-cpp.config + * Added default value of true to debconf question + cyphesis-cpp/postgresql/local_server + * Remove write access to python files + * Build-Depend on libmercator-0.2-dev (>= 0.2.0-2) to get correct deps + + -- Michael Koch Sun, 4 Jul 2004 16:32:11 +0200 + +cyphesis-cpp (0.3.0-1) unstable; urgency=low + + * New upstream release + * Removed copies of old atlas-c++ and skstream + + -- Michael Koch Thu, 27 May 2004 09:13:05 +0200 + +cyphesis-cpp (0.2.4.debian-2) unstable; urgency=low + + * Added new translation for NL. Thanks to Luk Claes. + (closes: #244327). + * Updated config.guess and config.sub in Atlas-C++ and skstream sources. + * Cleaned debian/rules a bit. + + -- Michael Koch Fri, 14 May 2004 15:55:56 +0200 + +cyphesis-cpp (0.2.4.debian-1) unstable; urgency=low + + * Ported build system to cdbs + * Removed DH_COMPAT in debian/rules, cdbs handles this for us + * Build-Depends on debhelper >> 4.0.0 + * Repackaged including Atlas-C++ 0.4.6 and skstream 0.2.5 for static + linkage + + -- Michael Koch Tue, 30 Mar 2004 16:45:36 +0200 + +cyphesis-cpp (0.2.4-1) unstable; urgency=low + + * New upstream release + * Fixed Build-Depends for future usage + * Updated Standards-Version to 3.6.1 + * Removed patches to include "assert.h" + * Aknowlegde NMUs. Thanks to Christian Perrier and Mark Brown + to fix my bugs. (closes: #213788, #214261, #229324) + + -- Michael Koch Mon, 23 Feb 2004 10:03:29 +0100 + +cyphesis-cpp (0.2.3-1.2) unstable; urgency=low + + * Non-maintainer upload + * Really include french translation. Closes: #214261 + * Correct english typography errors in templates (no space before + question marks). English templates remain quide bad, however (double + questioning) + + -- Christian Perrier Fri, 30 Jan 2004 08:50:48 +0100 + +cyphesis-cpp (0.2.3-1.1) unstable; urgency=low + + * Non-maintainer upload by sponsor. + * pg_config moved out of $PATH so we need to point configure at it + explicitly (closes: #229324). + * Include French translation of the Debconf templates provided by Christian + Perrier (closes: #214261). + * Don't mark database and database server defaults for translation in the + Debconf template (closes: #213788). + + -- Mark Brown Sat, 24 Jan 2004 17:56:08 +0000 + +cyphesis-cpp (0.2.3-1) unstable; urgency=low + + * New upstream release. + * Build-Depends on python2.3-dev. + * Build-Depends on and use po-debconf. + + -- Michael Koch Sun, 14 Sep 2003 16:32:46 +0000 + +cyphesis-cpp (0.2.1-3) unstable; urgency=low + + * Edited debian/README.Debian to work on more systems. + + -- Michael Koch Thu, 26 Jun 2003 07:03:21 +0000 + +cyphesis-cpp (0.2.1-2) unstable; urgency=low + + * Added dependency on adduser (>= 3.34) to be sure to have --shell argument. + * Fixed adduser usage. + * Commented out some debug output to make output of /etc/init.d/cyphesis-cpp + more clear. + * Upgraded Standards-Version to 3.5.10. + * Patched whole sources to compile with g++ 3.3 and varconf 0.6.0. + + -- Michael Koch Mon, 9 Jun 2003 08:53:34 +0000 + +cyphesis-cpp (0.2.1-1) unstable; urgency=low + + * New upstream version (Closes: #164765). + * Updated debian/README.Debian (Closes: #180148). + * Build-Depends on Python 2.2 (instead of 2.1). + + -- Michael Koch Tue, 27 Apr 2003 16:24:00 +0000 + +cyphesis-cpp (0.2.0+0.2.1rc1-4) unstable; urgency=low + + * Fixed bugs (Closes: #176798, #186429). + * Upgraded Standards-Version to 3.5.9. + + -- Michael Koch Tue, 22 Apr 2003 13:30:39 +0000 + +cyphesis-cpp (0.2.0+0.2.1rc1-3) unstable; urgency=low + + * c102 transition. + * Enabled optimisations. + * Updated config.guess und config.sub. + + -- Michael Koch Tue, 14 Jan 2003 06:22:56 +0100 + +cyphesis-cpp (0.2.0+0.2.1rc1-2) unstable; urgency=low + + * Removed an info log entry call. + * Fixed shutdown of cyphesis daemon. + * Fixed debian/copyright. + * Removed all *.conffile files. + * Fixed paths in debian/README.Debian. + * Fixed "noopt" handlin in debian/rules. + * Added --localstatedir=/var/games to ./configure call in debian/rules. + * Exclude cyctrl and cywatchdog as they are deprecated by upstream. + + -- Michael Koch Tue, 17 Dec 2002 17:35:58 +0100 + +cyphesis-cpp (0.2.0+0.2.1rc1-1) unstable; urgency=low + + * New upstream version. + * Bumped Standards-Version to 3.5.8. + + -- Michael Koch Mon, 16 Dec 2002 10:50:49 +0100 + +cyphesis-cpp (0.2-2) unstable; urgency=low + + * Fixed debian/cyphesis-cpp.init. + * Commented out a info log entry. + + -- Michael Koch Tue, 10 Dec 2002 10:11:44 +0100 + +cyphesis-cpp (0.2-1) unstable; urgency=low + + * New upstream release + * Added Build-Conflicts with libsigc++-1.2-dev for now. + * Build-Depend on python2.1-dev instead of python-dev (python2.2-dev) which + depends on gcc-3.2. + + -- Michael Koch Fri, 22 Nov 2002 17:07:01 +0100 + +cyphesis-cpp (0.1.93-7) unstable; urgency=low + + * Fixed spelling in package description (Closes: #167679). + Thanx to Alexander Hvostov + * Cleanup in debian/rules. + + -- Michael Koch Mon, 4 Nov 2002 12:22:08 +0100 + +cyphesis-cpp (0.1.93-6) unstable; urgency=low + + * Fix spelling of World Forge in package descriptions (Closes: #165119). + Thanks to Guillem Jover. + * Support the "noopt" option (but makes no difference currently. -O0 is used + anyways because of a compiler bug in gcc 2.95.4. + * Ditched the "debug" option. + * Cleaned up debian/rules. + + -- Michael Koch Thu, 17 Oct 2002 17:39:31 +0200 + +cyphesis-cpp (0.1.93-5) unstable; urgency=low + + * Build cyphesis-cpp-mason package in build-indep target. + + -- Michael Koch Sun, 13 Oct 2002 18:27:35 +0200 + +cyphesis-cpp (0.1.93-4) unstable; urgency=low + + * Include /etc/cyphesis in cyphesis-cpp. + + -- Michael Koch Sun, 13 Oct 2002 11:58:04 +0200 + +cyphesis-cpp (0.1.93-3) unstable; urgency=low + + * Fixed debian/cyphesis-cpp.config. + * Fixed debian/cyphesis-cpp.postinst. + * Fixed debian/cyphesis-cpp.templates.de. + * Fixed debian/cyphesis-cpp.init. + * Disabled -O2 for faster builing with gcc 2.95 for now. + + -- Michael Koch Thu, 10 Oct 2002 21:32:19 +0200 + +cyphesis-cpp (0.1.93-2) unstable; urgency=low + + * Reworked debconf usage. + * New descriptions. + * Build optimized binaries this time. + + -- Michael Koch Wed, 9 Oct 2002 11:05:48 +0200 + +cyphesis-cpp (0.1.93-1) unstable; urgency=low + + * New upstream release + + -- Michael Koch Mon, 7 Oct 2002 20:16:06 +0200 + +cyphesis-cpp (0.1.91-11) unstable; urgency=low + + * Recompile with latest libs. + * Updated Standards-Version to 3.5.7. + + -- Michael Koch Sun, 22 Sep 2002 14:01:36 +0200 + +cyphesis-cpp (0.1.91-10) unstable; urgency=low + + * recompile against latest libs + + -- Michael Koch Fri, 2 Aug 2002 09:30:06 +0200 + +cyphesis-cpp (0.1.91-9) unstable; urgency=low + + * fixed location of data files + + -- Michael Koch Fri, 26 Jul 2002 11:48:42 +0200 + +cyphesis-cpp (0.1.91-8) unstable; urgency=low + + * dont do debconf questions when config file doesnt exist + + -- Michael Koch Tue, 23 Jul 2002 23:59:03 +0200 + +cyphesis-cpp (0.1.91-7) unstable; urgency=low + + * recompile with new libskstream3 + + -- Michael Koch Mon, 22 Jul 2002 19:03:41 +0200 + +cyphesis-cpp (0.1.91-6) unstable; urgency=low + + * identify itself in syslog as "cyphesis" + * include acorn ruleset in cyphesis-cpp-mason + * recompile against Atlas-C++ 0.4.5 + * recompile against varcon-0.5.3 + + -- Michael Koch Sat, 20 Jul 2002 21:06:45 +0200 + +cyphesis-cpp (0.1.91-5) unstable; urgency=low + + * Removed postgresql check from configure + * Dont Build-Depend on postgresql anymore + * Rewrote cyphesis-cpp.config + * Rewrote cyphesis-cpp.postinst + * Added cyphesis-cpp.templates.de + * Added README.Debian + * moved /etc/cyphesis/*.xml data files to /usr/share/cyphesis/ + + -- Michael Koch Wed, 10 Jul 2002 15:12:40 +0200 + +cyphesis-cpp (0.1.91-4) unstable; urgency=low + + * Build-Depends on postgresql for pg_config + + -- Michael Koch Sun, 7 Jul 2002 12:27:53 +0200 + +cyphesis-cpp (0.1.91-3) unstable; urgency=low + + * init script reworked + * removed some output messages + + -- Michael Koch Wed, 26 Jun 2002 10:50:12 +0200 + +cyphesis-cpp (0.1.91-2) unstable; urgency=low + + * recompile with fixed varconf + + -- Michael Koch Wed, 26 Jun 2002 09:27:05 +0200 + +cyphesis-cpp (0.1.91-1) unstable; urgency=low + + * New upstream release + + -- Michael Koch Mon, 24 Jun 2002 21:34:21 +0200 + +cyphesis-cpp (0.1.90-1) unstable; urgency=low + + * Initial Release. + + -- Michael Koch Mon, 24 Jun 2002 10:54:33 +0200 + --- cyphesis-cpp-0.5.16.orig/debian/README.Debian +++ cyphesis-cpp-0.5.16/debian/README.Debian @@ -0,0 +1,36 @@ +cyphesis-cpp +============ + +This is the Cyphesis-C++ game server from Worldforge project. + + +Database +-------- + +To create a database for local usage with cyphesis-cpp do the following steps: + +1) As root: Do "su - postgres" + +2) As postgres: Do "createuser cyphesis" + + Answer 'n' (no) to both questions. + +3) As postgres: Do "createdb -O cyphesis cyphesis" + +4) As root: Do "/etc/init.d/cyphesis-cpp stop" + +5) As root: Do "su cyphesis" + +6) As cyphesis: Do the following actions: + + $ cyloadrules basic /etc/cyphesis/basic.xml + $ cyloadrules basic /etc/cyphesis/acorn.xml + $ cyloadrules mason /etc/cyphesis/mason.xml + + $ cyclient + +7) As root: Do "/etc/init.d/cyphesis-cpp start" + + +Thats all for initializing the server for the first time. +Now you can connect to it with the appropriate client and play Mason. --- cyphesis-cpp-0.5.16.orig/debian/cyphesis-cpp.templates +++ cyphesis-cpp-0.5.16/debian/cyphesis-cpp.templates @@ -0,0 +1,48 @@ +Template: cyphesis-cpp/postgresql/note +Type: note +_Description: Configuration note + In order to use cyphesis-cpp you must have access to a postgresql server. + The server does not have to be installed on the same host as cyphesis-cpp + but it has to be reachable over a network and you have to have access to it. + . + For further configuration information please read + /usr/share/doc/cyphesis-cpp/README.Debian. + +Template: cyphesis-cpp/postgresql/local_server +Type: boolean +Default: true +_Description: Use a local postgresql server? + Cyphesis-cpp can use a local postgresql server over unix sockets instead + over a network. The database server doesn't need to listen to the network then. + This is recommended for local usage as it's thought to be more secure. + +Template: cyphesis-cpp/postgresql/server +Type: string +Default: localhost +_Description: Database server: + On which host is the postgresql database server located, which will be + used by cyphesis-cpp to store its internal data? + +Template: cyphesis-cpp/postgresql/database +Type: string +Default: cyphesis +_Description: Database name: + What is the database name cyphesis-cpp should use on the database server? + +Template: cyphesis-cpp/postgresql/username +Type: string +Default: cyphesis +_Description: Database user: + Please type in the username for the database server + +Template: cyphesis-cpp/postgresql/password +Type: password +_Description: Password: + Please type in the password to use to access the database server + +Template: cyphesis-cpp/usemetaserver +Type: boolean +_Description: Use a metaserver? + Cyphesis-cpp can use the metaserver of the WorldForge project to announce + itself to the world. Players will detect your server automatically when + starting their client. --- cyphesis-cpp-0.5.16.orig/debian/cyphesis-cpp.init +++ cyphesis-cpp-0.5.16/debian/cyphesis-cpp.init @@ -0,0 +1,71 @@ +#!/bin/sh +# +# start/stop cyphesis-cpp game server +# +### BEGIN INIT INFO +# Provides: cyphesis-cpp +# Required-Start: $syslog +# Required-Stop: $syslog +# Should-Start: postgresql +# Should-Stop: postgresql +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: Game-Server of the WorldForge project +# Description: Game-Server of the WorldForge project +### END INIT INFO + +if ! [ -f /etc/cyphesis/cyphesis.vconf ]; then + exit 0 +fi + +if ! [ -x /usr/bin/cyphesis ]; then + exit 0 +fi + +case "$1" in + start) + echo -n "Starting cyphesis games server:" + start-stop-daemon --start --quiet --chuid cyphesis --exec /usr/bin/cyphesis -- --cyphesis:daemon=true + if test "$?" = "0" ; + then + echo -n " cyphesis" + else + echo -n " failed" + fi + echo "." + ;; + stop) + echo -n "Stopping cyphesis games server:" + kill -SIGTERM `ps ax | grep "/usr/bin/cyphesis" | grep -v 'grep ' | awk '{print $1}'` + + if test "$?" != "0" ; then + echo -n " failed" + else + echo -n " cyphesis" + fi + echo "." + ;; + reload) + $0 restart + ;; + force-reload) + $0 restart + ;; + restart) + echo -n "Restarting cyphesis games server:" + echo -n " cyphesis" + $0 stop + $0 start + echo "." + ;; + status) + /usr/bin/cycmd localhost stat + ;; + *) + echo "Usage: /etc/init.d/cyphesis-cpp {start|stop|reload|force-reload|restart|status}" + exit 1 + ;; +esac + +exit 0 + --- cyphesis-cpp-0.5.16.orig/debian/watch +++ cyphesis-cpp-0.5.16/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://heanet.dl.sourceforge.net/sourceforge/worldforge/cyphesis-([\d\.]*)\.tar\.gz debian uupdate --- cyphesis-cpp-0.5.16.orig/debian/docs +++ cyphesis-cpp-0.5.16/debian/docs @@ -0,0 +1,5 @@ +NEWS +README +TODO +THANKS +AUTHORS --- cyphesis-cpp-0.5.16.orig/debian/cyphesis-cpp-clients.links +++ cyphesis-cpp-0.5.16/debian/cyphesis-cpp-clients.links @@ -0,0 +1 @@ +usr/share/man/man1/cyphesis-tools.1.gz usr/share/man/man1/cyconfig.1.gz --- cyphesis-cpp-0.5.16.orig/debian/cyphesis-cpp.config +++ cyphesis-cpp-0.5.16/debian/cyphesis-cpp.config @@ -0,0 +1,60 @@ +#!/bin/sh + +set -e + +CONFFILE="/etc/cyphesis/cyphesis.vconf" + +# source debconf library +. /usr/share/debconf/confmodule + +# set default values +DB_HOST="localhost" +DB_NAME="cyphesis" +DB_USER="cyphesis" +DB_PWD="" +USE_META="false" + +# retrieve values from configfile (if present) +if test -f $CONFFILE ; then + DB_HOST=`grep "^dbserver" $CONFFILE | sed -e 's/^dbserver.*\"\(.*\)\"/\1/'` + DB_NAME=`grep "^dbname" $CONFFILE | sed -e 's/^dbname.*\"\(.*\)\"/\1/'` + DB_USER=`grep "^dbuser" $CONFFILE | sed -e 's/^dbuser.*\"\(.*\)\"/\1/'` + DB_PWD=`grep "^dbpasswd" $CONFFILE | sed -e 's/^dbpasswd.*\"\(.*\)\"/\1/'` + USE_META=`grep "^usemetaserver" $CONFFILE | sed -e 's/^usemetaserver.*\"\(.*\)\"/\1/'` +fi + +# set actual values +db_set cyphesis-cpp/postgresql/server $DB_HOST +db_set cyphesis-cpp/postgresql/database $DB_NAME +db_set cyphesis-cpp/postgresql/username $DB_USER +db_set cyphesis-cpp/postgresql/password $DB_PWD +db_set cyphesis-cpp/usemetaserver $USE_META + +# questions about database connection +db_input high cyphesis-cpp/postgresql/note || true +db_go + +db_input medium cyphesis-cpp/postgresql/local_server || true +db_go + +db_get cyphesis-cpp/postgresql/local_server + +if [ "x$RET" != xtrue ] ; +then + + db_input medium cyphesis-cpp/postgresql/server || true + db_go + + db_input medium cyphesis-cpp/postgresql/database || true + db_go + + db_input medium cyphesis-cpp/postgresql/username || true + db_go + + db_input medium cyphesis-cpp/postgresql/password || true + db_go + + db_input medium cyphesis-cpp/usemetaserver || true + db_go + +fi --- cyphesis-cpp-0.5.16.orig/debian/cyphesis-cpp.postinst +++ cyphesis-cpp-0.5.16/debian/cyphesis-cpp.postinst @@ -0,0 +1,70 @@ +#!/bin/sh + +set -e + +# source debconf library +. /usr/share/debconf/confmodule + +CONFFILE=/etc/cyphesis/cyphesis.vconf + +if [ "$1" = configure ] ; +then + + # check if user cyphesis already exists + getent passwd cyphesis >/dev/null 2>&1 || + { + # adding user cyphesis as system user + adduser --system --no-create-home --home /usr/share/cyphesis --shell /bin/bash --gecos "Cyphesis C++ Administrator" --disabled-password cyphesis + } + + if [ ! -f $CONFFILE ] ; + then + cp /usr/share/cyphesis/cyphesis.vconf $CONFFILE + fi + + # get the return values + db_get cyphesis-cpp/postgresql/local_server + LOCAL=$RET + + db_get cyphesis-cpp/postgresql/server + DB_HOST=$RET + + db_get cyphesis-cpp/postgresql/database + DB_NAME=$RET + + db_get cyphesis-cpp/postgresql/username + DB_USER=$RET + + db_get cyphesis-cpp/postgresql/password + DB_PWD=$RET + + db_get cyphesis-cpp/usemetaserver + USE_META=$RET + + # set values in conffile + sed -e "s/^.*dbserver *=.*/dbserver=\"$DB_HOST\"/" \ + -e "s/^.*dbname *=.*/dbname=\"$DB_NAME\"/" \ + -e "s/^.*dbuser *=.*/dbuser=\"$DB_USER\"/" \ + -e "s/^.*dbpasswd *=.*/dbpasswd=\"$DB_PWD\"/" \ + -e "s/^.*usemetaserver *=.*/usemetaserver=\"$USE_META\"/" \ + < $CONFFILE \ + > $CONFFILE.tmp + mv $CONFFILE.tmp $CONFFILE + + # comment out dbserver if unix sockets should be used + if [ "x$LOCAL" = xtrue ] ; + then + sed -e "s/^dbserver/#dbserver/" \ + < $CONFFILE \ + > $CONFFILE.tmp + mv $CONFFILE.tmp $CONFFILE + fi + +fi + +db_stop + +#DEBHELPER# + +exit 0 + --- cyphesis-cpp-0.5.16.orig/debian/cyphesis-cpp-mason.install +++ cyphesis-cpp-0.5.16/debian/cyphesis-cpp-mason.install @@ -0,0 +1,4 @@ +usr/share/cyphesis/rulesets/acorn/* +usr/share/cyphesis/rulesets/mason/* +etc/cyphesis/mason.d/basic.xml +etc/cyphesis/mason.d/mason.xml --- cyphesis-cpp-0.5.16.orig/debian/copyright +++ cyphesis-cpp-0.5.16/debian/copyright @@ -0,0 +1,25 @@ +This package was debianized by Michael Koch on +Sun, 21 Apr 2002 18:38:35 +0200. + +It was downloaded from ftp://ftp.worldforge.org/pub/worldforge/servers/cyphesis/ + +Upstream Author: Al Riddoch + +Copyright 2002, 2003, 2004, 2005 Al Riddoch + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General Public License, +version 2, can be found in `/usr/share/common-licenses/GPL-2'. --- cyphesis-cpp-0.5.16.orig/debian/po/de.po +++ cyphesis-cpp-0.5.16/debian/po/de.po @@ -0,0 +1,144 @@ +# translation of de.po to German +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# Michael Koch , 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: de\n" +"Report-Msgid-Bugs-To: konqueror@gmx.de\n" +"POT-Creation-Date: 2006-07-23 17:05+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Michael Koch \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-15\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: note +#. Description +#: ../cyphesis-cpp.templates:1001 +msgid "Configuration note" +msgstr "Konfigurationsnotiz" + +#. Type: note +#. Description +#: ../cyphesis-cpp.templates:1001 +msgid "" +"In order to use cyphesis-cpp you must have access to a postgresql server. " +"The server does not have to be installed on the same host as cyphesis-cpp " +"but it has to be reachable over a network and you have to have access to it." +msgstr "" +"Um cyphesis-cpp benutzen zu knnen, mssen Sie Zugriff auf einen PostgreSQL " +"server haben. Dieser Server muss nicht auf dem selben Rechner wie cyphesis-" +"cpp installiert sein, er muss nur ber das Netzwerk erreichbar sein and Sie " +"mssen Zugriffsrechte auf ihm besitzen." + +#. Type: note +#. Description +#: ../cyphesis-cpp.templates:1001 +msgid "" +"For further configuration information please read /usr/share/doc/cyphesis-" +"cpp/README.Debian." +msgstr "" +"Fr weitere Informationen lesen Sie bitte die Datei /usr/share/doc/cyphesis-" +"cpp/README.Debian." + +#. Type: boolean +#. Description +#: ../cyphesis-cpp.templates:2001 +msgid "Use a local postgresql server?" +msgstr "Lokalen postgresql Server benutzen ?" + +#. Type: boolean +#. Description +#: ../cyphesis-cpp.templates:2001 +msgid "" +"Cyphesis-cpp can use a local postgresql server over unix sockets instead " +"over a network. The database server doesn't need to listen to the network " +"then. This is recommended for local usage as it's thought to be more secure." +msgstr "" +"Cyphesis-cpp kann auf einen lokalen postgresql Server ber UNIX Sockets " +"zugreifen. Der Datenbankserver brauch nicht am Netzwerk zu hren. Dies ist " +"fr lokale Benutzung empfohlen, weil es als sicherer angesehen wird." + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:3001 +msgid "Database server:" +msgstr "Datenbankserver:" + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:3001 +msgid "" +"On which host is the postgresql database server located, which will be used " +"by cyphesis-cpp to store its internal data?" +msgstr "" +"Auf welchem Rechner luft der Postgresql Datenbankserver, der von cyphesis-" +"cpp benutzt werden soll um die Spieldaten zu speichern ?" + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:4001 +msgid "Database name:" +msgstr "Datenbankname:" + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:4001 +msgid "" +"What is the database name cyphesis-cpp should use on the database server?" +msgstr "Wie lautet der Name der Datenbank fr cyphesis-cpp auf dem Server ?" + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:5001 +msgid "Database user:" +msgstr "Datenbankbenutzer:" + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:5001 +msgid "Please type in the username for the database server" +msgstr "Der Name des Benutzers fr den Datenbankzugriff" + +#. Type: password +#. Description +#: ../cyphesis-cpp.templates:6001 +msgid "Password:" +msgstr "Passwort:" + +#. Type: password +#. Description +#: ../cyphesis-cpp.templates:6001 +msgid "Please type in the password to use to access the database server" +msgstr "Passwort des Benutzers fr den Datenbankzugriff" + +#. Type: boolean +#. Description +#: ../cyphesis-cpp.templates:7001 +msgid "Use a metaserver?" +msgstr "Metaserver benutzen ?" + +#. Type: boolean +#. Description +#: ../cyphesis-cpp.templates:7001 +msgid "" +"Cyphesis-cpp can use the metaserver of the WorldForge project to announce " +"itself to the world. Players will detect your server automatically when " +"starting their client." +msgstr "" +"Cyphesis-cpp kann sich beim Metaserver des Worldforge-Projektes anmelden, um " +"sich der Welt bekannt zu machen. Spieler werden dann Ihren Server " +"automatisch entdecken, wenn sie ihren Client starten." --- cyphesis-cpp-0.5.16.orig/debian/po/cs.po +++ cyphesis-cpp-0.5.16/debian/po/cs.po @@ -0,0 +1,130 @@ +# Czech translation of cyphesis templates +# +msgid "" +msgstr "" +"Project-Id-Version: cyphesis-cpp\n" +"Report-Msgid-Bugs-To: konqueror@gmx.de\n" +"POT-Creation-Date: 2006-07-23 17:05+0000\n" +"PO-Revision-Date: 2005-10-01 21:14+0200\n" +"Last-Translator: Martin Sin \n" +"Language-Team: Czech \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: note +#. Description +#: ../cyphesis-cpp.templates:1001 +msgid "Configuration note" +msgstr "Konfigurační poznámka" + +#. Type: note +#. Description +#: ../cyphesis-cpp.templates:1001 +msgid "" +"In order to use cyphesis-cpp you must have access to a postgresql server. " +"The server does not have to be installed on the same host as cyphesis-cpp " +"but it has to be reachable over a network and you have to have access to it." +msgstr "" +"Pro používání cyphesis-cpp musíte mít přístup k serveru postgresql. Server " +"nemusí být nainstalován na stejném počítači jako cyphesis-cpp, ale musí být " +"dostupný přes síť a je třeba na něj mít přístup." + +#. Type: note +#. Description +#: ../cyphesis-cpp.templates:1001 +msgid "" +"For further configuration information please read /usr/share/doc/cyphesis-" +"cpp/README.Debian." +msgstr "" +"Pro další konfigurační informace si prosím přečtěte /usr/share/doc/cyphesis-" +"cpp/README.Debian." + +#. Type: boolean +#. Description +#: ../cyphesis-cpp.templates:2001 +msgid "Use a local postgresql server?" +msgstr "Použít místní server postgresql?" + +#. Type: boolean +#. Description +#: ../cyphesis-cpp.templates:2001 +msgid "" +"Cyphesis-cpp can use a local postgresql server over unix sockets instead " +"over a network. The database server doesn't need to listen to the network " +"then. This is recommended for local usage as it's thought to be more secure." +msgstr "" +"Cyphesis-cpp může využít ke spojení s místním serverem postgresql místo sítě " +"unixové sockety. Databázový server pak nemusí poslouchat na síti, což je pro " +"místní použití doporučená možnost, protože je považována za bezpečnější." + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:3001 +msgid "Database server:" +msgstr "Databázový server:" + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:3001 +msgid "" +"On which host is the postgresql database server located, which will be used " +"by cyphesis-cpp to store its internal data?" +msgstr "" +"Na kterém počítači je umístěn databázový server postgresql, který bude " +"použit pro uložení vnitřních dat programu cyphesis-cpp?" + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:4001 +msgid "Database name:" +msgstr "Jméno databáze:" + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:4001 +msgid "" +"What is the database name cyphesis-cpp should use on the database server?" +msgstr "Jaké jméno databáze má cyphesis-cpp použít na databázovém serveru?" + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:5001 +msgid "Database user:" +msgstr "Uživatel databáze:" + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:5001 +msgid "Please type in the username for the database server" +msgstr "Zadejte prosím uživatelské jméno pro databázový server" + +#. Type: password +#. Description +#: ../cyphesis-cpp.templates:6001 +msgid "Password:" +msgstr "Heslo:" + +#. Type: password +#. Description +#: ../cyphesis-cpp.templates:6001 +msgid "Please type in the password to use to access the database server" +msgstr "Zadejte prosím heslo pro přístup k databázovému serveru" + +#. Type: boolean +#. Description +#: ../cyphesis-cpp.templates:7001 +msgid "Use a metaserver?" +msgstr "Použít metaserver?" + +#. Type: boolean +#. Description +#: ../cyphesis-cpp.templates:7001 +msgid "" +"Cyphesis-cpp can use the metaserver of the WorldForge project to announce " +"itself to the world. Players will detect your server automatically when " +"starting their client." +msgstr "" +"Cyphesis-cpp může pro oznamování do světa použít metaserver z projektu " +"Worldforge. Hráči pak naleznou váš server automaticky hned při spuštění " +"svých klientů." --- cyphesis-cpp-0.5.16.orig/debian/po/pt.po +++ cyphesis-cpp-0.5.16/debian/po/pt.po @@ -0,0 +1,137 @@ +# translation of cyphesis-cpp debconf to Portuguese +# Copyright (C) 2007 Américo Monteiro +# This file is distributed under the same license as the cyphesis-cpp package. +# +# Américo Monteiro , 2007. +msgid "" +msgstr "" +"Project-Id-Version: cyphesis-cpp 0.5.13-1\n" +"Report-Msgid-Bugs-To: konqueror@gmx.de\n" +"POT-Creation-Date: 2006-07-23 17:05+0000\n" +"PO-Revision-Date: 2007-08-09 01:21+0100\n" +"Last-Translator: Américo Monteiro \n" +"Language-Team: Portuguese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#. Type: note +#. Description +#: ../cyphesis-cpp.templates:1001 +msgid "Configuration note" +msgstr "Nota de configuração" + +#. Type: note +#. Description +#: ../cyphesis-cpp.templates:1001 +msgid "" +"In order to use cyphesis-cpp you must have access to a postgresql server. " +"The server does not have to be installed on the same host as cyphesis-cpp " +"but it has to be reachable over a network and you have to have access to it." +msgstr "" +"Para poder utilizar o cyphesis-cpp você precisa ter acesso a um servidor " +"postgresql. O servidor não precisa estar instalado na mesma máquina que " +"o cyphesis-cpp mas precisa ser alcançável por uma rede e você precisa ter " +"acesso a ele." + +#. Type: note +#. Description +#: ../cyphesis-cpp.templates:1001 +msgid "" +"For further configuration information please read /usr/share/doc/cyphesis-" +"cpp/README.Debian." +msgstr "" +"Para mais informação sobre configuração, por favor leia /usr/share/doc/" +"cyphesis-cpp/README.Debian." + +#. Type: boolean +#. Description +#: ../cyphesis-cpp.templates:2001 +msgid "Use a local postgresql server?" +msgstr "Usar um servidor postgresql local?" + +#. Type: boolean +#. Description +#: ../cyphesis-cpp.templates:2001 +msgid "" +"Cyphesis-cpp can use a local postgresql server over unix sockets instead " +"over a network. The database server doesn't need to listen to the network " +"then. This is recommended for local usage as it's thought to be more secure." +msgstr "" +"O cyphesis-cpp pode usar um servidor postgresql local sobre sockets unix em " +"vez de uma rede. Então o servidor de base de dados não precisa de escutar a " +"rede. Isto é recomendado para utilização local porque entende-se ser mais " +"seguro." + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:3001 +msgid "Database server:" +msgstr "Servidor da base de dados:" + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:3001 +msgid "" +"On which host is the postgresql database server located, which will be used " +"by cyphesis-cpp to store its internal data?" +msgstr "" +"Em que máquina está o servidor de base de dados postgresql localizado, o qual " +"irá ser usado pelo cyphesis-cpp para guardar os seus dados internos?" + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:4001 +msgid "Database name:" +msgstr "Nome da base de dados:" + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:4001 +msgid "What is the database name cyphesis-cpp should use on the database server?" +msgstr "Qual é o nome da base de dados que o cyphesis-cpp deverá usar no servidor " +"de base de dados?" + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:5001 +msgid "Database user:" +msgstr "Utilizador da base de dados:" + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:5001 +msgid "Please type in the username for the database server" +msgstr "Por favor escreva o nome de utilizador do servidor da base de dados." + +#. Type: password +#. Description +#: ../cyphesis-cpp.templates:6001 +msgid "Password:" +msgstr "Password:" + +#. Type: password +#. Description +#: ../cyphesis-cpp.templates:6001 +msgid "Please type in the password to use to access the database server" +msgstr "Por favor escreva a password a usar ao aceder ao servidor da base de dados." + +#. Type: boolean +#. Description +#: ../cyphesis-cpp.templates:7001 +msgid "Use a metaserver?" +msgstr "Usar um 'metaserver'?" + +#. Type: boolean +#. Description +#: ../cyphesis-cpp.templates:7001 +msgid "" +"Cyphesis-cpp can use the metaserver of the WorldForge project to announce " +"itself to the world. Players will detect your server automatically when " +"starting their client." +msgstr "" +"O cyphesis-cpp pode usar o 'metaserver' do projecto WorldForge para se anunciar " +"ao mundo. Os jogadores irão detectar o seu servidor automaticamente quando " +"arrancarem os clientes deles." + --- cyphesis-cpp-0.5.16.orig/debian/po/vi.po +++ cyphesis-cpp-0.5.16/debian/po/vi.po @@ -0,0 +1,144 @@ +# Vietnamese translation for cyphesis-cpp. +# Copyright © 2005 Free Software Foundation, Inc. +# Clytie Siddall , 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: cyphesis-cpp 0.3.5-2\n" +"Report-Msgid-Bugs-To: konqueror@gmx.de\n" +"POT-Creation-Date: 2006-07-23 17:05+0000\n" +"PO-Revision-Date: 2005-06-13 20:36+0930\n" +"Last-Translator: Clytie Siddall \n" +"Language-Team: Vietnamese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0\n" + +#. Type: note +#. Description +#: ../cyphesis-cpp.templates:1001 +msgid "Configuration note" +msgstr "Chú thích cấu hình" + +#. Type: note +#. Description +#: ../cyphesis-cpp.templates:1001 +#, fuzzy +msgid "" +"In order to use cyphesis-cpp you must have access to a postgresql server. " +"The server does not have to be installed on the same host as cyphesis-cpp " +"but it has to be reachable over a network and you have to have access to it." +msgstr "" +"Để sử dụng trình cyphesis-cpp, bạn cần phải có thể truy cập một trình phục " +"vụ PostgreSQL. Trình phục vụ này không cần phải được cài đặt trong cùng một " +"máy với trình cyphesis-cpp, nhưng mà phải có thể tới nó qua mạng, và bạn " +"phải có khả năng truy cập nó." + +#. Type: note +#. Description +#: ../cyphesis-cpp.templates:1001 +#, fuzzy +msgid "" +"For further configuration information please read /usr/share/doc/cyphesis-" +"cpp/README.Debian." +msgstr "" +"Để tìm thông tin cấu hình thêm, hãy đọc tập tin «/usr/share/doc/cyphesis-cpp/" +"README.Debian»." + +#. Type: boolean +#. Description +#: ../cyphesis-cpp.templates:2001 +#, fuzzy +msgid "Use a local postgresql server?" +msgstr "Dùng trình phục vụ PostgreSQL địa phương không?" + +#. Type: boolean +#. Description +#: ../cyphesis-cpp.templates:2001 +#, fuzzy +msgid "" +"Cyphesis-cpp can use a local postgresql server over unix sockets instead " +"over a network. The database server doesn't need to listen to the network " +"then. This is recommended for local usage as it's thought to be more secure." +msgstr "" +"Trình cyphesis-cpp có thể dùng một trình phục vụ PostgreSQL địa phương qua ổ " +"cắm Unix thay vào qua mạng. Như thế thì trình phục vụ cơ sở dữ liệu không " +"cần lắng nghe mạng. Khuyên tùy chọn để sử dụng một cách địa phương vì nó " +"được suy tính là bảo mật hơn." + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:3001 +msgid "Database server:" +msgstr "Trình phục vụ cơ sở dữ liệu:" + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:3001 +msgid "" +"On which host is the postgresql database server located, which will be used " +"by cyphesis-cpp to store its internal data?" +msgstr "" +"Trình cyphesis-cpp sẽ cất giữ các dữ liệu nội bộ của nó dùng một trình phục " +"vụ cơ sở dữ liệu PostgreSQL trên máy nào?" + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:4001 +msgid "Database name:" +msgstr "Tên cơ sở dữ liệu:" + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:4001 +msgid "" +"What is the database name cyphesis-cpp should use on the database server?" +msgstr "" +"Trong trình phục vụ cơ sở dữ liệu, trình cyphesis-cpp nên dùng cơ sở dữ liệu " +"tên nào?" + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:5001 +msgid "Database user:" +msgstr "Người dùng cơ sở dữ liệu:" + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:5001 +#, fuzzy +msgid "Please type in the username for the database server" +msgstr "Hãy gõ tên người dùng cho trình phục vụ cơ sở dữ liệu." + +#. Type: password +#. Description +#: ../cyphesis-cpp.templates:6001 +msgid "Password:" +msgstr "Mật khẩu:" + +#. Type: password +#. Description +#: ../cyphesis-cpp.templates:6001 +msgid "Please type in the password to use to access the database server" +msgstr "Hãy gõ mật khẩu được dùng để truy cập trình phục vụ cơ sở dữ liệu." + +#. Type: boolean +#. Description +#: ../cyphesis-cpp.templates:7001 +#, fuzzy +msgid "Use a metaserver?" +msgstr "Sử dụng trình phục vụ trình phục vụ không?" + +#. Type: boolean +#. Description +#: ../cyphesis-cpp.templates:7001 +#, fuzzy +msgid "" +"Cyphesis-cpp can use the metaserver of the WorldForge project to announce " +"itself to the world. Players will detect your server automatically when " +"starting their client." +msgstr "" +"Trình cyphesis-cpp có thể dùng trình phục vụ trình phục vụ của dự án " +"Worldforge để thông báo nó cho thế giới. Như thế thì, các người chơi sẽ tự " +"động phát hiện trình phục vụ bạn, khi khởi chạy trình khách của họ." --- cyphesis-cpp-0.5.16.orig/debian/po/templates.pot +++ cyphesis-cpp-0.5.16/debian/po/templates.pot @@ -0,0 +1,121 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: konqueror@gmx.de\n" +"POT-Creation-Date: 2006-07-23 17:05+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: note +#. Description +#: ../cyphesis-cpp.templates:1001 +msgid "Configuration note" +msgstr "" + +#. Type: note +#. Description +#: ../cyphesis-cpp.templates:1001 +msgid "" +"In order to use cyphesis-cpp you must have access to a postgresql server. " +"The server does not have to be installed on the same host as cyphesis-cpp " +"but it has to be reachable over a network and you have to have access to it." +msgstr "" + +#. Type: note +#. Description +#: ../cyphesis-cpp.templates:1001 +msgid "" +"For further configuration information please read /usr/share/doc/cyphesis-" +"cpp/README.Debian." +msgstr "" + +#. Type: boolean +#. Description +#: ../cyphesis-cpp.templates:2001 +msgid "Use a local postgresql server?" +msgstr "" + +#. Type: boolean +#. Description +#: ../cyphesis-cpp.templates:2001 +msgid "" +"Cyphesis-cpp can use a local postgresql server over unix sockets instead " +"over a network. The database server doesn't need to listen to the network " +"then. This is recommended for local usage as it's thought to be more secure." +msgstr "" + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:3001 +msgid "Database server:" +msgstr "" + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:3001 +msgid "" +"On which host is the postgresql database server located, which will be used " +"by cyphesis-cpp to store its internal data?" +msgstr "" + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:4001 +msgid "Database name:" +msgstr "" + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:4001 +msgid "" +"What is the database name cyphesis-cpp should use on the database server?" +msgstr "" + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:5001 +msgid "Database user:" +msgstr "" + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:5001 +msgid "Please type in the username for the database server" +msgstr "" + +#. Type: password +#. Description +#: ../cyphesis-cpp.templates:6001 +msgid "Password:" +msgstr "" + +#. Type: password +#. Description +#: ../cyphesis-cpp.templates:6001 +msgid "Please type in the password to use to access the database server" +msgstr "" + +#. Type: boolean +#. Description +#: ../cyphesis-cpp.templates:7001 +msgid "Use a metaserver?" +msgstr "" + +#. Type: boolean +#. Description +#: ../cyphesis-cpp.templates:7001 +msgid "" +"Cyphesis-cpp can use the metaserver of the WorldForge project to announce " +"itself to the world. Players will detect your server automatically when " +"starting their client." +msgstr "" --- cyphesis-cpp-0.5.16.orig/debian/po/fr.po +++ cyphesis-cpp-0.5.16/debian/po/fr.po @@ -0,0 +1,153 @@ +# translation of fr.po to French +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# Christian Perrier , 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: fr\n" +"Report-Msgid-Bugs-To: konqueror@gmx.de\n" +"POT-Creation-Date: 2006-07-23 17:05+0000\n" +"PO-Revision-Date: 2005-10-01 19:30+0200\n" +"Last-Translator: Christian Perrier \n" +"Language-Team: French \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-15\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.10.2\n" + +#. Type: note +#. Description +#: ../cyphesis-cpp.templates:1001 +msgid "Configuration note" +msgstr "Note de configuration" + +#. Type: note +#. Description +#: ../cyphesis-cpp.templates:1001 +msgid "" +"In order to use cyphesis-cpp you must have access to a postgresql server. " +"The server does not have to be installed on the same host as cyphesis-cpp " +"but it has to be reachable over a network and you have to have access to it." +msgstr "" +"Pour pouvoir utiliser cyphesis-cpp, vous devez pouvoir accder un serveur " +"PostgreSQL. Le serveur ne doit pas ncessairement fonctionner sur le mme " +"hte que cyphesis-cpp, mais doit pouvoir tre accessible via le rseau. Vous " +"devez tre autoris y accder." + +#. Type: note +#. Description +#: ../cyphesis-cpp.templates:1001 +msgid "" +"For further configuration information please read /usr/share/doc/cyphesis-" +"cpp/README.Debian." +msgstr "" +"Veuillez consulter le fichier /usr/share/doc/cyphesis-cpp/README.Debian pour " +"obtenir plus d'informations propos de la configuration." + +#. Type: boolean +#. Description +#: ../cyphesis-cpp.templates:2001 +msgid "Use a local postgresql server?" +msgstr "Faut-il utiliser un serveur PostgreSQL local?" + +#. Type: boolean +#. Description +#: ../cyphesis-cpp.templates:2001 +msgid "" +"Cyphesis-cpp can use a local postgresql server over unix sockets instead " +"over a network. The database server doesn't need to listen to the network " +"then. This is recommended for local usage as it's thought to be more secure." +msgstr "" +"Cyphesis-cpp peut utiliser un serveur PostgreSQL local par l'intermdiaire " +"de sockets Unix plutt que via le rseau. Le serveur de bases de donnes ne " +"doit alors pas ncessairement tre l'coute sur le rseau. Ce mode de " +"fonctionnement est recommand pour une utilisation locale car il est reconnu " +"comme plus sr." + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:3001 +msgid "Database server:" +msgstr "Serveur de bases de donnes:" + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:3001 +msgid "" +"On which host is the postgresql database server located, which will be used " +"by cyphesis-cpp to store its internal data?" +msgstr "" +"Veuillez indiquer l'hte du serveur de bases de donnes PostgreSQL o seront " +"conserves les donnes internes de cyphesis-cpp." + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:4001 +msgid "Database name:" +msgstr "Nom de la base de donnes:" + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:4001 +msgid "" +"What is the database name cyphesis-cpp should use on the database server?" +msgstr "" +"Veuillez indiquer le nom de la base de donnes o cyphesis-cpp conservera " +"ses informations." + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:5001 +msgid "Database user:" +msgstr "Propritaire de la base de donnes:" + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:5001 +msgid "Please type in the username for the database server" +msgstr "" +"Veuillez indiquer le nom du propritaire de la base de donnes de cyphesis-" +"cpp." + +#. Type: password +#. Description +#: ../cyphesis-cpp.templates:6001 +msgid "Password:" +msgstr "Mot de passe du propritaire de la base de donnes:" + +#. Type: password +#. Description +#: ../cyphesis-cpp.templates:6001 +msgid "Please type in the password to use to access the database server" +msgstr "" +"Veuillez indiquez le mot de passe de l'utilisateur propritaire de le base " +"de donnes." + +#. Type: boolean +#. Description +#: ../cyphesis-cpp.templates:7001 +msgid "Use a metaserver?" +msgstr "Faut-il utiliser un meta-serveur?" + +#. Type: boolean +#. Description +#: ../cyphesis-cpp.templates:7001 +msgid "" +"Cyphesis-cpp can use the metaserver of the WorldForge project to announce " +"itself to the world. Players will detect your server automatically when " +"starting their client." +msgstr "" +"Cyphesis-cpp peut utiliser le meta-serveur du projet Worldforge pour " +"s'annoncer publiquement. Les joueurs dtecteront automatiquement votre " +"serveur lors du dmarrage de leur client." --- cyphesis-cpp-0.5.16.orig/debian/po/es.po +++ cyphesis-cpp-0.5.16/debian/po/es.po @@ -0,0 +1,169 @@ +# cyphesis-cpp po-debconf translation to Spanish +# Copyright (C) 2005 Software in the Public Interest +# This file is distributed under the same license as the cyphesis-cpp package. +# +# Changes: +# - Initial translation +# César Gómez Martín +# +# Traductores, si no conoce el formato PO, merece la pena leer la +# documentación de gettext, especialmente las secciones dedicadas a este +# formato, por ejemplo ejecutando: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# Equipo de traducción al español, por favor, lean antes de traducir +# los siguientes documentos: +# +# - El proyecto de traducción de Debian al español +# http://www.debian.org/intl/spanish/ +# especialmente las notas de traducción en +# http://www.debian.org/intl/spanish/notas +# +# - La guía de traducción de po's de debconf: +# /usr/share/doc/po-debconf/README-trans +# o http://www.debian.org/intl/l10n/po-debconf/README-trans +# +msgid "" +msgstr "" +"Project-Id-Version: cyphesis-cpp\n" +"Report-Msgid-Bugs-To: konqueror@gmx.de\n" +"POT-Creation-Date: 2006-07-23 17:05+0000\n" +"PO-Revision-Date: 2005-10-13 16:29+0100\n" +"Last-Translator: César Gómez Martín \n" +"Language-Team: Debian l10n spanish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Spanish\n" +"X-Poedit-Country: SPAIN\n" +"X-Poedit-SourceCharset: utf-8\n" + +#. Type: note +#. Description +#: ../cyphesis-cpp.templates:1001 +msgid "Configuration note" +msgstr "Nota sobre la configuración" + +#. Type: note +#. Description +#: ../cyphesis-cpp.templates:1001 +#, fuzzy +msgid "" +"In order to use cyphesis-cpp you must have access to a postgresql server. " +"The server does not have to be installed on the same host as cyphesis-cpp " +"but it has to be reachable over a network and you have to have access to it." +msgstr "" +"Para poder usar cyphesis-cpp debe tener acceso a un servidor postgresql. El " +"servidor no es necesario que esté instalado en la misma máquina que cyphesis-" +"cpp, pero tiene que ser accesible a través de la red y usted tiene que tener " +"acceso a él." + +#. Type: note +#. Description +#: ../cyphesis-cpp.templates:1001 +#, fuzzy +msgid "" +"For further configuration information please read /usr/share/doc/cyphesis-" +"cpp/README.Debian." +msgstr "" +"Por favor, consulte /usr/share/doc/cyphesis-cpp/README.Debian para más " +"información acerca de la configuración." + +#. Type: boolean +#. Description +#: ../cyphesis-cpp.templates:2001 +#, fuzzy +msgid "Use a local postgresql server?" +msgstr "¿Desea utilizar el servidor postgresql local?" + +#. Type: boolean +#. Description +#: ../cyphesis-cpp.templates:2001 +#, fuzzy +msgid "" +"Cyphesis-cpp can use a local postgresql server over unix sockets instead " +"over a network. The database server doesn't need to listen to the network " +"then. This is recommended for local usage as it's thought to be more secure." +msgstr "" +"Cyphesis-cpp puede utilizar un servidor postgresql local sobre sockets unix " +"en lugar de sobre la red. En este caso el servidor no necesitará estar " +"escuchando en la red. Esto es recomendable para un uso local, ya que se " +"piensa que así es más seguro." + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:3001 +msgid "Database server:" +msgstr "Servidor de base de datos:" + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:3001 +msgid "" +"On which host is the postgresql database server located, which will be used " +"by cyphesis-cpp to store its internal data?" +msgstr "" +"¿En qué máquina está ubicado el servidor de base de datos postgresql que se " +"usará para almacenar los datos internos de cyphesis-cpp?" + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:4001 +msgid "Database name:" +msgstr "Nombre de la base de datos:" + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:4001 +msgid "" +"What is the database name cyphesis-cpp should use on the database server?" +msgstr "" +"¿Cuál es el nombre de la base de datos que cyphesis-cpp debe usar en el " +"servidor de base de datos?" + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:5001 +msgid "Database user:" +msgstr "Usuario de la base de datos:" + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:5001 +#, fuzzy +msgid "Please type in the username for the database server" +msgstr "" +"Por favor, introduzca el nombre de usuario para el servidor de base de datos" + +#. Type: password +#. Description +#: ../cyphesis-cpp.templates:6001 +msgid "Password:" +msgstr "Contraseña:" + +#. Type: password +#. Description +#: ../cyphesis-cpp.templates:6001 +msgid "Please type in the password to use to access the database server" +msgstr "" +"Por favor, introduzca la contraseña para acceder al servidor de base de datos" + +#. Type: boolean +#. Description +#: ../cyphesis-cpp.templates:7001 +#, fuzzy +msgid "Use a metaserver?" +msgstr "¿Desea utilizar metaserver?" + +#. Type: boolean +#. Description +#: ../cyphesis-cpp.templates:7001 +#, fuzzy +msgid "" +"Cyphesis-cpp can use the metaserver of the WorldForge project to announce " +"itself to the world. Players will detect your server automatically when " +"starting their client." +msgstr "" +"Cyphesis-cpp puede utilizar el metaserver del proyecto Worldforge para " +"anunciarse al mundo. Los jugadores detectarán su servidor automáticamente " +"cuando arranquen sus clientes." --- cyphesis-cpp-0.5.16.orig/debian/po/nl.po +++ cyphesis-cpp-0.5.16/debian/po/nl.po @@ -0,0 +1,152 @@ +# translation of cyphesis-cpp 0.5.6-1_templates.po to Dutch +# This file is distributed under the same license as the cyphesis-cpp package. +# Please see debian/copyright. +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +# Luk Claes , 2004 +# Kurt De Bree , 2006 +# This is an unofficial translation +# +msgid "" +msgstr "" +"Project-Id-Version: cyphesis-cpp 0.5.6-1\n" +"Report-Msgid-Bugs-To: konqueror@gmx.de\n" +"POT-Creation-Date: 2006-07-23 17:05+0000\n" +"PO-Revision-Date: 2006-06-19 19:35+0100\n" +"Last-Translator: Kurt De Bree \n" +"Language-Team: Debian l10n Dutch \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=iso-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: note +#. Description +#: ../cyphesis-cpp.templates:1001 +msgid "Configuration note" +msgstr "Configuratie-opmerking" + +#. Type: note +#. Description +#: ../cyphesis-cpp.templates:1001 +msgid "" +"In order to use cyphesis-cpp you must have access to a postgresql server. " +"The server does not have to be installed on the same host as cyphesis-cpp " +"but it has to be reachable over a network and you have to have access to it." +msgstr "" +"Om cyphesis-cpp te gebruiken, moet u toegang hebben tot een postgresql-" +"server. Deze server hoeft niet genstalleerd te zijn op dezelfde host als " +"cyphesis-cpp, maar ze moet bereikbaar zijn over het netwerk en u moet er " +"toegang toe hebben." + +#. Type: note +#. Description +#: ../cyphesis-cpp.templates:1001 +msgid "" +"For further configuration information please read /usr/share/doc/cyphesis-" +"cpp/README.Debian." +msgstr "" +"Lees voor verdere configuratie-informatie /usr/share/doc/cyphesis-cpp/README." +"Debian." + +#. Type: boolean +#. Description +#: ../cyphesis-cpp.templates:2001 +msgid "Use a local postgresql server?" +msgstr "Een lokale postgresql-server gebruiken?" + +#. Type: boolean +#. Description +#: ../cyphesis-cpp.templates:2001 +msgid "" +"Cyphesis-cpp can use a local postgresql server over unix sockets instead " +"over a network. The database server doesn't need to listen to the network " +"then. This is recommended for local usage as it's thought to be more secure." +msgstr "" +"Cyphesis-cpp kan een lokale postgresql-server gebruiken over unix-sockets in " +"plaats van over het netwerk. De databankserver moet dan niet naar het " +"netwerk luisteren. Dit wordt aanbevolen voor lokaal gebruik omdat algemeen " +"aangenomen wordt dat dit veiliger is." + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:3001 +msgid "Database server:" +msgstr "Databankserver" + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:3001 +msgid "" +"On which host is the postgresql database server located, which will be used " +"by cyphesis-cpp to store its internal data?" +msgstr "" +"Op welke host bevindt zich de postgresql-databankserver die gebruikt zal " +"worden door cyphesis-cpp om interne gegevens op te slaan?" + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:4001 +msgid "Database name:" +msgstr "Naam van de databank:" + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:4001 +msgid "" +"What is the database name cyphesis-cpp should use on the database server?" +msgstr "" +"Wat is de naam van de databank die cyphesis-cpp moet gebruiken op de " +"databankserver?" + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:5001 +msgid "Database user:" +msgstr "Databankgebruiker:" + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:5001 +msgid "Please type in the username for the database server" +msgstr "Geef de gebruikersnaam voor de databankserver" + +#. Type: password +#. Description +#: ../cyphesis-cpp.templates:6001 +msgid "Password:" +msgstr "Wachtwoord:" + +#. Type: password +#. Description +#: ../cyphesis-cpp.templates:6001 +msgid "Please type in the password to use to access the database server" +msgstr "Geef het wachtwoord om toegang te krijgen tot de databankserver." + +#. Type: boolean +#. Description +#: ../cyphesis-cpp.templates:7001 +msgid "Use a metaserver?" +msgstr "Een metaserver gebruiken?" + +#. Type: boolean +#. Description +#: ../cyphesis-cpp.templates:7001 +msgid "" +"Cyphesis-cpp can use the metaserver of the WorldForge project to announce " +"itself to the world. Players will detect your server automatically when " +"starting their client." +msgstr "" +"Cyphesis-cpp kan de metaserver van het Worldforge-project gebruiken om zich " +"bekend te maken op het netwerk. Spelers zullen uw server automatisch " +"detecteren wanneer ze hun client starten." --- cyphesis-cpp-0.5.16.orig/debian/po/ja.po +++ cyphesis-cpp-0.5.16/debian/po/ja.po @@ -0,0 +1,144 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +# +msgid "" +msgstr "" +"Project-Id-Version: cyphesis-cpp 0.3.5-1\n" +"Report-Msgid-Bugs-To: konqueror@gmx.de\n" +"POT-Creation-Date: 2006-07-23 17:05+0000\n" +"PO-Revision-Date: 2006-11-18 10:26+0900\n" +"Last-Translator: Hideki Yamane (Debian-JP) \n" +"Language-Team: Japanese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: note +#. Description +#: ../cyphesis-cpp.templates:1001 +msgid "Configuration note" +msgstr "設定の際の注意点について" + +#. Type: note +#. Description +#: ../cyphesis-cpp.templates:1001 +msgid "" +"In order to use cyphesis-cpp you must have access to a postgresql server. " +"The server does not have to be installed on the same host as cyphesis-cpp " +"but it has to be reachable over a network and you have to have access to it." +msgstr "" +"cyphesis-cpp を使うには postgresql サーバにアクセスする必要があります。サーバ" +"は cyphesis-cpp と同じホストにインストールする必要はありませんが、接続可能な" +"ネットワークに存在していてアクセスが可能である必要があります。" + +#. Type: note +#. Description +#: ../cyphesis-cpp.templates:1001 +msgid "" +"For further configuration information please read /usr/share/doc/cyphesis-" +"cpp/README.Debian." +msgstr "" +"設定の詳細な情報については /usr/share/doc/cyphesis-cpp/README.Debian を参照し" +"てください。" + +#. Type: boolean +#. Description +#: ../cyphesis-cpp.templates:2001 +msgid "Use a local postgresql server?" +msgstr "ローカルの postgresql サーバを利用しますか?" + +#. Type: boolean +#. Description +#: ../cyphesis-cpp.templates:2001 +msgid "" +"Cyphesis-cpp can use a local postgresql server over unix sockets instead " +"over a network. The database server doesn't need to listen to the network " +"then. This is recommended for local usage as it's thought to be more secure." +msgstr "" +"cyphesis-cpp は、ネットワーク経由ではなく unix ソケットを使ってローカルの " +"postgresql サーバを使うことができます。その場合、データベースサーバはネット" +"ワークに対して listen する必要はありません。よりセキュアなので、これがローカル" +"での利用にはお勧めです。" + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:3001 +msgid "Database server:" +msgstr "データベースサーバ:" + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:3001 +msgid "" +"On which host is the postgresql database server located, which will be used " +"by cyphesis-cpp to store its internal data?" +msgstr "" +"どのホストに cyphesis-cpp が内部データを保存するのに使う postgresql データ" +"ベースサーバが置かれていますか?" + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:4001 +msgid "Database name:" +msgstr "データベース名:" + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:4001 +msgid "" +"What is the database name cyphesis-cpp should use on the database server?" +msgstr "データベースサーバで cyphesis-cpp が使うデータベース名は何ですか?" + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:5001 +msgid "Database user:" +msgstr "データベースユーザ:" + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:5001 +msgid "Please type in the username for the database server" +msgstr "データベースサーバのユーザ名を入力してください。" + +#. Type: password +#. Description +#: ../cyphesis-cpp.templates:6001 +msgid "Password:" +msgstr "パスワード:" + +#. Type: password +#. Description +#: ../cyphesis-cpp.templates:6001 +msgid "Please type in the password to use to access the database server" +msgstr "" +"データベースサーバにアクセスする際に利用するパスワードを入力してください。" + +#. Type: boolean +#. Description +#: ../cyphesis-cpp.templates:7001 +msgid "Use a metaserver?" +msgstr "metaserver を使いますか?" + +#. Type: boolean +#. Description +#: ../cyphesis-cpp.templates:7001 +msgid "" +"Cyphesis-cpp can use the metaserver of the WorldForge project to announce " +"itself to the world. Players will detect your server automatically when " +"starting their client." +msgstr "" +"cyphesis-cpp は、自身を世界へアナウンスするために Worldforge プロジェクトの " +"metaserver を使えます。プレイヤーは、クライアント起動時に自動的に貴方のサーバ" +"を認識するようになります。" --- cyphesis-cpp-0.5.16.orig/debian/po/sv.po +++ cyphesis-cpp-0.5.16/debian/po/sv.po @@ -0,0 +1,134 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: cyphesis-cpp 0.5.0-1\n" +"Report-Msgid-Bugs-To: konqueror@gmx.de\n" +"POT-Creation-Date: 2006-07-23 17:05+0000\n" +"PO-Revision-Date: 2005-11-27 23:05+0100\n" +"Last-Translator: Daniel Nylander \n" +"Language-Team: Swedish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=iso-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: note +#. Description +#: ../cyphesis-cpp.templates:1001 +msgid "Configuration note" +msgstr "Konfigurationsnotering" + +#. Type: note +#. Description +#: ../cyphesis-cpp.templates:1001 +msgid "" +"In order to use cyphesis-cpp you must have access to a postgresql server. " +"The server does not have to be installed on the same host as cyphesis-cpp " +"but it has to be reachable over a network and you have to have access to it." +msgstr "" +"Fr att anvnda cyphesis-cpp mste du ha tillgng till en PostgreSQL-server. " +"Servern mste inte vara installerad p samma vrd som cyphesis-cpp men den " +"mste vara nbar ver ett ntverk och du mste ha tillgng till den." + +#. Type: note +#. Description +#: ../cyphesis-cpp.templates:1001 +msgid "" +"For further configuration information please read /usr/share/doc/cyphesis-" +"cpp/README.Debian." +msgstr "" +"Fr mer information om konfigurationen, vnligen ls /usr/share/doc/cyphesis-" +"cpp/README.Debian." + +#. Type: boolean +#. Description +#: ../cyphesis-cpp.templates:2001 +msgid "Use a local postgresql server?" +msgstr "Anvnda en lokal PostgreSQL-server?" + +#. Type: boolean +#. Description +#: ../cyphesis-cpp.templates:2001 +msgid "" +"Cyphesis-cpp can use a local postgresql server over unix sockets instead " +"over a network. The database server doesn't need to listen to the network " +"then. This is recommended for local usage as it's thought to be more secure." +msgstr "" +"Cyphesis-cpp kan anvnda en lokal PostgreSQL-server fr Unix-sockets " +"istllet fr ver ett ntverk. Databasservern behver d inte lyssna p " +"ntverket. Det r rekommenderat fr lokal anvndning eftersom det r tnkt " +"att vara skrare." + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:3001 +msgid "Database server:" +msgstr "Databasserver:" + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:3001 +msgid "" +"On which host is the postgresql database server located, which will be used " +"by cyphesis-cpp to store its internal data?" +msgstr "" +"P vilken vrd r PostgreSQL-databasen placerad som kommer att anvndas av " +"cyphesis-cpp fr att lagra sin interna data?" + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:4001 +msgid "Database name:" +msgstr "Databasnamn:" + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:4001 +msgid "" +"What is the database name cyphesis-cpp should use on the database server?" +msgstr "Vad r databasnamnet som cyphesis-cpp ska anvnda p databasservern?" + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:5001 +msgid "Database user:" +msgstr "Databasanvndare:" + +#. Type: string +#. Description +#: ../cyphesis-cpp.templates:5001 +msgid "Please type in the username for the database server" +msgstr "Ange anvndarnamnet fr databasservern" + +#. Type: password +#. Description +#: ../cyphesis-cpp.templates:6001 +msgid "Password:" +msgstr "Lsenord:" + +#. Type: password +#. Description +#: ../cyphesis-cpp.templates:6001 +msgid "Please type in the password to use to access the database server" +msgstr "Ange lsenordet att anvndas fr tillgng till databasservern" + +#. Type: boolean +#. Description +#: ../cyphesis-cpp.templates:7001 +msgid "Use a metaserver?" +msgstr "Anvnda en metaserver?" + +#. Type: boolean +#. Description +#: ../cyphesis-cpp.templates:7001 +msgid "" +"Cyphesis-cpp can use the metaserver of the WorldForge project to announce " +"itself to the world. Players will detect your server automatically when " +"starting their client." +msgstr "" +"Cyphesis-cpp kan anvnda metaservern fr WorldForge-projektet fr att " +"informera om sig sjlv fr vrlden. Spelare kommer att hitta din server " +"automatiskt nr de startar sin klient." --- cyphesis-cpp-0.5.16.orig/debian/po/POTFILES.in +++ cyphesis-cpp-0.5.16/debian/po/POTFILES.in @@ -0,0 +1 @@ +[type: gettext/rfc822deb] cyphesis-cpp.templates --- cyphesis-cpp-0.5.16.orig/debian/cdbs/autotools-files.mk +++ cyphesis-cpp-0.5.16/debian/cdbs/autotools-files.mk @@ -0,0 +1,73 @@ +# -*- mode: makefile; coding: utf-8 -*- +# Copyright © 2002,2003 Colin Walters +# Description: A class to automatically update GNU autotools files +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2, or (at +# your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA +# 02111-1307 USA. + + +ifndef _cdbs_bootstrap +_cdbs_scripts_path ?= /usr/lib/cdbs +_cdbs_rules_path ?= /usr/share/cdbs/1/rules +_cdbs_class_path ?= /usr/share/cdbs/1/class +endif + +ifndef _cdbs_class_autotools_files +_cdbs_class_autotools_files := 1 + +include $(CURDIR)/debian/cdbs/autotools-vars.mk$(_cdbs_makefile_suffix) + +common-configure-arch common-configure-indep:: debian/stamp-autotools-files +debian/stamp-autotools-files: + if test "$(DEB_AUTO_UPDATE_LIBTOOL)" = "pre" ; then \ + cd $(DEB_SRCDIR) && libtoolize -c -f ; \ + fi + if test -n "$(DEB_AUTO_UPDATE_AUTOMAKE)" ; then \ + if test -d $(DEB_SRCDIR)/m4 ; then m4="-I m4" ; fi ; \ + if test -e $(DEB_SRCDIR)/aclocal.m4 ; then cd $(DEB_SRCDIR) && aclocal-$(DEB_AUTO_UPDATE_AUTOMAKE) $(m4) ; fi ; \ + fi + if test -n "$(DEB_AUTO_UPDATE_AUTOCONF)" ; then \ + if test "$(DEB_AUTO_UPDATE_AUTOCONF)" = "2.50" ; then ac_suffix="" ; else ac_suffix="$(DEB_AUTO_UPDATE_AUTOCONF)" ; fi ; \ + if test -e $(DEB_SRCDIR)/configure.ac || test -e $(DEB_SRCDIR)/configure.in ; then cd $(DEB_SRCDIR) && autoconf$(ac_suffix) ; fi \ + fi + if test -n "$(DEB_AUTO_UPDATE_AUTOMAKE)" ; then \ + if test -e $(DEB_SRCDIR)/Makefile.am ; then cd $(DEB_SRCDIR) && automake-$(DEB_AUTO_UPDATE_AUTOMAKE) ; fi ; \ + fi + if [ -r "$(DEB_AC_AUX_DIR)/config.sub" -a ! -f "$(DEB_AC_AUX_DIR)/config.sub.cdbs-orig" -a -r /usr/share/misc/config.sub ] && ! cmp -s "$(DEB_AC_AUX_DIR)/config.sub" /usr/share/misc/config.sub; then \ + mv "$(DEB_AC_AUX_DIR)/config.sub" "$(DEB_AC_AUX_DIR)/config.sub.cdbs-orig"; \ + cp -f /usr/share/misc/config.sub "$(DEB_AC_AUX_DIR)/config.sub"; \ + fi + if [ -r "$(DEB_AC_AUX_DIR)/config.guess" -a ! -f "$(DEB_AC_AUX_DIR)/config.guess.cdbs-orig" -a -r /usr/share/misc/config.guess ] && ! cmp -s "$(DEB_AC_AUX_DIR)/config.guess" /usr/share/misc/config.guess; then \ + mv "$(DEB_AC_AUX_DIR)/config.guess" "$(DEB_AC_AUX_DIR)/config.guess.cdbs-orig"; \ + cp -f /usr/share/misc/config.guess "$(DEB_AC_AUX_DIR)/config.guess"; \ + fi + if test "$(DEB_AUTO_UPDATE_LIBTOOL)" = "post" ; then \ + if test -e $(DEB_SRCDIR)/libtool ; then cp -f /usr/bin/libtool $(DEB_SRCDIR)/libtool ; fi ; \ + fi + touch debian/stamp-autotools-files + +clean:: + if [ -r "$(DEB_AC_AUX_DIR)/config.sub.cdbs-orig" ]; then \ + mv "$(DEB_AC_AUX_DIR)/config.sub.cdbs-orig" "$(DEB_AC_AUX_DIR)/config.sub"; \ + fi + if [ -r "$(DEB_AC_AUX_DIR)/config.guess.cdbs-orig" ]; then \ + mv "$(DEB_AC_AUX_DIR)/config.guess.cdbs-orig" "$(DEB_AC_AUX_DIR)/config.guess"; \ + fi + if [ -f "$(DEB_BUILDDIR)/config.log" ] && grep -i 'generated.*by.*autoconf' "$(DEB_BUILDDIR)/config.log" 1>/dev/null; then \ + rm -f "$(DEB_BUILDDIR)/config.log"; \ + fi + rm -f debian/stamp-autotools-files + +endif --- cyphesis-cpp-0.5.16.orig/debian/cdbs/autotools.mk +++ cyphesis-cpp-0.5.16/debian/cdbs/autotools.mk @@ -0,0 +1,46 @@ +# -*- mode: makefile; coding: utf-8 -*- +# Copyright © 2002,2003 Colin Walters +# Description: A class to configure and build GNU autoconf+automake packages +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2, or (at +# your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA +# 02111-1307 USA. + + +ifndef _cdbs_bootstrap +_cdbs_scripts_path ?= /usr/lib/cdbs +_cdbs_rules_path ?= /usr/share/cdbs/1/rules +_cdbs_class_path ?= /usr/share/cdbs/1/class +endif + +ifndef _cdbs_class_autotools +_cdbs_class_autotools := 1 + +include $(CURDIR)/debian/cdbs/autotools-files.mk$(_cdbs_makefile_suffix) + +# Overriden from makefile-vars.mk. We pass CFLAGS and friends to ./configure, so +# no need to pass them to make. +DEB_MAKE_INVOKE = $(DEB_MAKE_ENVVARS) make -C $(DEB_BUILDDIR) + +common-configure-arch common-configure-indep:: common-configure-impl +common-configure-impl:: $(DEB_BUILDDIR)/config.status +$(DEB_BUILDDIR)/config.status: + chmod a+x $(DEB_CONFIGURE_SCRIPT) + $(DEB_CONFIGURE_INVOKE) $(cdbs_configure_flags) $(DEB_CONFIGURE_EXTRA_FLAGS) $(DEB_CONFIGURE_USER_FLAGS) + +clean:: + if test -f $(DEB_BUILDDIR)/config.status && grep -i -q 'Generated.*by configure.' $(DEB_BUILDDIR)/config.status; then rm -f $(DEB_BUILDDIR)/config.status; fi + if test -f $(DEB_BUILDDIR)/config.cache && grep -i -q 'shell.*script.*caches.*results.*configure' $(DEB_BUILDDIR)/config.cache; then rm -f $(DEB_BUILDDIR)/config.cache; fi + +endif --- cyphesis-cpp-0.5.16.orig/debian/cdbs/autotools-vars.mk +++ cyphesis-cpp-0.5.16/debian/cdbs/autotools-vars.mk @@ -0,0 +1,69 @@ +# -*- mode: makefile; coding: utf-8 -*- +# Copyright © 2002,2003 Colin Walters +# Description: Common variables for GNU autoconf+automake packages +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2, or (at +# your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA +# 02111-1307 USA. + + +ifndef _cdbs_bootstrap +_cdbs_scripts_path ?= /usr/lib/cdbs +_cdbs_rules_path ?= /usr/share/cdbs/1/rules +_cdbs_class_path ?= /usr/share/cdbs/1/class +endif + +ifndef _cdbs_class_autotools_vars +_cdbs_class_autotools_vars := 1 + +include $(_cdbs_class_path)/makefile.mk$(_cdbs_makefile_suffix) + +DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(DEB_DESTDIR) +DEB_MAKE_CLEAN_TARGET = distclean +#DEB_MAKE_CHECK_TARGET = check + +DEB_AC_AUX_DIR = $(DEB_SRCDIR) + +DEB_CONFIGURE_SCRIPT = $(CURDIR)/$(DEB_SRCDIR)/configure +DEB_CONFIGURE_SCRIPT_ENV = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" $(DEB_CONFIGURE_EXTRA_ENV) +DEB_CONFIGURE_NORMAL_ARGS = --build=$(DEB_BUILD_GNU_TYPE) --prefix=$(DEB_CONFIGURE_PREFIX) --includedir=$(DEB_CONFIGURE_INCLUDEDIR) --mandir=$(DEB_CONFIGURE_MANDIR) --infodir=$(DEB_CONFIGURE_INFODIR) --sysconfdir=$(DEB_CONFIGURE_SYSCONFDIR) --localstatedir=$(DEB_CONFIGURE_LOCALSTATEDIR) --libexecdir=$(DEB_CONFIGURE_LIBEXECDIR) + +# Provide --host only if different from --build, as recommended in +# autotools-dev README.Debian: When provided (even if equal) autotools +# 2.52+ switches to cross-compiling mode. + +ifneq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE)) +DEB_CONFIGURE_NORMAL_ARGS += --host=$(DEB_HOST_GNU_TYPE) +endif + +### TODO: Fix the above to also handle 2.13 which needs other tweaks +### (read autotools-dev README.Debian!). For now we conflict with +### autoconf2.13! + +# This magic is required because otherwise configure wants to analyse +# $0 to see whether a VPATH build is needed. This tells it with +# absolute certainly that this is NOT a VPATH build. +DEB_CONFIGURE_NORMAL_ARGS += $(if $(subst $(DEB_SRCDIR),,$(DEB_BUILDDIR)),,--srcdir=.) + +DEB_CONFIGURE_INVOKE = if test "$(DEB_BUILDDIR_$(cdbs_curpkg))"; then cd "$(DEB_BUILDDIR_$(cdbs_curpkg))"; else cd "$(DEB_BUILDDIR)"; fi && $(DEB_CONFIGURE_SCRIPT_ENV) $(DEB_CONFIGURE_SCRIPT) $(DEB_CONFIGURE_NORMAL_ARGS) --disable-maintainer-mode +DEB_CONFIGURE_PREFIX =/usr +DEB_CONFIGURE_INCLUDEDIR = "\$${prefix}/include" +DEB_CONFIGURE_MANDIR ="\$${prefix}/share/man" +DEB_CONFIGURE_INFODIR ="\$${prefix}/share/info" +DEB_CONFIGURE_SYSCONFDIR =/etc +DEB_CONFIGURE_LOCALSTATEDIR =/var +DEB_CONFIGURE_LIBEXECDIR ="\$${prefix}/lib/$(DEB_SOURCE_PACKAGE)" +DEB_CONFIGURE_EXTRA_FLAGS = + +endif --- cyphesis-cpp-0.5.16.orig/debian/patches/cyphesis-cpp-python2.5.patch +++ cyphesis-cpp-0.5.16/debian/patches/cyphesis-cpp-python2.5.patch @@ -0,0 +1,12 @@ +diff -Nur cyphesis-cpp-0.5.15/client/Py_CreatorClient.cpp cyphesis-cpp-0.5.15.new/client/Py_CreatorClient.cpp +--- cyphesis-cpp-0.5.15/client/Py_CreatorClient.cpp 2007-12-03 03:42:00.000000000 +0100 ++++ cyphesis-cpp-0.5.15.new/client/Py_CreatorClient.cpp 2008-03-04 22:30:32.000000000 +0100 +@@ -178,7 +178,7 @@ + //delete self->m_mind; + //} + Py_XDECREF(self->CreatorClient_attr); +- PyMem_DEL(self); ++ PyObject_Del(self); + } + + static PyObject * CreatorClient_getattr(PyCreatorClient *self, char *name) --- cyphesis-cpp-0.5.16.orig/debian/patches/cyphesis-cpp-gcc43.patch +++ cyphesis-cpp-0.5.16/debian/patches/cyphesis-cpp-gcc43.patch @@ -0,0 +1,51 @@ +--- common/globals.h.orig ++++ common/globals.h +@@ -20,6 +20,7 @@ + #ifndef COMMON_GLOBALS_H + #define COMMON_GLOBALS_H + ++#include + #include + + namespace varconf { +--- common/id.h.orig ++++ common/id.h +@@ -20,6 +20,7 @@ + #ifndef COMMON_ID_H + #define COMMON_ID_H + ++#include + #include + + long newId(std::string & id); +--- rulesets/Container.h.orig ++++ rulesets/Container.h +@@ -22,6 +22,7 @@ + + #include + ++#include + #include + #include + #include +--- tools/cyconvertrules.cpp.orig ++++ tools/cyconvertrules.cpp +@@ -32,7 +32,7 @@ + #include + #include + +-#include ++#include + #include + #include + +--- modules/DateTime.h.orig ++++ modules/DateTime.h +@@ -20,6 +20,7 @@ + #ifndef COMMON_DATE_TIME_H + #define COMMON_DATE_TIME_H + ++#include + #include + #include +