r2399 - packages/trunk/wormux/debian

Samuel Hocevar sho at alioth.debian.org
Tue Feb 13 02:04:51 CET 2007


Author: sho
Date: 2007-02-13 02:04:50 +0100 (Tue, 13 Feb 2007)
New Revision: 2399

Modified:
   packages/trunk/wormux/debian/changelog
   packages/trunk/wormux/debian/control
   packages/trunk/wormux/debian/rules
Log:
wormux (0.7.9-3) unstable; urgency=high

  * debian/rules:
    + Split the install rule into -arch and -indep versions to fix an FTBFS
      when only -arch packages are built (Closes: #410406).

  * debian/control:
    + Add myself to the uploaders.
    + Uncapitalised short description and removed leading "a" from it.

 -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Tue, 13 Feb 2007 01:57:06 +0100


Modified: packages/trunk/wormux/debian/changelog
===================================================================
--- packages/trunk/wormux/debian/changelog	2007-02-13 00:18:08 UTC (rev 2398)
+++ packages/trunk/wormux/debian/changelog	2007-02-13 01:04:50 UTC (rev 2399)
@@ -1,3 +1,15 @@
+wormux (0.7.9-3) unstable; urgency=high
+
+  * debian/rules:
+    + Split the install rule into -arch and -indep versions to fix an FTBFS
+      when only -arch packages are built (Closes: #410406).
+
+  * debian/control:
+    + Add myself to the uploaders.
+    + Uncapitalised short description and removed leading "a" from it.
+
+ -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Tue, 13 Feb 2007 01:57:06 +0100
+
 wormux (0.7.9-2) unstable; urgency=high
 
   [ Eddy Petrișor ]

Modified: packages/trunk/wormux/debian/control
===================================================================
--- packages/trunk/wormux/debian/control	2007-02-13 00:18:08 UTC (rev 2398)
+++ packages/trunk/wormux/debian/control	2007-02-13 01:04:50 UTC (rev 2399)
@@ -2,14 +2,14 @@
 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>, Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>
+Uploaders: Jean Parpaillon (artefact) <artefact at altern.org>, Eddy Petrișor <eddy.petrisor at gmail.com>, Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>, Sam Hocevar (Debian packages) <sam+deb at zoy.org>
 Build-Depends: cdbs (>= 0.4.23-1.1), autotools-dev, debhelper (>= 5), 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, libcurl3-dev, fontconfig, ttf-dejavu, dpkg-dev (>= 1.13.19)
 Standards-Version: 3.7.2
 
 Package: wormux
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, wormux-data (>= 0.7.9-1)
-Description: A funny fight game on 2D maps
+Description: 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
  very playable, with lots of weapons (Dynamite, Baseball Bat, Teleportation, 
@@ -28,7 +28,7 @@
 Depends: ttf-dejavu
 Recommends: wormux (>= ${source:Version})
 Conflicts: wormux (<< 0.7.9-1)
-Description: Data files for the game wormux
+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
  very playable, with lots of weapons (Dynamite, Baseball Bat, Teleportation, 

Modified: packages/trunk/wormux/debian/rules
===================================================================
--- packages/trunk/wormux/debian/rules	2007-02-13 00:18:08 UTC (rev 2398)
+++ packages/trunk/wormux/debian/rules	2007-02-13 01:04:50 UTC (rev 2399)
@@ -11,11 +11,13 @@
 DEB_CONFIGURE_EXTRA_FLAGS += --bindir=\$${prefix}/games --with-datadir-name=\$${prefix}/share/games/wormux --with-localedir-name=\$${prefix}/share/locale --with-font-path=$(FONT_PATH)
 DEB_DH_INSTALL_SOURCEDIR = debian/tmp
 
-install/wormux-data::
+install/wormux::
 	mkdir -p debian/tmp/usr/share/pixmaps
 	cp debian/wormux_*.xpm debian/tmp/usr/share/pixmaps
 	mkdir -p debian/tmp/usr/share/applications
 	cp debian/wormux.desktop debian/tmp/usr/share/applications
+
+install/wormux-data::
 	rm -r debian/tmp/usr/share/games/wormux/font
 	rm debian/tmp/usr/share/games/wormux/*.xpm
 	rm debian/tmp/usr/share/games/wormux/*.svg




More information about the Pkg-games-commits mailing list