Package: uim Version: 1:1.5.5-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu karmic ubuntu-patch
Hi, With this patch, the package builds correctly. As no upstream web page is referenced, I'm not able to forward it upstream. Maybe you can include it in Debian. Thanks, Fabrice *** /tmp/tmpzktWee In Ubuntu, we've applied the attached patch to achieve the following: * debian/rules: added CFLAGS and LDFLAGS variables to force inclusion of libgnomeui-2.0 during compilation, and fix this way the missing gnome.h error (Fix FTBFS) (LP: #409034) We thought you might be interested in doing the same. -- System Information: Debian Release: squeeze/sid APT prefers karmic-updates APT policy: (500, 'karmic-updates'), (500, 'karmic-security'), (500, 'karmic') Architecture: amd64 (x86_64) Kernel: Linux 2.6.28-14-generic (SMP w/2 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash
diff -u uim-1.5.5/debian/rules uim-1.5.5/debian/rules --- uim-1.5.5/debian/rules +++ uim-1.5.5/debian/rules @@ -12,6 +12,9 @@ DEB_DESTDIR := $(CURDIR)/debian/tmp DEB_DH_INSTALL_SOURCEDIR := $(DEB_DESTDIR) +CFLAGS:=-I/usr/include/libgnomeui-2.0 +LDFLAGS:=-lgnomeui-2 + DEB_CONFIGURE_EXTRA_FLAGS = --with-fep --with-anthy --with-anthy-utf8 \ --with-canna \ --with-m17nlib --with-x --with-gtk \