Package: xutils-dev Version: 1:7.4+1 Severity: important Tags: patch Hello,
Since imake disables Xp from Xaw on Linux archs, package maintainers don't set the libxp dependency, and thus Xp must be disabled from Xaw for other archs too, because else these packages FTBFS. The attached patch does this for hurd-i386, please append it to debian/patches/05_xaw_without_xp.diff I guess kfreebsd needs a similar fix. Samuel -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.25 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Shell: /bin/sh linked to /bin/bash Versions of packages xutils-dev depends on: ii cpp 4:4.2.2-2 The GNU C preprocessor (cpp) ii libc6 2.7-10 GNU C Library: Shared libraries ii x11-common 1:7.3+10 X Window System (X.Org) infrastruc xutils-dev recommends no packages. -- no debconf information -- Samuel <c> hiri, le cri ici, c des marrants <c> j'ai un rep ".uglyhackdirectorywithoutacls" ds mon home -+- #ens-mim en stage -+-
Index: xutils-dev/xorg-cf-files/gnu.cf =================================================================== --- xutils-dev.orig/xorg-cf-files/gnu.cf 2006-04-18 14:09:37.000000000 -0700 +++ xutils-dev/xorg-cf-files/gnu.cf 2006-04-18 14:33:56.000000000 -0700 @@ -541,6 +541,16 @@ #define TtClientLibs $(TTLIB) $(XTOOLLIB) $(XLIB) #define TtClientDepLibs $(DEPTTLIB) $(DEPXTOOLLIB) $(DEPXLIB) +#ifndef ExtraXawClientLibs +# define ExtraXawClientLibs /**/ +#endif +#ifndef ExtraXawClientDepLibs +# define ExtraXawClientDepLibs /**/ +#endif +#ifndef ExtraXawReqs +# define ExtraXawReqs /**/ +#endif + #ifndef BuildDmx #define BuildDmx YES #endif

