r659 - packages/nexuiz/trunk/debian

Bruno Fuddl-guestquot; Fuddl" Kleinert fuddl-guest at costa.debian.org
Fri May 12 16:03:54 UTC 2006


Author: fuddl-guest
Date: 2006-05-12 16:03:53 +0000 (Fri, 12 May 2006)
New Revision: 659

Added:
   packages/nexuiz/trunk/debian/nexuiz_multichannel.desktop
Removed:
   packages/nexuiz/trunk/debian/nexuiz_stereo.desktop
Modified:
   packages/nexuiz/trunk/debian/changelog
   packages/nexuiz/trunk/debian/control
   packages/nexuiz/trunk/debian/nexuiz.desktop
   packages/nexuiz/trunk/debian/nexuiz.menu
   packages/nexuiz/trunk/debian/rules
Log:
added german translation to desktop items
updated standards to 3.7.2
use forced stereo by default in desktop shortcuts
make debian/rules:clean really clean up


Modified: packages/nexuiz/trunk/debian/changelog
===================================================================
--- packages/nexuiz/trunk/debian/changelog	2006-05-10 10:30:08 UTC (rev 658)
+++ packages/nexuiz/trunk/debian/changelog	2006-05-12 16:03:53 UTC (rev 659)
@@ -4,8 +4,10 @@
   * Maintainer names harmonised to "Debian Games Team"
 
   [ Bruno "Fuddl" Kleinert ]
-  * Standards-Version 3.7.0
+  * Standards-Version 3.7.2
   * No unzip build dependency
+  * Forced stereo sound is now default in menu entries
+  * Added german translations to .desktop and .menu
 
  -- Bruno "Fuddl" Kleinert <fuddl at gmx.de>  Sun, 07 May 2006 18:50:50 +0200
 

Modified: packages/nexuiz/trunk/debian/control
===================================================================
--- packages/nexuiz/trunk/debian/control	2006-05-10 10:30:08 UTC (rev 658)
+++ packages/nexuiz/trunk/debian/control	2006-05-12 16:03:53 UTC (rev 659)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 4.0.0), libsdl1.2-dev, sharutils, imagemagick
-Standards-Version: 3.7.0
+Standards-Version: 3.7.2
 
 Package: nexuiz
 Architecture: any

Modified: packages/nexuiz/trunk/debian/nexuiz.desktop
===================================================================
--- packages/nexuiz/trunk/debian/nexuiz.desktop	2006-05-10 10:30:08 UTC (rev 658)
+++ packages/nexuiz/trunk/debian/nexuiz.desktop	2006-05-12 16:03:53 UTC (rev 659)
@@ -1,7 +1,9 @@
 [Desktop Entry]
+Encoding=UTF-8
 Name=Nexuiz
-Comment=A 3d deathmatch game
-Exec=nexuiz --quiet
+Comment[en]=A 3d deathmatch game
+Comment[de]=Ein netzwerkfähiges 3d Schießspiel
+Exec=nexuiz --quiet -sndstereo
 Icon=nexuiz64x64.png
 Terminal=false
 Type=Application

Modified: packages/nexuiz/trunk/debian/nexuiz.menu
===================================================================
--- packages/nexuiz/trunk/debian/nexuiz.menu	2006-05-10 10:30:08 UTC (rev 658)
+++ packages/nexuiz/trunk/debian/nexuiz.menu	2006-05-12 16:03:53 UTC (rev 659)
@@ -1,7 +1,7 @@
 ?package(nexuiz):needs="X11" section="Games/Arcade"\
   icon="/usr/share/pixmaps/nexuiz32x32.xpm" \
-  title="Nexuiz" command="/usr/games/nexuiz --quiet"
+  title="Nexuiz" command="/usr/games/nexuiz --quiet -sndstereo"
 
 ?package(nexuiz):needs="X11" section="Games/Arcade"\
   icon="/usr/share/pixmaps/nexuiz32x32.xpm" \
-  title="Nexuiz (Stereo sound)" command="/usr/games/nexuiz --quiet -sndstereo"
+  title="Nexuiz (Multichannel sound)" command="/usr/games/nexuiz --quiet"

Copied: packages/nexuiz/trunk/debian/nexuiz_multichannel.desktop (from rev 658, packages/nexuiz/trunk/debian/nexuiz_stereo.desktop)
===================================================================
--- packages/nexuiz/trunk/debian/nexuiz_stereo.desktop	2006-05-10 10:30:08 UTC (rev 658)
+++ packages/nexuiz/trunk/debian/nexuiz_multichannel.desktop	2006-05-12 16:03:53 UTC (rev 659)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Nexuiz (Multichannel sound)
+Name[de]=Nexuiz (Mehrkanalton)
+Comment=A 3d deathmatch game. (Multichannel sound support turned on)
+Comment[de]=Ein netzwerkfähiges Schießspiel. (Eingeschaltete Unterstützung für Mehrkanalton)
+Exec=nexuiz --quiet
+Icon=nexuiz64x64.png
+Terminal=false
+Type=Application
+Categories=Application;Game;ArcadeGame

Deleted: packages/nexuiz/trunk/debian/nexuiz_stereo.desktop
===================================================================
--- packages/nexuiz/trunk/debian/nexuiz_stereo.desktop	2006-05-10 10:30:08 UTC (rev 658)
+++ packages/nexuiz/trunk/debian/nexuiz_stereo.desktop	2006-05-12 16:03:53 UTC (rev 659)
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Name=Nexuiz (Stereo sound)
-Comment=A 3d deathmatch game. If you don't hear sound in Nexuiz, try using this shortcut.
-Exec=nexuiz --quiet -sndstereo
-Icon=nexuiz64x64.png
-Terminal=false
-Type=Application
-Categories=Application;Game;ArcadeGame

Modified: packages/nexuiz/trunk/debian/rules
===================================================================
--- packages/nexuiz/trunk/debian/rules	2006-05-10 10:30:08 UTC (rev 658)
+++ packages/nexuiz/trunk/debian/rules	2006-05-12 16:03:53 UTC (rev 659)
@@ -17,6 +17,7 @@
 	dh_testroot
 	-rm -f build-stamp configure-stamp
 	-rm -rf debian/tmp
+	cd darkplaces && $(MAKE) clean
 	dh_clean 
 
 install: build
@@ -37,7 +38,7 @@
 	dh_install -pnexuiz debian/tmp/nexuiz64x64.png usr/share/pixmaps
 	dh_install -pnexuiz debian/tmp/nexuiz32x32.xpm usr/share/pixmaps
 	dh_install -pnexuiz debian/nexuiz.desktop usr/share/applications # waiting for dh_desktop to do that job
-	dh_install -pnexuiz debian/nexuiz_stereo.desktop usr/share/applications # waiting for dh_desktop to do that job
+	dh_install -pnexuiz debian/nexuiz_multichannel.desktop usr/share/applications # waiting for dh_desktop to do that job
 	dh_install -pnexuiz debian/scripts/nexuiz usr/games
 	dh_install -pnexuiz debian/tmp/nexuiz-sdl usr/lib/games/nexuiz
 	




More information about the Pkg-games-commits mailing list