tag 365157 patch pending thanks dude On Fri, Apr 28, 2006, Daniel Schepler wrote: > Warning, xpm not found in /usr/X11R6 > xpm needed to have colored icons and background image
Here is a patch fixing the FTBFS. I intend to NMU the package too, as we are in 0-day NMU policy. I hope it will help. -- adn Mohammed Adnène Trojette
diff -u multi-aterm-0.2.1/debian/changelog multi-aterm-0.2.1/debian/changelog --- multi-aterm-0.2.1/debian/changelog +++ multi-aterm-0.2.1/debian/changelog @@ -1,3 +1,10 @@ +multi-aterm (0.2.1-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix xpm_path in configure, due to Xorg paths changes, closes: #365157 + + -- Mohammed Adnène Trojette <[EMAIL PROTECTED]> Thu, 11 May 2006 02:16:29 +0200 + multi-aterm (0.2.1-1) unstable; urgency=low * Initial Release,closes: #219631. only in patch2: unchanged: --- multi-aterm-0.2.1.orig/configure +++ multi-aterm-0.2.1/configure @@ -3513,7 +3513,7 @@ # teste la presence de xpm et option # pour specifier son chemin # default path : /usr/X11R6 -xpm_path=/usr/X11R6 +xpm_path=/usr/ xpm_found=yes # Check whether --with-xpm or --without-xpm was given.