[SCM] Packaging of the Nexuiz game data branch, master, updated. debian/2.5.2-1-18-g1b89da1

Bruno Kleinert fuddl at tauware.de
Wed Jun 29 15:27:07 UTC 2011


The following commit has been merged in the master branch:
commit 1b89da1b7d92018f66e1ee326092e25875a0f45a
Author: Bruno Kleinert <fuddl at tauware.de>
Date:   Wed Jun 29 17:26:22 2011 +0200

    Make the engine start in windowed mode by default
    
    Add a patch to toggle vid_fullscreen to 0 in defaultNexuiz.cfg

diff --git a/debian/changelog b/debian/changelog
index 14cbbfd..436f8ed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+nexuiz-data (2.5.2-6) unstable; urgency=low
+
+  * Team upload.
+  * Make the engine start in windowed mode by default.
+
+ -- Bruno "Fuddl" Kleinert <fuddl at debian.org>  Wed, 29 Jun 2011 15:34:29 +0200
+
 nexuiz-data (2.5.2-5) unstable; urgency=low
 
   [ Evgeni Golov ]
diff --git a/debian/patches/series b/debian/patches/series
index 81d6ee0..49193fe 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@
 04_exclude_music_in_datapk3.diff
 05_disable_development_warning.diff
 exclude_textures_from_data.pk3.diff
+windowed_by_default.diff
diff --git a/debian/patches/windowed_by_default.diff b/debian/patches/windowed_by_default.diff
new file mode 100644
index 0000000..1f000b7
--- /dev/null
+++ b/debian/patches/windowed_by_default.diff
@@ -0,0 +1,13 @@
+Index: nexuiz-data/data/defaultNexuiz.cfg
+===================================================================
+--- nexuiz-data.orig/data/defaultNexuiz.cfg	2011-06-29 15:33:29.731871692 +0200
++++ nexuiz-data/data/defaultNexuiz.cfg	2011-06-29 15:34:02.976035552 +0200
+@@ -215,7 +215,7 @@
+ volume 0.5
+ // fullscreen 1024x768x32bit
+ vid_bitsperpixel 32
+-vid_fullscreen 1
++vid_fullscreen 0
+ vid_width 1024
+ vid_height 768
+ // 2D resolution 800x600

-- 
Packaging of the Nexuiz game data



More information about the Pkg-games-commits mailing list