[lordsawar] 03/06: Drop gcc6.patch. Fixed upstream.

Markus Koschany apo at moszumanska.debian.org
Mon Oct 3 15:26:13 UTC 2016


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

apo pushed a commit to branch master
in repository lordsawar.

commit fe893553aa55282a56c9ff3a66c6096417b87f6e
Author: Markus Koschany <apo at debian.org>
Date:   Mon Oct 3 16:17:18 2016 +0200

    Drop gcc6.patch. Fixed upstream.
---
 debian/patches/gcc6.patch | 24 ------------------------
 debian/patches/series     |  1 -
 2 files changed, 25 deletions(-)

diff --git a/debian/patches/gcc6.patch b/debian/patches/gcc6.patch
deleted file mode 100644
index 8faf9d4..0000000
--- a/debian/patches/gcc6.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From: Markus Koschany <apo at debian.org>
-Date: Sat, 1 Oct 2016 16:37:31 +0200
-Subject: gcc6
-
-Fix FTBFS with GCC-6.
-
-Forwarded: https://savannah.nongnu.org/bugs/index.php?49240
----
- src/gui/use-item-on-player-dialog.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/gui/use-item-on-player-dialog.cpp b/src/gui/use-item-on-player-dialog.cpp
-index 7127ec0..884082a 100644
---- a/src/gui/use-item-on-player-dialog.cpp
-+++ b/src/gui/use-item-on-player-dialog.cpp
-@@ -67,7 +67,7 @@ Player *UseItemOnPlayerDialog::grabSelectedPlayer()
- {
-     Glib::RefPtr<Gtk::TreeView::Selection> sel;
-     sel = player_treeview->get_selection();
--    if (sel == true)
-+    if (sel)
-       {
-         Gtk::TreeModel::iterator it = sel->get_selected();
-         Gtk::TreeModel::Row row = *it;
diff --git a/debian/patches/series b/debian/patches/series
index 3e6a2b3..55077d0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 reproducible-build.patch
-gcc6.patch

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



More information about the Pkg-games-commits mailing list