Package: lablgtk2 Verion: 2.12.0-2 Severity: wishlist In Ubuntu this package failed to build, due to a change in libgnomeui headers. We resolved with the attached patch.
I still didn't test both the test and the patch in debian. Please note that upstream already knows the issue: http://yquem.inria.fr/pipermail/lablgtk/2009-May/000282.html Bye. -- -gaspa- ----------------------------------------------- --------- http://launchpad.net/~gaspa --------- ------ HomePage: iogaspa.altervista.org ------- -Il lunedi'dell'arrampicatore: www.lunedi.org -
diff -u lablgtk2-2.12.0/debian/changelog lablgtk2-2.12.0/debian/changelog --- lablgtk2-2.12.0/debian/changelog +++ lablgtk2-2.12.0/debian/changelog @@ -1,3 +1,10 @@ +lablgtk2 (2.12.0-3) unstable; urgency=low + + * debian/patches/: added ubuntu_failtobuildfromsources.dpatch that fix a + FTBFS caused by a missing libgnomeui/libgnomeui.h + + -- Andrea Gasparini <ga...@yattaweb.it> Tue, 19 May 2009 11:33:25 +0200 + lablgtk2 (2.12.0-2) unstable; urgency=low [ Stephane Glondu ] diff -u lablgtk2-2.12.0/debian/patches/00list lablgtk2-2.12.0/debian/patches/00list --- lablgtk2-2.12.0/debian/patches/00list +++ lablgtk2-2.12.0/debian/patches/00list @@ -1,0 +2 @@ +ubuntu_failtobuildfromsources only in patch2: unchanged: --- lablgtk2-2.12.0.orig/debian/patches/ubuntu_failtobuildfromsources.dpatch +++ lablgtk2-2.12.0/debian/patches/ubuntu_failtobuildfromsources.dpatch @@ -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>