r2011 - packages/branches/etch/wormux/debian

Cyril Brulebois kibi-guest at alioth.debian.org
Mon Nov 27 14:49:30 CET 2006


Author: kibi-guest
Date: 2006-11-27 14:49:30 +0100 (Mon, 27 Nov 2006)
New Revision: 2011

Modified:
   packages/branches/etch/wormux/debian/changelog
   packages/branches/etch/wormux/debian/compat
   packages/branches/etch/wormux/debian/control
   packages/branches/etch/wormux/debian/control.in
Log:
* Removed libsdl-ttf1.2-dev from the B-D (Closes: #400333).
  [The urgency was set to `high' since it fixes an RC bug but it looks
   like not taken into account since no previous version is in testing.]
* Added myself (Cyril Brulebois) in the Uploaders field.
* Bumped debhelper compatibility from 4 to 5 (no change needed).
* Turned dependencies from `>= ${Source-Version}' and `>= 0.7.4' into
  `>= ${source:Version}'.
 [However, the last one is likely to be reverted.]
 * Added a versioned dependency on dpkg-dev accordingly.


Modified: packages/branches/etch/wormux/debian/changelog
===================================================================
--- packages/branches/etch/wormux/debian/changelog	2006-11-27 13:16:21 UTC (rev 2010)
+++ packages/branches/etch/wormux/debian/changelog	2006-11-27 13:49:30 UTC (rev 2011)
@@ -1,3 +1,16 @@
+wormux (0.7.4-3) unstable; urgency=high
+
+  * Dropped libsdl-ttf1.2-dev from the build dependencies, since it is
+    obsolete and replaced by libsdl-ttf2.0-dev. No need to `or' them any
+    longer (Closes: #400333). Urgency set to `high'.
+  * Added myself in the Uploaders field.
+  * Bumped debhelper compatibility from 4 to 5 (no change needed).
+  * Turned the `>= 0.7.4' dependency into a `>= ${source:Version}' one.
+  * Turned the `${Source-Version}' dependency into a `${source:Version}' one.
+  * Added a versioned build dependency on dpkg-dev accordingly.
+
+ -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>  Sun, 26 Nov 2006 05:09:04 +0100
+
 wormux (0.7.4-2) unstable; urgency=medium
 
   [ Eddy Petrișor ]

Modified: packages/branches/etch/wormux/debian/compat
===================================================================
--- packages/branches/etch/wormux/debian/compat	2006-11-27 13:16:21 UTC (rev 2010)
+++ packages/branches/etch/wormux/debian/compat	2006-11-27 13:49:30 UTC (rev 2011)
@@ -1 +1 @@
-4
+5

Modified: packages/branches/etch/wormux/debian/control
===================================================================
--- packages/branches/etch/wormux/debian/control	2006-11-27 13:16:21 UTC (rev 2010)
+++ packages/branches/etch/wormux/debian/control	2006-11-27 13:49:30 UTC (rev 2011)
@@ -2,13 +2,13 @@
 Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Jean Parpaillon (artefact) <artefact at altern.org>, Eddy Petrișor <eddy.petrisor at gmail.com>
-Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.0), libsdl1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libsdl-net1.2-dev, libsdl-ttf1.2-dev | libsdl-ttf2.0-dev, libsdl-gfx1.2-dev (>= 2.0.13), libxml++2.6-dev, fontconfig, ttf-dejavu, patchutils
+Uploaders: Jean Parpaillon (artefact) <artefact at altern.org>, Eddy Petrișor <eddy.petrisor at gmail.com>, Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>
+Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5.0.0), libsdl1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libsdl-net1.2-dev, libsdl-ttf2.0-dev, libsdl-gfx1.2-dev (>= 2.0.13), libxml++2.6-dev, fontconfig, ttf-dejavu, patchutils, dpkg-dev (>= 1.13.19)
 Standards-Version: 3.7.2
 
 Package: wormux
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, wormux-data (>= 0.7.4)
+Depends: ${shlibs:Depends}, ${misc:Depends}, wormux-data (>= ${source:Version})
 Description: A funny fight game on 2D maps
  Wormux  is  a  free game where funny animals fight on a 2D map with funny
  weapons. Though currently under heavy development, it is already
@@ -26,7 +26,7 @@
 Package: wormux-data
 Architecture: all
 Depends: ttf-dejavu
-Recommends: wormux (>= ${Source-Version})
+Recommends: wormux (>= ${source:Version})
 Description: Data files for the game wormux
  Wormux  is  a  free game where funny animals fight on a 2D map with funny
  weapons. Though currently under heavy development, it is already

Modified: packages/branches/etch/wormux/debian/control.in
===================================================================
--- packages/branches/etch/wormux/debian/control.in	2006-11-27 13:16:21 UTC (rev 2010)
+++ packages/branches/etch/wormux/debian/control.in	2006-11-27 13:49:30 UTC (rev 2011)
@@ -2,8 +2,8 @@
 Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Jean Parpaillon (artefact) <artefact at altern.org>, Eddy Petrişor <eddy.petrisor at gmail.com>
-Build-Depends: @cdbs@, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libsdl-net1.2-dev, libsdl-ttf1.2-dev | libsdl-ttf2.0-dev, libsdl-gfx1.2-dev (>= 2.0.13), libxml++2.6-dev, fontconfig, ttf-dejavu
+Uploaders: Jean Parpaillon (artefact) <artefact at altern.org>, Eddy Petrişor <eddy.petrisor at gmail.com>, Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>
+Build-Depends: @cdbs@, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libsdl-net1.2-dev, libsdl-ttf2.0-dev, libsdl-gfx1.2-dev (>= 2.0.13), libxml++2.6-dev, fontconfig, ttf-dejavu
 Standards-Version: 3.7.2
 
 Package: wormux




More information about the Pkg-games-commits mailing list