[pkg-ggz-commits] r101 - ggz-client-libs/trunk/debian ggz-gtk-games/trunk/debian ggz-kde-games/trunk/debian ggz-python/trunk/debian ggz-sdl-games/trunk/debian

Josef Spillner josef-guest at costa.debian.org
Wed Aug 30 11:02:18 UTC 2006


Author: josef-guest
Date: 2006-08-30 11:02:17 +0000 (Wed, 30 Aug 2006)
New Revision: 101

Modified:
   ggz-client-libs/trunk/debian/changelog
   ggz-client-libs/trunk/debian/control
   ggz-gtk-games/trunk/debian/changelog
   ggz-gtk-games/trunk/debian/control
   ggz-kde-games/trunk/debian/changelog
   ggz-kde-games/trunk/debian/control
   ggz-python/trunk/debian/changelog
   ggz-python/trunk/debian/control
   ggz-sdl-games/trunk/debian/changelog
   ggz-sdl-games/trunk/debian/control
Log:
- break up circular dependencies as found by Bill Allombert



Modified: ggz-client-libs/trunk/debian/changelog
===================================================================
--- ggz-client-libs/trunk/debian/changelog	2006-08-25 17:23:26 UTC (rev 100)
+++ ggz-client-libs/trunk/debian/changelog	2006-08-30 11:02:17 UTC (rev 101)
@@ -1,3 +1,10 @@
+ggz-client-libs (0.0.13-3) UNRELEASED; urgency=low
+
+  [ Josef Spillner ]
+  * Move ggzcore-bin dependency from ggzmod to games (closes: #384671).
+
+ -- Josef Spillner <josef at ggzgamingzone.org>  Tue, 29 Aug 2006 22:11:23 +0200
+
 ggz-client-libs (0.0.13-2) unstable; urgency=low
 
   [ Josef Spillner ]

Modified: ggz-client-libs/trunk/debian/control
===================================================================
--- ggz-client-libs/trunk/debian/control	2006-08-25 17:23:26 UTC (rev 100)
+++ ggz-client-libs/trunk/debian/control	2006-08-30 11:02:17 UTC (rev 101)
@@ -9,6 +9,7 @@
 Package: libggzcore7
 Architecture: any
 Depends: ${shlibs:Depends}
+Recommends: ggzcore-bin
 Description: GGZ Gaming Zone: core client frontend library
  The ggzcore library is an event/state-based library that allows programs
  to connect to a GGZ server, handle game rooms, chat and player
@@ -62,7 +63,7 @@
 
 Package: libggzmod4
 Architecture: any
-Depends: ${shlibs:Depends}, ggzcore-bin (= ${source:Version})
+Depends: ${shlibs:Depends}
 Description: GGZ Gaming Zone: game frontend library
  The ggzmod library allows games to communicate with a GGZ core client
  and thereby establishing a connection to the GGZ server and its

Modified: ggz-gtk-games/trunk/debian/changelog
===================================================================
--- ggz-gtk-games/trunk/debian/changelog	2006-08-25 17:23:26 UTC (rev 100)
+++ ggz-gtk-games/trunk/debian/changelog	2006-08-30 11:02:17 UTC (rev 101)
@@ -1,3 +1,11 @@
+ggz-gtk-games (0.0.13-3) UNRELEASED; urgency=low
+
+  [ Josef Spillner ]
+  * Downgrading data->prog dependency to recommends.
+  * Move ggzcore-bin dependency from ggzmod to games (closes: #384671).
+
+ -- Josef Spillner <josef at ggzgamingzone.org>  Tue, 29 Aug 2006 22:00:17 +0200
+
 ggz-gtk-games (0.0.13-2) unstable; urgency=low
 
   * Changed maintainer to mailing list

Modified: ggz-gtk-games/trunk/debian/control
===================================================================
--- ggz-gtk-games/trunk/debian/control	2006-08-25 17:23:26 UTC (rev 100)
+++ ggz-gtk-games/trunk/debian/control	2006-08-30 11:02:17 UTC (rev 101)
@@ -4,11 +4,11 @@
 Maintainer: Debian GGZ Maintainers <pkg-ggz-maintainers at lists.alioth.debian.org>
 Uploaders: Josef Spillner <josef at ggzgamingzone.org>, Peter Eisentraut <petere at debian.org>
 Standards-Version: 3.7.2
-Build-Depends: cdbs, debhelper (>= 5), libggzmod-dev (>= 0.0.13-2), gettext, libgtk2.0-dev
+Build-Depends: cdbs, debhelper (>= 5), libggzmod-dev (>= 0.0.13-2), gettext, libgtk2.0-dev, ggzcore-bin (>= 0.0.13)
 
 Package: ggz-gtk-games
 Architecture: any
-Depends: ${shlibs:Depends}, ggz-gtk-game-data (= ${source:Version})
+Depends: ${shlibs:Depends}, ggz-gtk-games-data (= ${source:Version}), ggzcore-bin (>= 0.0.13)
 Recommends: ggz-gtk-client | ggz-core-client
 Description: GGZ Gaming Zone: game clients collection for GTK+
  GGZ games are games that can be played online against other people while
@@ -36,7 +36,7 @@
 
 Package: ggz-gtk-games-data
 Architecture: all
-Depends: ggz-gtk-games (= ${source:Version})
+Recommends: ggz-gtk-games (= ${source:Version})
 Description: GGZ Gaming Zone: multimedia data for game clients for GTK+
  GGZ games are games that can be played online against other people while
  all having some features in common, like table chat, seats configuration,

Modified: ggz-kde-games/trunk/debian/changelog
===================================================================
--- ggz-kde-games/trunk/debian/changelog	2006-08-25 17:23:26 UTC (rev 100)
+++ ggz-kde-games/trunk/debian/changelog	2006-08-30 11:02:17 UTC (rev 101)
@@ -1,3 +1,11 @@
+ggz-kde-games (0.0.13-3) UNRELEASED; urgency=low
+
+  [ Josef Spillner ]
+  * Downgrading data->prog dependency to recommends (closes: #384746).
+  * Move ggzcore-bin dependency from ggzmod to games (closes: #384671).
+
+ -- Josef Spillner <josef at ggzgamingzone.org>  Tue, 29 Aug 2006 21:59:20 +0200
+
 ggz-kde-games (0.0.13-2) unstable; urgency=low
 
   [ Josef Spillner ]

Modified: ggz-kde-games/trunk/debian/control
===================================================================
--- ggz-kde-games/trunk/debian/control	2006-08-25 17:23:26 UTC (rev 100)
+++ ggz-kde-games/trunk/debian/control	2006-08-30 11:02:17 UTC (rev 101)
@@ -4,11 +4,11 @@
 Maintainer: Debian GGZ Maintainers <pkg-ggz-maintainers at lists.alioth.debian.org>
 Uploaders: Josef Spillner <josef at ggzgamingzone.org>, Peter Eisentraut <petere at debian.org>
 Standards-Version: 3.6.2.1
-Build-Depends: cdbs, debhelper (>= 5), libggzmod-dev (>= 0.0.13-2), kdelibs4-dev, gettext
+Build-Depends: cdbs, debhelper (>= 5), libggzmod-dev (>= 0.0.13-2), kdelibs4-dev, gettext, ggzcore-bin (>= 0.0.13)
 
 Package: ggz-kde-games
 Architecture: any
-Depends: ${shlibs:Depends}, ggz-kde-games-data (= ${source:Version})
+Depends: ${shlibs:Depends}, ggz-kde-games-data (= ${source:Version}), ggzcore-bin (>= 0.0.13)
 Recommends: ggz-kde-client | ggz-core-client
 Description: GGZ Gaming Zone: game clients collection for KDE
  GGZ games are games that can be played online against other people while
@@ -36,7 +36,7 @@
 
 Package: ggz-kde-games-data
 Architecture: all
-Depends: ggz-kde-games (= ${source:Version})
+Recommends: ggz-kde-games (= ${source:Version})
 Description: GGZ Gaming Zone: game clients collection for KDE
  GGZ games are games that can be played online against other people while
  all having some features in common, like table chat, seats configuration,

Modified: ggz-python/trunk/debian/changelog
===================================================================
--- ggz-python/trunk/debian/changelog	2006-08-25 17:23:26 UTC (rev 100)
+++ ggz-python/trunk/debian/changelog	2006-08-30 11:02:17 UTC (rev 101)
@@ -1,3 +1,11 @@
+ggz-python (0.0.13-2) UNRELEASED; urgency=low
+
+  [ Josef Spillner ]
+  * Downgrading data->prog dependency to recommends.
+  * Move ggzcore-bin dependency from ggzmod to games (closes: #384671).
+
+ -- Josef Spillner <josef at ggzgamingzone.org>  Tue, 29 Aug 2006 22:00:52 +0200
+
 ggz-python (0.0.13-1) UNRELEASED; urgency=low
 
   [ Josef Spillner ]
@@ -4,6 +12,7 @@
   * New upstream version (closes: #377811, #380114).
   * More detailed licence breakdown in debian/copyright files.
   * Dropping patch 001-po-error.diff.
+  * Downgrading data->prog dependency to recommends (closes: #384747).
 
   [ Peter Eisentraut ]
   * Renamed ggz-python-game-data to ggz-python-games-data for consistency

Modified: ggz-python/trunk/debian/control
===================================================================
--- ggz-python/trunk/debian/control	2006-08-25 17:23:26 UTC (rev 100)
+++ ggz-python/trunk/debian/control	2006-08-30 11:02:17 UTC (rev 101)
@@ -4,11 +4,11 @@
 Maintainer: Debian GGZ Maintainers <pkg-ggz-maintainers at lists.alioth.debian.org>
 Uploaders: Josef Spillner <josef at ggzgamingzone.org>, Peter Eisentraut <petere at debian.org>
 Standards-Version: 3.7.2
-Build-Depends: cdbs, debhelper (>= 5), libggzmod-dev (>= 0.0.13-2), libggzdmod-dev (>= 0.0.13), python-all-dev, librsvg2-dev, python-pygame
+Build-Depends: cdbs, debhelper (>= 5), libggzmod-dev (>= 0.0.13-2), libggzdmod-dev (>= 0.0.13), python-all-dev, librsvg2-dev, python-pygame, ggzcore-bin (>= 0.0.13)
 
 Package: ggz-python-games
 Architecture: any
-Depends: ${shlibs:Depends}, ggz-python-games-data (= ${source:Version}), python, python-pygame
+Depends: ${shlibs:Depends}, ggz-python-games-data (= ${source:Version}), python, python-pygame, ggzcore-bin (>= 0.0.13)
 Recommends: ggz-core-client, gnugo
 Description: GGZ Gaming Zone: game clients collection for SDL and Python
  GGZ games are games that can be played online against other people while
@@ -36,7 +36,7 @@
 
 Package: ggz-python-games-data
 Architecture: all
-Depends: ggz-python-games (= ${source:Version})
+Recommends: ggz-python-games (= ${source:Version})
 Description: GGZ Gaming Zone: game clients collection for SDL and Python
  GGZ games are games that can be played online against other people while
  all having some features in common, like table chat, seats configuration,

Modified: ggz-sdl-games/trunk/debian/changelog
===================================================================
--- ggz-sdl-games/trunk/debian/changelog	2006-08-25 17:23:26 UTC (rev 100)
+++ ggz-sdl-games/trunk/debian/changelog	2006-08-30 11:02:17 UTC (rev 101)
@@ -1,3 +1,10 @@
+ggz-sdl-games (0.0.13-3) UNRELREASED; urgency=low
+
+  [Josef Spillner]
+  * Move ggzcore-bin dependency from ggzmod to games (closes: #384671).
+
+ -- Josef Spillner <josef at ggzgamingzone.org>  Tue, 29 Aug 2006 22:12:40 +0200
+
 ggz-sdl-games (0.0.13-2) unstable; urgency=low
 
   * Changed maintainer to mailing list

Modified: ggz-sdl-games/trunk/debian/control
===================================================================
--- ggz-sdl-games/trunk/debian/control	2006-08-25 17:23:26 UTC (rev 100)
+++ ggz-sdl-games/trunk/debian/control	2006-08-30 11:02:17 UTC (rev 101)
@@ -4,11 +4,11 @@
 Maintainer: Debian GGZ Maintainers <pkg-ggz-maintainers at lists.alioth.debian.org>
 Uploaders: Josef Spillner <josef at ggzgamingzone.org>, Peter Eisentraut <petere at debian.org>
 Standards-Version: 3.7.2
-Build-Depends: cdbs, debhelper (>= 5), libggzmod-dev (>= 0.0.13-2), gettext, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-ttf2.0-dev, libsdl-mixer1.2-dev
+Build-Depends: cdbs, debhelper (>= 5), libggzmod-dev (>= 0.0.13-2), gettext, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-ttf2.0-dev, libsdl-mixer1.2-dev, ggzcore-bin (>= 0.0.13)
 
 Package: ggz-sdl-games
 Architecture: any
-Depends: ${shlibs:Depends}, ggz-sdl-games-data (= ${source:Version})
+Depends: ${shlibs:Depends}, ggz-sdl-games-data (= ${source:Version}), ggzcore-bin (>= 0.0.13)
 Recommends: ggz-core-client
 Description: GGZ Gaming Zone: game clients collection for SDL
  GGZ games are games that can be played online against other people while
@@ -29,7 +29,7 @@
 
 Package: ggz-sdl-games-data
 Architecture: all
-Depends: ggz-sdl-games (= ${source:Version})
+Recommends: ggz-sdl-games (= ${source:Version})
 Description: GGZ Gaming Zone: game clients collection for SDL
  GGZ games are games that can be played online against other people while
  all having some features in common, like table chat, seats configuration,




More information about the pkg-ggz-commits mailing list