[berusky-data] 14/15: Refresh 01-debianize.patch. Set fullscreen mode to false by default.

Markus Koschany apo at moszumanska.debian.org
Sun Jun 12 11:13:19 UTC 2016


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

apo pushed a commit to branch master
in repository berusky-data.

commit 52486c2d2d3c15595793b0acb947568c21738f35
Author: Markus Koschany <apo at debian.org>
Date:   Sun Jun 12 12:59:33 2016 +0200

    Refresh 01-debianize.patch. Set fullscreen mode to false by default.
---
 debian/changelog                  |  1 +
 debian/patches/01-debianize.patch | 23 +++++++++++++++++++++++
 debian/patches/01_debianize.diff  | 22 ----------------------
 debian/patches/series             |  2 +-
 4 files changed, 25 insertions(+), 23 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f95a55d..b64a7c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ berusky-data (1.7-1) unstable; urgency=medium
   * Build with parallel.
   * debian/watch: Use version=4.
   * Update debian/copyright to copyright format 1.0.
+  * Set fullscreen mode to false by default.
 
  -- Markus Koschany <apo at debian.org>  Sun, 12 Jun 2016 12:47:24 +0200
 
diff --git a/debian/patches/01-debianize.patch b/debian/patches/01-debianize.patch
new file mode 100644
index 0000000..68cdd45
--- /dev/null
+++ b/debian/patches/01-debianize.patch
@@ -0,0 +1,23 @@
+From: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
+Date: Sun, 12 Jun 2016 12:58:14 +0200
+Subject: 01 debianize
+
+---
+ berusky.ini | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/berusky.ini b/berusky.ini
+index 8e411a4..c9d615e 100644
+--- a/berusky.ini
++++ b/berusky.ini
+@@ -17,8 +17,8 @@ logfile = ~/.berusky/b1logfile.txt
+ 
+ # Game binary & tmp dir
+ # they're used by editor for "run level" command
+-game_binary = /usr/bin/berusky
+-tmp_data = /var/tmp
++game_binary = /usr/games/berusky
++tmp_data = /tmp
+ 
+ # Dir for users levels (it's the default level dir for level editor)
+ level_data_user = ~/.berusky/User
diff --git a/debian/patches/01_debianize.diff b/debian/patches/01_debianize.diff
deleted file mode 100644
index 7012155..0000000
--- a/debian/patches/01_debianize.diff
+++ /dev/null
@@ -1,22 +0,0 @@
---- orig/berusky-data-1.0/berusky.ini	2007-04-01 21:46:22.000000000 +0000
-+++ berusky-data-1.0/berusky.ini	2011-08-27 07:59:51.000000000 +0000
-@@ -8,7 +8,7 @@
- # Graphics settings for game and editor
- # game runs in 640x480
- # editor runs in 1024x768
--fullscreen = 0
-+fullscreen = 1
- color_depth = 32
- 
- # Logging
-@@ -17,8 +17,8 @@
- 
- # Game binary & tmp dir
- # they're used by editor for "run level" command
--game_binary = /usr/bin/berusky
--tmp_data = /var/tmp
-+game_binary = /usr/games/berusky
-+tmp_data = /tmp
- 
- # Dir for users levels (it's the default level dir for level editor)
- level_data_user = ~/.berusky/User
diff --git a/debian/patches/series b/debian/patches/series
index 8d4e959..916619f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-01_debianize.diff
+01-debianize.patch

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



More information about the Pkg-games-commits mailing list