[fife] 10/25: Drop spelling.diff and remove widescreen.diff

Markus Koschany apo at moszumanska.debian.org
Mon Nov 7 20:31:25 UTC 2016


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

apo pushed a commit to branch master
in repository fife.

commit dbf2f8b4355a910d2c7fe3581f630605ea816c96
Author: Markus Koschany <apo at debian.org>
Date:   Wed Sep 21 20:13:34 2016 +0200

    Drop spelling.diff and remove widescreen.diff
---
 debian/patches/series          |  1 -
 debian/patches/spelling.diff   | 13 -------------
 debian/patches/widescreen.diff | 21 ---------------------
 3 files changed, 35 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 34abff9..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-spelling.diff
diff --git a/debian/patches/spelling.diff b/debian/patches/spelling.diff
deleted file mode 100644
index 61f1bef..0000000
--- a/debian/patches/spelling.diff
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/engine/core/vfs/vfs.cpp b/engine/core/vfs/vfs.cpp
-index d437ece..021cd45 100644
---- a/engine/core/vfs/vfs.cpp
-+++ b/engine/core/vfs/vfs.cpp
-@@ -89,7 +89,7 @@ namespace FIFE {
- 				FL_WARN(_log, LMsg(provider->getName()) << " thought it could load " << path << " but didn't succeed (" << ex.what() << ")");
- 				continue;
- 			} catch (...) {
--				FL_WARN(_log, LMsg(provider->getName()) << " thought it could load " << path << " but didn't succeed (unkown exception)");
-+				FL_WARN(_log, LMsg(provider->getName()) << " thought it could load " << path << " but didn't succeed (unknown exception)");
- 				continue;
- 			}
- 		}
diff --git a/debian/patches/widescreen.diff b/debian/patches/widescreen.diff
deleted file mode 100644
index ef77dfd..0000000
--- a/debian/patches/widescreen.diff
+++ /dev/null
@@ -1,21 +0,0 @@
-Index: fife-0.3.3+r2+dfsg1/engine/python/fife/extensions/fife_settings.py
-===================================================================
---- fife-0.3.3+r2+dfsg1.orig/engine/python/fife/extensions/fife_settings.py	2011-08-13 14:17:15.000000000 +0200
-+++ fife-0.3.3+r2+dfsg1/engine/python/fife/extensions/fife_settings.py	2012-01-14 13:55:46.472013631 +0100
-@@ -141,13 +141,14 @@
- 				shutil.copyfile(self._default_settings_file, os.path.join(self._appdata, self._settings_file))
- 
- 		# valid values possible for the engineSettings
--		
- 		self._validSetting = {}
- 		self._validSetting['FIFE'] = {
- 			'FullScreen':[True,False], 'PychanDebug':[True,False]
- 			, 'ProfilingOn':[True,False], 'SDLRemoveFakeAlpha':[0,1], 'GLCompressImages':[False,True],
- 			'RenderBackend':['OpenGL','SDL', 'OpenGLe'],
--			'ScreenResolution':['640x480', '800x600', '1024x768', '1280x800', '1440x900'],
-+			'ScreenResolution':['640x480', '800x600', '1024x600', '1024x768', '1280x768', 
-+								'1280x800', '1280x960', '1280x1024', '1366x768', '1440x900',
-+								'1600x900', '1600x1200', '1680x1050', '1920x1080', '1920x1200'],
- 			'BitsPerPixel':[0,16,24,32],
- 			'InitialVolume':[0.0,10.0], 'WindowTitle':"", 'WindowIcon':"", 'Font':"",
- 			'FontGlyphs':"", 'DefaultFontSize':"", 'Lighting':[0,1],

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



More information about the Pkg-games-commits mailing list