[pkg-ggz-commits] r46 - ggz-server/trunk/debian

Peter Eisentraut petere at costa.debian.org
Thu Aug 17 22:40:41 UTC 2006


Author: petere
Date: 2006-08-17 22:40:41 +0000 (Thu, 17 Aug 2006)
New Revision: 46

Modified:
   ggz-server/trunk/debian/changelog
   ggz-server/trunk/debian/control
Log:
* Improved dependency information

Modified: ggz-server/trunk/debian/changelog
===================================================================
--- ggz-server/trunk/debian/changelog	2006-08-17 22:40:39 UTC (rev 45)
+++ ggz-server/trunk/debian/changelog	2006-08-17 22:40:41 UTC (rev 46)
@@ -5,11 +5,12 @@
   * Updated standards version
   * Changed build system to CDBS
   * Updated to Debhelper level 5
+  * Improved dependency information
 
   [ Josef Spillner ]
   * Header packages go to libdevel, not devel
 
- -- Peter Eisentraut <petere at debian.org>  Sun, 23 Jul 2006 11:52:37 +0200
+ -- Peter Eisentraut <petere at debian.org>  Fri, 18 Aug 2006 00:15:20 +0200
 
 ggz-server (0.0.13-1) unstable; urgency=low
 

Modified: ggz-server/trunk/debian/control
===================================================================
--- ggz-server/trunk/debian/control	2006-08-17 22:40:39 UTC (rev 45)
+++ ggz-server/trunk/debian/control	2006-08-17 22:40:41 UTC (rev 46)
@@ -4,12 +4,12 @@
 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), libggz-dev (>= 0.0.12), libexpat1-dev (>> 1.95.6), libdb4.3-dev | libdb4.2-dev
+Build-Depends: cdbs, debhelper (>= 5), libggz-dev (>= 0.0.13), libexpat1-dev (>= 1.95.6), libdb4.3-dev | libdb4.2-dev
 
 Package: ggzd
 Architecture: any
 Depends: ${shlibs:Depends}
-Suggests: ggz-game-servers (= ${Source-Version}), ggz-python (= ${Source-Version})
+Suggests: ggz-game-servers
 Description: GGZ Gaming Zone: main server
  The GGZ server (ggzd) is the central part of the server-side infrastructure
  of the GGZ Gaming Zone. It provides player account management,
@@ -28,7 +28,7 @@
 Package: ggz-game-servers
 Architecture: any
 Depends: ${shlibs:Depends}
-Recommends: ggzd (= ${Source-Version})
+Recommends: ggzd
 Description: GGZ Gaming Zone: game servers collection
  A number of games can be played online via GGZ. This package provides
  all the backend game servers currently available from the GGZ project,
@@ -76,7 +76,7 @@
 Package: libggzdmod-dev
 Architecture: any
 Section: libdevel
-Depends: libggzdmod4 (= ${Source-Version}), libggz-dev (>> 0.0.12)
+Depends: libggzdmod4 (= ${source:Version}), libggz-dev (>= ${source:Upstream-Version})
 Description: GGZ Gaming Zone: game backend library - development files
  The ggzdmod library implements the communication between the main
  GGZ server (ggzd) and the game servers. Games use it to receive
@@ -113,7 +113,7 @@
 Package: libggzdmodpp-dev
 Architecture: any
 Section: libdevel
-Depends: libggzdmodpp0 (= ${Source-Version}), libggzdmod-dev (= ${Source-Version}), libggz-dev (>> 0.0.12)
+Depends: libggzdmodpp0 (= ${source:Version}), libggzdmod-dev (= ${source:Version}), libggz-dev (>= ${source:Upstream-Version})
 Description: GGZ Gaming Zone: game backend class library - development files
  The ggzdmod library implements the communication between the main
  GGZ server (ggzd) and the game servers. Games use it to receive




More information about the pkg-ggz-commits mailing list