[Pkg-ocaml-maint-commits] [SCM] lablgtk2 packaging branch, master, updated. debian/2.12.0-2-7-gcf5d82f
Stephane Glondu
steph at glondu.net
Sun Jun 7 15:23:03 UTC 2009
The following commit has been merged in the master branch:
commit 4f87ae0eb29e09bc1aa4929b8731ccbb65dc8d6c
Author: Stephane Glondu <steph at glondu.net>
Date: Sun Jun 7 17:04:14 2009 +0200
Fix FTBFS with recent libgnomeui (Closes: #531088)
diff --git a/debian/patches/0002-Add-libgnomeui-header.patch b/debian/patches/0002-Add-libgnomeui-header.patch
new file mode 100644
index 0000000..c9f98b9
--- /dev/null
+++ b/debian/patches/0002-Add-libgnomeui-header.patch
@@ -0,0 +1,25 @@
+From: Andrea Gasparini <gaspa at yattaweb.it>
+Date: Sun, 7 Jun 2009 16:57:22 +0200
+Subject: [PATCH] Add libgnomeui header
+
+Fixes FTBFS due to some changes to gnome headers. See #531088.
+
+Signed-off-by: Andrea Gasparini <gaspa at yattaweb.it>
+Signed-off-by: Stephane Glondu <steph at glondu.net>
+---
+ src/ml_panel.c | 1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+diff --git a/src/ml_panel.c b/src/ml_panel.c
+index 718f643..6bbea88 100644
+--- a/src/ml_panel.c
++++ b/src/ml_panel.c
+@@ -23,6 +23,7 @@
+ #include <string.h>
+
+ #include <libgnomeui/gnome-client.h>
++#include <libgnomeui/libgnomeui.h>
+ #include <panel-applet.h>
+
+ #include <caml/mlvalues.h>
+--
diff --git a/debian/patches/series b/debian/patches/series
index 08b30ba..2d1ee52 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
0001-Disable-svgz.patch
+0002-Add-libgnomeui-header.patch
--
lablgtk2 packaging
More information about the Pkg-ocaml-maint-commits
mailing list