[SCM] [contrib] Quake III: Arena launcher branch, master, updated. debian/1.2-1-g3bf785f

Simon McVittie smcv at debian.org
Wed Mar 16 16:04:01 UTC 2011


The following commit has been merged in the master branch:
commit 3bf785f70c3be5d1957fa99da9a1cd9631347426
Author: Simon McVittie <smcv at debian.org>
Date:   Wed Mar 16 16:03:28 2011 +0000

    Make the desktop file definitely run /usr/games/quake3, and not some other quake3 on the user's $PATH
    
    * Make the desktop file definitely run /usr/games/quake3, and not some
      other quake3 on the user's $PATH
    * Upload to unstable/contrib now that I've done the same with g-d-p 25

diff --git a/debian/changelog b/debian/changelog
index e05242a..2ff0271 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+quake3 (1.3) unstable; urgency=low
+
+  * Make the desktop file definitely run /usr/games/quake3, and not some
+    other quake3 on the user's $PATH
+  * Upload to unstable/contrib now that I've done the same with g-d-p 25
+
+ -- Simon McVittie <smcv at debian.org>  Wed, 16 Mar 2011 15:49:39 +0000
+
 quake3 (1.2) experimental; urgency=low
 
   * Make the QUAKE3_BACKTRACE option work properly
diff --git a/debian/quake3.desktop b/debian/quake3.desktop
index 4d42b6c..f8ad3e5 100644
--- a/debian/quake3.desktop
+++ b/debian/quake3.desktop
@@ -1,7 +1,7 @@
 [Desktop Entry]
 Version=1.0
 Name=Quake III Arena
-Exec=quake3
+Exec=/usr/games/quake3
 Icon=quake3
 Comment=Play the original Quake III Arena
 Terminal=false

-- 
[contrib] Quake III: Arena launcher



More information about the Pkg-games-commits mailing list