r15630 - in /desktop/unstable/libgtksourceviewmm/debian: changelog patches/ patches/10_gcc43_include.patch
manphiz-guest at users.alioth.debian.org
manphiz-guest at users.alioth.debian.org
Sat Apr 12 08:27:17 UTC 2008
Author: manphiz-guest
Date: Sat Apr 12 08:27:16 2008
New Revision: 15630
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15630
Log:
Ack NMU.
+ Add 10_gcc43_include.patch to fix FTBFS for gcc 4.3.
Added:
desktop/unstable/libgtksourceviewmm/debian/patches/
desktop/unstable/libgtksourceviewmm/debian/patches/10_gcc43_include.patch
Modified:
desktop/unstable/libgtksourceviewmm/debian/changelog
Modified: desktop/unstable/libgtksourceviewmm/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgtksourceviewmm/debian/changelog?rev=15630&op=diff
==============================================================================
--- desktop/unstable/libgtksourceviewmm/debian/changelog (original)
+++ desktop/unstable/libgtksourceviewmm/debian/changelog Sat Apr 12 08:27:16 2008
@@ -3,8 +3,10 @@
* Upload to unstable.
* Make Vcs-* URLs point to unstable branch.
* Update dpkg-dev Build-Depends to >= 1.14.16 for DM usage.
+ * Ack NMU.
+ + Add 10_gcc43_include.patch to fix FTBFS for gcc 4.3.
- -- Deng Xiyue <manphiz-guest at users.alioth.debian.org> Thu, 10 Apr 2008 20:57:45 +0800
+ -- Deng Xiyue <manphiz-guest at users.alioth.debian.org> Sat, 12 Apr 2008 16:26:09 +0800
libgtksourceviewmm (1.9.4-1) experimental; urgency=low
Added: desktop/unstable/libgtksourceviewmm/debian/patches/10_gcc43_include.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgtksourceviewmm/debian/patches/10_gcc43_include.patch?rev=15630&op=file
==============================================================================
--- desktop/unstable/libgtksourceviewmm/debian/patches/10_gcc43_include.patch (added)
+++ desktop/unstable/libgtksourceviewmm/debian/patches/10_gcc43_include.patch Sat Apr 12 08:27:16 2008
@@ -1,0 +1,30 @@
+diff -urN libgtksourceviewmm-1.9.4.orig/gtksourceview/gtksourceviewmm/sourcestyle.cc libgtksourceviewmm-1.9.4/gtksourceview/gtksourceviewmm/sourcestyle.cc
+--- libgtksourceviewmm-1.9.4.orig/gtksourceview/gtksourceviewmm/sourcestyle.cc 2008-02-06 09:15:05.000000000 +0800
++++ libgtksourceviewmm-1.9.4/gtksourceview/gtksourceviewmm/sourcestyle.cc 2008-04-12 16:21:39.000000000 +0800
+@@ -3,6 +3,7 @@
+
+ #include <gtksourceviewmm/sourcestyle.h>
+ #include <gtksourceviewmm/private/sourcestyle_p.h>
++#include <cstring>
+
+ /* sourcestyles.hg
+ *
+diff -urN libgtksourceviewmm-1.9.4.orig/gtksourceview/src/sourcestyle.ccg libgtksourceviewmm-1.9.4/gtksourceview/src/sourcestyle.ccg
+--- libgtksourceviewmm-1.9.4.orig/gtksourceview/src/sourcestyle.ccg 2007-09-12 02:09:51.000000000 +0800
++++ libgtksourceviewmm-1.9.4/gtksourceview/src/sourcestyle.ccg 2008-04-12 16:21:08.000000000 +0800
+@@ -18,3 +18,4 @@
+ */
+
+ #include <gtksourceview/gtksourcestyle.h>
++#include <cstring>
+diff -urN libgtksourceviewmm-1.9.4.orig/tests/test-search.cpp libgtksourceviewmm-1.9.4/tests/test-search.cpp
+--- libgtksourceviewmm-1.9.4.orig/tests/test-search.cpp 2007-09-02 06:35:56.000000000 +0800
++++ libgtksourceviewmm-1.9.4/tests/test-search.cpp 2008-04-12 16:22:09.000000000 +0800
+@@ -3,6 +3,7 @@
+ #include <fstream>
+ #include <stdexcept>
+ #include <string>
++#include <cstring>
+ #include <gtkmm.h>
+ #include <gtksourceviewmm.h>
+ #include <glib/gmessages.h>
More information about the pkg-gnome-commits
mailing list