Package: xfstt Version: 1.7-2 Severity: serious Tags: patch When building 'xfstt' in a clean 'unstable' chroot, I get the following error:
make[3]: Entering directory `/xfstt-1.7/src' if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\""/usr/share/locale\"" -DFONTDIR=\""/usr/share/fonts/truetype\"" -DCACHEDIR=\""/var/cache/xfstt\"" -DPIDFILE=\""/var/run/xfstt.pid\"" -DMAGNIFY=0 -I../libfstt -Wall -g -O2 -fomit-frame-pointer -ffast-math -MT xfstt-xfstt.o -MD -MP -MF ".deps/xfstt-xfstt.Tpo" -c -o xfstt-xfstt.o `test -f 'xfstt.cc' || echo './'`xfstt.cc; \ then mv -f ".deps/xfstt-xfstt.Tpo" ".deps/xfstt-xfstt.Po"; else rm -f ".deps/xfstt-xfstt.Tpo"; exit 1; fi In file included from xfstt.cc:71: /usr/include/X11/fonts/FS.h:58:23: error: X11/Xdefs.h: No such file or directory In file included from /usr/include/X11/fonts/FS.h:59, from xfstt.cc:71: /usr/include/X11/fonts/fsmasks.h:61:21: error: X11/Xmd.h: No such file or directory Please add the missing Build-Depends on 'x11proto-core-dev' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/xfstt-1.7/debian/control ./debian/control --- ../tmp-orig/xfstt-1.7/debian/control 2006-09-16 06:41:44.000000000 +0000 +++ ./debian/control 2006-09-16 06:41:41.000000000 +0000 @@ -2,7 +2,7 @@ Section: x11 Priority: extra Maintainer: Guillem Jover <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 5), x11proto-fonts-dev +Build-Depends: debhelper (>= 5), x11proto-fonts-dev, x11proto-core-dev Standards-Version: 3.7.2 Package: xfstt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]