Package: gip Version: 1.7.0-1-3 Followup-For: Bug #805200 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu yakkety ubuntu-patch
Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * debian/patches/70-remove-header.diff: Remove include to fix FTBFS with newer libsigc++. Thanks for considering the patch. Logan Rosen -- System Information: Debian Release: stretch/sid APT prefers xenial-updates APT policy: (500, 'xenial-updates'), (500, 'xenial-security'), (500, 'xenial'), (100, 'xenial-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.4.0-21-generic (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.utf8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
diff -Nru gip-1.7.0-1/debian/patches/70-remove-header.diff gip-1.7.0-1/debian/patches/70-remove-header.diff --- gip-1.7.0-1/debian/patches/70-remove-header.diff 1969-12-31 19:00:00.000000000 -0500 +++ gip-1.7.0-1/debian/patches/70-remove-header.diff 2015-12-28 10:44:35.000000000 -0500 @@ -0,0 +1,16 @@ +Description: remove include to fix FTBFS with newer libsigc++ +Author: Logan Rosen <lo...@ubuntu.com> +Forwarded: no +Last-Update: 2016-01-05 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- a/src/dispatcher.h ++++ b/src/dispatcher.h +@@ -23,7 +23,6 @@ + #ifndef HAVE_DISPATCHER_H + #define HAVE_DISPATCHER_H + +-#include <sigc++/class_slot.h> + #include "gui_mainwindow.h" + #include "lib_ipv4.h" + diff -Nru gip-1.7.0-1/debian/patches/series gip-1.7.0-1/debian/patches/series --- gip-1.7.0-1/debian/patches/series 2011-11-19 18:07:08.000000000 -0500 +++ gip-1.7.0-1/debian/patches/series 2015-12-28 10:07:09.000000000 -0500 @@ -4,3 +4,4 @@ 40-init_lock_events.diff 50-installer-build_files-sh.diff 60-binary-hex-network-update.diff +70-remove-header.diff