This is an automated email from the git hooks/post-receive script. olek-guest pushed a commit to branch master in repository libwfut.
commit 3e89ddca8177c4a4f1e154a8dce8922a799fe85f Author: Olek Wojnar <[email protected]> Date: Sat Nov 21 17:24:47 2015 -0600 Patch to remove sigc++ object_slot.h --- debian/changelog | 8 ++++++++ debian/patches/Remove-sigc++-object_slot.patch | 15 +++++++++++++++ debian/patches/series | 1 + 3 files changed, 24 insertions(+) diff --git a/debian/changelog b/debian/changelog index 1fe4345..2a10fb7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libwfut (0.2.3-3) unstable; urgency=medium + + * Add patch to remove references to sigc++ file object_slot.h + -- File has been removed in newest sigc++ + -- Fixes resulting build failures (Closes: #804736) + + -- Olek Wojnar <[email protected]> Sat, 21 Nov 2015 17:25:55 -0600 + libwfut (0.2.3-2) unstable; urgency=medium * Fix symbols file to allow GCC 5 building (Closes: #799746) diff --git a/debian/patches/Remove-sigc++-object_slot.patch b/debian/patches/Remove-sigc++-object_slot.patch new file mode 100644 index 0000000..1dadd15 --- /dev/null +++ b/debian/patches/Remove-sigc++-object_slot.patch @@ -0,0 +1,15 @@ +Description: Remove deprecated object_slot.h, removed from newest sigc++. +Author: Olek Wojnar <[email protected]> +Forwarded: https://github.com/worldforge/libwfut/pull/4 +Last-Update: 2015-11-21 + +--- a/python/WFUT.i ++++ b/python/WFUT.i +@@ -17,7 +17,6 @@ + #include <libwfut/IO.h> + #include <libwfut/WFUT.h> + #include <sigc++/bind.h> +-#include <sigc++/object_slot.h> + + //Fix for missing SWIGPY_SLICE_ARG with some versions of swig. + #if PY_VERSION_HEX >= 0x03020000 diff --git a/debian/patches/series b/debian/patches/series index 7d1585d..6c12b1a 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ 0004-wrap-README-lines-at-80-chars.patch 0002-manpage.patch +Remove-sigc++-object_slot.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/libwfut.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

