Hi, As Nobuhiro said, just add libxpm-dev to Build-Depends solves this problem. I made a patch for that. Please apply it.
Thanks. -- Regards, Hideki Yamane henrich @ debian.or.jp/iijmio-mail.jp http://wiki.debian.org/HidekiYamane
diff -Nru fte-0.50.2/debian/changelog fte-0.50.2/debian/changelog --- fte-0.50.2/debian/changelog 2010-03-07 20:41:03.000000000 +0900 +++ fte-0.50.2/debian/changelog 2010-05-01 21:45:00.000000000 +0900 @@ -1,4 +1,13 @@ +fte (0.50.2-1.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/control + - add "Build-Depends: libxpm-dev" (Closes: #573625) + + -- Hideki Yamane (Debian-JP) <[email protected]> Sat, 01 May 2010 21:44:23 +0900 + fte (0.50.2-1) unstable; urgency=low + * CVS 2010/03/07 * fixed build-dependency x-dev -> x11proto-core-dev (Closes: #515373) * applied patch GNU/kFreeBSD by Peter Salinger (Closes: #379778) diff -Nru fte-0.50.2/debian/control fte-0.50.2/debian/control --- fte-0.50.2/debian/control 2010-03-07 20:37:59.000000000 +0900 +++ fte-0.50.2/debian/control 2010-05-01 21:44:20.000000000 +0900 @@ -4,7 +4,8 @@ Maintainer: Zdenek Kabelac <[email protected]> Build-Depends: debhelper (>= 5.0.0), perl5, libx11-dev, libxt-dev, libgpmg1-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], - x11proto-core-dev, libncurses5-dev, libslang2-dev, patch + x11proto-core-dev, libncurses5-dev, libslang2-dev, patch, + libxpm-dev Standards-Version: 3.8.1 Package: fte

