Package: icewm Version: 1.2.22-2 Severity: serious Tags: patch When building 'icewm' in a clean 'unstable' chroot on amd64, I get the following error:
checking for XShapeCombineRectangles in -lXext... yes checking for XineramaQueryScreens in -lXinerama... no configure: error: Xinerama can not be found make[1]: *** [stamp-conf-lite] Error 1 make[1]: Leaving directory `/icewm-1.2.22' make: *** [build-stamp] Error 2 Please add the missing Build-Depends on 'libxpm-dev, librandr-dev, libxinerama-dev' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/icewm-1.2.22/debian/control ./debian/control --- ../tmp-orig/icewm-1.2.22/debian/control 2005-08-09 11:20:28.000000000 +0000 +++ ./debian/control 2005-08-09 11:20:16.000000000 +0000 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Eduard Bloch <[EMAIL PROTECTED]> Uploaders: Jerome Marant <[EMAIL PROTECTED]> -Build-Depends: debhelper (>> 4.0.0), libxrender-dev, imlib11-dev, libgnome2-dev, libgnome-desktop-dev, gettext, xutils, libxft-dev (>> 2.1.1) | libxft2-dev, dpatch, libesd0-dev, libpng12-dev, libxinerama-dev [i386 ia64 powerpc] +Build-Depends: debhelper, libxpm-dev, libxrandr-dev, libxrender-dev, imlib11-dev, libgnome2-dev, libgnome-desktop-dev, gettext, xutils, libxft-dev (>> 2.1.1) | libxft2-dev, dpatch, libesd0-dev, libpng12-dev, libxinerama-dev [amd64 i386 ia64 powerpc ppc64] Build-Conflicts: libttf-dev Standards-Version: 3.6.2.1 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

