Package: gobby-infinote Version: 0.4.94-5.1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu trusty ubuntu-patch
Dear Maintainer, In Ubuntu 14.04, the attached patch was applied to achieve the following: * Add missing preprocessor directive, resolving FTBFS. Thanks for considering the patch. -- System Information: Debian Release: wheezy/sid APT prefers precise-updates APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 'precise-proposed'), (500, 'precise'), (100, 'precise-backports') Architecture: amd64 (x86_64) Kernel: Linux 3.11.0-15-generic (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru gobby-infinote-0.4.94/debian/patches/missing-include.patch gobby-infinote-0.4.94/debian/patches/missing-include.patch --- gobby-infinote-0.4.94/debian/patches/missing-include.patch 1969-12-31 19:00:00.000000000 -0500 +++ gobby-infinote-0.4.94/debian/patches/missing-include.patch 2014-01-22 09:37:25.000000000 -0500 @@ -0,0 +1,12 @@ +Index: gobby-infinote-0.4.94/code/dialogs/preferences-dialog.cpp +=================================================================== +--- gobby-infinote-0.4.94.orig/code/dialogs/preferences-dialog.cpp 2014-01-22 09:28:57.000000000 -0500 ++++ gobby-infinote-0.4.94/code/dialogs/preferences-dialog.cpp 2014-01-22 09:37:19.543557459 -0500 +@@ -28,6 +28,7 @@ + #include <stdexcept> + + #include <gtksourceview/gtksourcestyleschememanager.h> ++#include <gtksourceview/gtksourcestylescheme.h> + + namespace + { diff -Nru gobby-infinote-0.4.94/debian/patches/series gobby-infinote-0.4.94/debian/patches/series --- gobby-infinote-0.4.94/debian/patches/series 2013-08-12 08:08:51.000000000 -0400 +++ gobby-infinote-0.4.94/debian/patches/series 2014-01-22 09:35:57.000000000 -0500 @@ -4,3 +4,4 @@ 0002-code-util-gtk-compat.hpp-fix-render_icon-with-missin.patch 0001-Fix-compilation-with-recent-versions-of-gcc.patch textsessionview-gtksourcebuffer-fix.patch +missing-include.patch