This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository fifechan.
commit 8212a824bdb902d69623d970f41ee24b58397f0b Author: Markus Koschany <[email protected]> Date: Mon Jun 19 21:11:04 2017 +0200 Drop segfault-quit-game.patch. Fixed upstream. --- debian/patches/segfault-quit-game.patch | 23 ----------------------- debian/patches/series | 1 - 2 files changed, 24 deletions(-) diff --git a/debian/patches/segfault-quit-game.patch b/debian/patches/segfault-quit-game.patch deleted file mode 100644 index 9e39570..0000000 --- a/debian/patches/segfault-quit-game.patch +++ /dev/null @@ -1,23 +0,0 @@ -From: Markus Koschany <[email protected]> -Date: Mon, 23 Jan 2017 19:26:28 +0100 -Subject: segfault quit game - -Bug-Debian: https://bugs.debian.org/852247 -Bug-Upstream: https://github.com/fifengine/fifechan/issues/45 -Origin: https://github.com/fifengine/fifechan/commit/9bceb0c137077361f6e7d9c0fb334ee700cae43e ---- - src/gui.cpp | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/gui.cpp b/src/gui.cpp -index 158641b..f93e439 100644 ---- a/src/gui.cpp -+++ b/src/gui.cpp -@@ -131,6 +131,7 @@ namespace fcn - { - setTop(NULL); - } -+ Widget::_setVisibilityEventHandler(NULL); - Widget::_setGuiDeathListener(NULL); - - delete mFocusHandler; diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 197c6c8..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -segfault-quit-game.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/fifechan.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

