The following commit has been merged in the master branch:
commit 12b7ddd0709839042aff3756343cd42778996aa0
Author: Bruno Kleinert <[email protected]>
Date:   Thu Oct 22 17:34:31 2009 +0200

    Use absolute path in .desktop file
    
    This avoids calling another binary/script/whatever with the name "nexuiz" 
if a
    user has a modified PATH that could lead to a nexuiz binary _before_ 
searching
    in /usr/games

diff --git a/debian/changelog b/debian/changelog
index bdeb063..6f23b11 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-nexuiz (2.5.2-2) UNRELEASED; urgency=low
+nexuiz (2.5.2-2) unstable; urgency=low
 
   * Add debian/get-nexuiz-orig.sh to fetch and strip the .orig.tar.gz from the
     upstream Subversion repository
@@ -10,8 +10,10 @@ nexuiz (2.5.2-2) UNRELEASED; urgency=low
       which are now in nexuiz-data
     * 20_nostrip_support.patch: It removed the strip command from the upstream
       makefile, but we're building the debug targets, now.
+  * Use absolute path in nexuiz.desktop to avoid problems with users who have
+    a modified $PATH that could point to another nexuiz binary.
 
- -- Bruno "Fuddl" Kleinert <[email protected]>  Thu, 22 Oct 2009 17:23:21 +0200
+ -- Bruno "Fuddl" Kleinert <[email protected]>  Thu, 22 Oct 2009 17:31:54 +0200
 
 nexuiz (2.5.2-1) unstable; urgency=low
 
diff --git a/debian/nexuiz.desktop b/debian/nexuiz.desktop
index 8c4e750..67c6632 100644
--- a/debian/nexuiz.desktop
+++ b/debian/nexuiz.desktop
@@ -5,7 +5,7 @@ Comment[de]=Ein netzwerkfähiges 3D Ego-Shooter Spiel mit 
aufwändigen Grafikeff
 Comment[fr_FR]=Un Ego-Shooter en 3D pouvant être joué en réseau
 Comment[pl_PL]=Gra sieciowa 3D, strzelanka, w pierwszej osobie z efektami 
graficznymi wysokiej jakosci
 Comment[ro_RO]=Un joc 3D cu împuşcături, perspectivă personală şi efecte 
grafice de înaltă calitate
-Exec=nexuiz
+Exec=/usr/games/nexuiz
 Icon=nexuiz48x48
 Terminal=false
 Type=Application

-- 
Packaging for the Nexuiz engine

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to