Hello, We have started transition to 3.11.1 in Ubuntu Karmic and I'm looking at Ubuntu specific changes to see if they should be merged / keep separate in Ubuntu.
For lablgtk2, the change is the following: --- 2.12.0-2/debian/changelog 2009-05-19 21:22:27.000000000 +0100 +++ 2.12.0-2ubuntu1/debian/changelog 2009-05-19 21:20:16.000000000 +0100 @@ -1,3 +1,10 @@ +lablgtk2 (2.12.0-2ubuntu1) karmic; urgency=low + + * debian/patches/: added ubuntu_failtobuildfromsources.dpatch that fix a + FTBFS caused by a missing libgnomeui/libgnomeui.h (LP: #378282) + + -- Andrea Gasparini <[email protected]> Tue, 19 May 2009 11:33:25 +0200 + With: --- 2.12.0-2/debian/patches/ubuntu_failtobuildfromsources.dpatch 1970-01-01 01:00:00.000000000 +0100 +++ 2.12.0-2ubuntu1/debian/patches/ubuntu_failtobuildfromsources.dpatch 2009-05-19 21:20:16.000000000 +0100 @@ -0,0 +1,17 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## +## DP: due to some changes to gnome headers, lablgtk2 fail to build +## DP: in ubuntu environment. + +...@dpatch@ +diff -u lablgtk2-2.12.0.orig/src/ml_panel.c lablgtk2-2.12.0/src/ml_panel.c +--- lablgtk2-2.12.0.orig/src/ml_panel.c ++++ lablgtk2-2.12.0/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> Should this patch be included in Debian's lablgtk2? Yours, d. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

