[corsix-th] 01/01: patch default config for: 1) GDP path 2) privacy breach

Alexandre Detiste detiste-guest at moszumanska.debian.org
Mon Dec 7 12:51:51 UTC 2015


This is an automated email from the git hooks/post-receive script.

detiste-guest pushed a commit to branch master
in repository corsix-th.

commit 9b69cf87a0b701ed904a931916f487f33c6fc5c0
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Mon Dec 7 13:51:15 2015 +0100

    patch default config for: 1) GDP path 2) privacy breach
---
 debian/patches/default_config.patch | 27 +++++++++++++++++++++++++++
 debian/patches/series               |  1 +
 2 files changed, 28 insertions(+)

diff --git a/debian/patches/default_config.patch b/debian/patches/default_config.patch
new file mode 100644
index 0000000..48b5e6e
--- /dev/null
+++ b/debian/patches/default_config.patch
@@ -0,0 +1,27 @@
+Subject: default options
+Author: Alexandre Detiste <alexandre at detiste.be>
+Forwarded: not needed
+
+The path match the one used by G-D-P.
+check_for_update enabled by default is a privacy breach.
+
+--- a/CorsixTH/Lua/config_finder.lua
++++ b/CorsixTH/Lua/config_finder.lua
+@@ -119,7 +119,7 @@
+   audio_frequency = 22050,
+   audio_channels = 2,
+   audio_buffer_size = 2048,
+-  theme_hospital_install = [[F:\ThemeHospital\hospital]],
++  theme_hospital_install = [[/usr/share/games/theme-hospital]],
+   debug = false,
+   DBGp_client_idehost = nil,
+   DBGp_client_ideport = nil,
+@@ -133,7 +133,7 @@
+   shift_scroll_speed = 4,
+   new_graphics_folder = nil,
+   use_new_graphics = false,
+-  check_for_updates = true
++  check_for_updates = false
+ }
+ local fi = io.open(config_filename, "r")
+ local config_values = {}
diff --git a/debian/patches/series b/debian/patches/series
index cd7b0ae..5b08616 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 lua.patch
 fix-parameters-to-sws_scale.patch
+default_config.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/corsix-th.git



More information about the Pkg-games-commits mailing list