found 354947 2.0.9.2-14.2 thanks Hello,
when building 'gtk+2.0-directfb' version 2.0.9.2-14.2 on ppc64/unstable, I get the following error again: sed -i "s/libtak/libatk/" debian/libgtk+2.0-directfb0-udeb.substvars dh_gencontrol -a dpkg-gencontrol: error: current build architecture ppc64 does not appear in package's list (i386 ia64 arm alpha hppa mips mipsel sparc powerpc s390 m68k amd64 kfreebsd-i386) dh_gencontrol: command returned error code 65280 make: *** [binary-arch] Error 1 With the attached patch 'gtk+2.0-directfb' can be compiled on ppc64. The patch adds ppc64 to the architecture line in debian/control. Alternatively the package could be changed to Architecture 'any'. This issue had already been fixed in a previous version (2.0.9.2-14), but it was reintroduced again. Regards Andreas Jochens diff -urN ../tmp-orig/gtk+2.0-directfb-2.0.9.2/debian/control ./debian/control --- ../tmp-orig/gtk+2.0-directfb-2.0.9.2/debian/control 2006-04-15 10:06:49.000000000 +0000 +++ ./debian/control 2006-04-15 10:06:41.000000000 +0000 @@ -22,7 +22,7 @@ Package: libgtk+2.0-directfb-dev Section: libdevel Priority: optional -Architecture: i386 ia64 arm alpha hppa mips mipsel sparc powerpc s390 m68k amd64 kfreebsd-i386 +Architecture: i386 ia64 arm alpha hppa mips mipsel sparc powerpc ppc64 s390 m68k amd64 kfreebsd-i386 Depends: libdirectfb-0.9-22-dev, libgtk+2.0-directfb0, pkg-config, libatk1.0-dev, libgtk2.0-dev, libpango1.0-dev Description: gtk+2.0 implementation for the frame buffer, development files DirectFB is a thin library that provides hardware graphics acceleration, input @@ -38,7 +38,7 @@ Priority: optional Section: libs Provides: libgtk-directfb-2.0-0 -Architecture: i386 ia64 arm alpha hppa mips mipsel sparc powerpc s390 m68k amd64 kfreebsd-i386 +Architecture: i386 ia64 arm alpha hppa mips mipsel sparc powerpc ppc64 s390 m68k amd64 kfreebsd-i386 Depends: ${shlibs:Depends} Description: gtk+2.0 implementation for the frame buffer DirectFB is a thin library that provides hardware graphics acceleration, input -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]