--- ggz-gtk-client-0.0.14.orig/debian/libggz-gtk1.install +++ ggz-gtk-client-0.0.14/debian/libggz-gtk1.install @@ -0,0 +1,2 @@ +debian/tmp/usr/lib/libggz-gtk.so.* +debian/tmp/usr/share/locale --- ggz-gtk-client-0.0.14.orig/debian/control +++ ggz-gtk-client-0.0.14/debian/control @@ -0,0 +1,63 @@ +Source: ggz-gtk-client +Section: games +Priority: optional +Maintainer: Debian GGZ Maintainers +Uploaders: Josef Spillner , Peter Eisentraut +Standards-Version: 3.7.2 +Build-Depends: cdbs, debhelper (>= 5), libggzmod-dev (>= 0.0.14), libgtk2.0-dev +Build-Conflicts: gaim-dev + +Package: ggz-gtk-client +Architecture: any +Depends: ${shlibs:Depends} +Suggests: ggz-gtk-games, ggz-kde-games, ggz-sdl-games, ggz-python-games +Provides: ggz-core-client +Description: GGZ Gaming Zone: advanced core client for GTK+ environments + GGZ core clients enable players to access the GGZ server to chat, meet + other people in the game lobbies, play with them, watch their scores, + and be spectator other people's games. + . + Using ggz-gtk is one of the two recommended clients, specifically + written for GTK+ environments, and supports most features offered by GGZ + such as display of player lag and statistics, automatic reconnect after + disconnection, game frontend selection, login profiles, and more. + . + This package is part of the GGZ Gaming Zone, a multiuser networked + gaming environment. + . + Web site: http://www.ggzgamingzone.org/ + +Package: libggz-gtk1 +Architecture: any +Section: libs +Depends: ${shlibs:Depends} +Description: GGZ Gaming Zone: core client embedding library for GTK+ + GGZ core clients enable players to access the GGZ server to chat, meet + other people in the game lobbies, play with them, watch their scores, + and be spectator other people's games. + . + This package provides an embeddable core client as a run-time library + that can be used by GTK+ games to integrate extended GGZ functionality. + . + This package is part of the GGZ Gaming Zone, a multiuser networked + gaming environment. + . + Web site: http://www.ggzgamingzone.org/ + +Package: libggz-gtk-dev +Architecture: any +Section: libdevel +Depends: libggz-gtk1 (= ${binary:Version}), libggzcore-dev (>= ${source:Upstream-Version}) +Description: GGZ Gaming Zone: core client embedding library for GTK+ - development files + GGZ core clients enable players to access the GGZ server to chat, meet + other people in the game lobbies, play with them, watch their scores, + and be spectator other people's games. + . + This package provides the header files and static libraries for an + embeddable core client that can be used by GTK+ games to integrate + extended GGZ functionality. + . + This package is part of the GGZ Gaming Zone, a multiuser networked + gaming environment. + . + Web site: http://www.ggzgamingzone.org/ --- ggz-gtk-client-0.0.14.orig/debian/ggz-gtk-client.menu +++ ggz-gtk-client-0.0.14/debian/ggz-gtk-client.menu @@ -0,0 +1,4 @@ +?package(ggz-gtk-client):command="/usr/bin/ggz-gtk" \ + needs="X11" \ + section="Games" \ + title="GGZ Gaming Zone Client (GTK+)" --- ggz-gtk-client-0.0.14.orig/debian/patches/ggz-gtk-catalog-name.patch +++ ggz-gtk-client-0.0.14/debian/patches/ggz-gtk-catalog-name.patch @@ -0,0 +1,40 @@ +diff -Nur ggz-gtk-client-0.0.14/po/Makefile.am ggz-gtk-client-0.0.14.new/po/Makefile.am +--- ggz-gtk-client-0.0.14/po/Makefile.am 2007-01-16 19:51:03.000000000 +0100 ++++ ggz-gtk-client-0.0.14.new/po/Makefile.am 2007-07-10 23:10:12.000000000 +0200 +@@ -5,7 +5,7 @@ + + EXTRA_DIST = ggz-gtk.pot de.po es.po pt_BR.po sv.po + +-CATALOG = ggz-gtk ++CATALOG = ggz-gtk1 + POSOURCES = $(top_srcdir)/ggz-gtk/*.c $(top_srcdir)/src/*.c + + include $(top_srcdir)/m4/i18n.mk +diff -Nur ggz-gtk-client-0.0.14/po/Makefile.in ggz-gtk-client-0.0.14.new/po/Makefile.in +--- ggz-gtk-client-0.0.14/po/Makefile.in 2007-01-16 20:08:11.000000000 +0100 ++++ ggz-gtk-client-0.0.14.new/po/Makefile.in 2007-07-10 23:10:29.000000000 +0200 +@@ -215,7 +215,7 @@ + target_alias = @target_alias@ + SUBDIRS = . + EXTRA_DIST = ggz-gtk.pot de.po es.po pt_BR.po sv.po +-CATALOG = ggz-gtk ++CATALOG = ggz-gtk1 + POSOURCES = $(top_srcdir)/ggz-gtk/*.c $(top_srcdir)/src/*.c + builddir = $(top_builddir)/$(subdir) + MOFILES = $(builddir)/*.mo +diff -Nur ggz-gtk-client-0.0.14/src/main.c ggz-gtk-client-0.0.14.new/src/main.c +--- ggz-gtk-client-0.0.14/src/main.c 2007-01-16 19:51:02.000000000 +0100 ++++ ggz-gtk-client-0.0.14.new/src/main.c 2007-07-10 23:09:13.000000000 +0200 +@@ -97,9 +97,9 @@ + #ifdef ENABLE_NLS + /* GTK2 always uses UTF-8 so we tell gettext to output its + * translations in that. */ +- bindtextdomain("ggz-gtk", PACKAGE_LOCALE_DIR); +- bind_textdomain_codeset("ggz-gtk", "UTF-8"); +- textdomain("ggz-gtk"); ++ bindtextdomain("ggz-gtk1", PACKAGE_LOCALE_DIR); ++ bind_textdomain_codeset("ggz-gtk1", "UTF-8"); ++ textdomain("ggz-gtk1"); + setlocale(LC_ALL, ""); + #endif + --- ggz-gtk-client-0.0.14.orig/debian/copyright +++ ggz-gtk-client-0.0.14/debian/copyright @@ -0,0 +1,23 @@ +This is the Debian GNU/Linux prepackaged version of ggz-gtk-client, +the GGZ GTK+ client. + +This software was first packaged for Debian by Stephen Zander + Sat, 31 Aug 2002 10:40:00 -0700 using upstream +sources obtained from http://ggz.sourceforge.net/. + +The current Debian packages are maintained by the pkg-ggz team at +. Upstream sources are +obtained from http://ftp.ggzgamingzone.org/pub/ggz/. + +Copyright: + The GGZ Gaming Zone + Copyright (C) 1999-2006 The GGZ Gaming Zone Development Team + +Contact the upstream authors at + +ggz-gtk-client is licenced under the GNU General Public Licence. See +/usr/share/common-licenses/GPL for details. + +The ggz-gtk core client contains the xtext chat widget from xchat which +is Copyright (C) 1998 Peter Zelezny, licenced under the GNU GPL. +See /usr/share/common-licenses/GPL for details. --- ggz-gtk-client-0.0.14.orig/debian/compat +++ ggz-gtk-client-0.0.14/debian/compat @@ -0,0 +1 @@ +5 --- ggz-gtk-client-0.0.14.orig/debian/libggz-gtk-dev.install +++ ggz-gtk-client-0.0.14/debian/libggz-gtk-dev.install @@ -0,0 +1,5 @@ +debian/tmp/usr/include/ggz-embed.h +debian/tmp/usr/include/ggz-gtk.h +debian/tmp/usr/lib/libggz-gtk.so +debian/tmp/usr/lib/libggz-gtk.a +debian/tmp/usr/lib/libggz-gtk.la --- ggz-gtk-client-0.0.14.orig/debian/rules +++ ggz-gtk-client-0.0.14/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk + +DEB_CONFIGURE_EXTRA_FLAGS = --disable-debug +DEB_DH_MAKESHLIBS_ARGS_ALL = -V +DEB_SHLIBDEPS_INCLUDE = $(DEB_DESTDIR)/usr/lib --- ggz-gtk-client-0.0.14.orig/debian/ggz-gtk-client.docs +++ ggz-gtk-client-0.0.14/debian/ggz-gtk-client.docs @@ -0,0 +1 @@ +README.GGZ --- ggz-gtk-client-0.0.14.orig/debian/watch +++ ggz-gtk-client-0.0.14/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://ftp.ggzgamingzone.org/pub/ggz/([0-9.]+)/ggz-gtk-client-([0-9.]+).tar.gz --- ggz-gtk-client-0.0.14.orig/debian/svn-deblayout +++ ggz-gtk-client-0.0.14/debian/svn-deblayout @@ -0,0 +1 @@ +origDir=../upstream --- ggz-gtk-client-0.0.14.orig/debian/changelog +++ ggz-gtk-client-0.0.14/debian/changelog @@ -0,0 +1,114 @@ +ggz-gtk-client (0.0.14-2) unstable; urgency=low + + * Disabled gaim plugin again, because gaim-dev has been removed + (closes: #432400) + * Moved ggz-gtk.mo to libggz-gtk package and added major soname number + to the catalog name to be able to survive upgrades (closes: #424138) + + -- Peter Eisentraut Mon, 16 Jul 2007 21:42:20 +0200 + +ggz-gtk-client (0.0.14-1) unstable; urgency=low + + [ Josef Spillner ] + * New upstream version. + + [ Peter Eisentraut ] + * Reenabled gaim plugin + * Soname change libggz-gtk0 -> libggz-gtk1 + + -- Peter Eisentraut Sat, 12 May 2007 11:23:32 +0200 + +ggz-gtk-client (0.0.13-3) unstable; urgency=high + + [ Josef Spillner ] + * Section change: libggz-gtk0 is in libs + + [ Peter Eisentraut ] + * Fixed package dependencies for binNMU compatibility + * Disabled gaim plugin for the time being (closes: #392457) + + -- Peter Eisentraut Fri, 20 Oct 2006 23:06:51 +0200 + +ggz-gtk-client (0.0.13-2) unstable; urgency=low + + * Changed maintainer to mailing list + * Updated standards version + * Changed build system to CDBS + * Updated to Debhelper level 5 + * Improved dependency information + * Added watch file + * Improved package description + + -- Peter Eisentraut Mon, 21 Aug 2006 22:56:27 +0200 + +ggz-gtk-client (0.0.13-1) unstable; urgency=low + + * New upstream version. + * More detailed licence breakdown in debian/copyright files. + + -- Josef Spillner Fri, 17 Mar 2006 21:39:00 +0100 + +ggz-gtk-client (0.0.12-1) unstable; urgency=low + + * New upstream version. + + -- Josef Spillner Sun, 25 Sep 2005 18:18:38 +0200 + +ggz-gtk-client (0.0.11+svn20050821-1) unstable; urgency=low + + * New snapshot. + + -- Josef Spillner Sun, 21 Aug 2005 12:34:04 +0200 + +ggz-gtk-client (0.0.11-1) unstable; urgency=low + + * New upstream release. + * Many changes to the packaging to ease maintenance. + * Updated URLs and other reflections on current upstream goals. + + -- Josef Spillner Sat, 20 Aug 2005 16:15:26 +0200 + +ggz-gtk-client (0.0.7-1) unstable; urgency=low + + * New upstream release + * Adjust menu file to use approved menu locations, + Closes: #201137 + + -- Stephen Zander Mon, 01 Dec 2003 00:00:00 +0000 + +ggz-gtk-client (0.0.6-1) unstable; urgency=low + + * New upstream release. + * Now recommend ggz-gtk-games & ggz-kde-games instead of just suggesting + them, + Closes: #163577 + + -- Stephen Zander Tue, 29 Oct 2002 08:58:55 -0800 + +ggz-gtk-client (0.0.5.0-1) unstable; urgency=low + + * Official Debian package. Appended .0 to the version to have this + package be prefered to upstream's unofficial packages, + Closes: #146559 + + -- Stephen Zander Sat, 31 Aug 2002 10:40:00 -0700 + +ggz-gtk-client (0.0.5-2) unstable; urgency=low + + * Maintainance build: have icon in Apps/Net as suggested + + -- Josef Spillner Mon, 6 May 2002 09:26:56 +0200 + +ggz-gtk-client (0.0.5-1) unstable; urgency=low + + * New GGZ release + + -- Josef Spillner Sun, 7 Apr 2002 10:02:00 +0200 + +ggz-gtk-client (0.0.4-1) unstable; urgency=low + + * Initial Release. + + -- Josef Spillner Tue, 29 May 2001 20:14:28 +0200 + + --- ggz-gtk-client-0.0.14.orig/debian/ggz-gtk-client.install +++ ggz-gtk-client-0.0.14/debian/ggz-gtk-client.install @@ -0,0 +1,4 @@ +debian/tmp/usr/bin +debian/tmp/usr/share/applications +debian/tmp/usr/share/ggz +debian/tmp/usr/share/man