On Wed, Mar 15, 2006 at 12:18:43AM +0200, Daniel Stone wrote: > On Tue, Mar 14, 2006 at 10:49:50PM +0100, Denis Barbier wrote: > > On Tue, Mar 14, 2006 at 07:49:42PM +0100, Kurt Roeckx wrote: > > > Your package is still failing to build. First I get: > > > checking for XKBPROTO... configure: error: Package requirements > > [...] > > > Which seems to be a missing build dependency on > > > x11proto-input-dev. > > > > This dependency does exist: > > x11proto-xext-dev --> libxi-dev --> x11proto-input-dev > > OTOH quilt is missing. > > Can you say 'layering violation'? This dependency should not exist (and > shame on me if I added it). XTest.h uses XInput.h, but the latter is in > x11proto-input-dev, not libxi-dev.
If I understand, you suggest to apply the attached patch, right? Denis
Index: debian/control =================================================================== --- debian/control (révision 1454) +++ debian/control (copie de travail) @@ -8,7 +8,7 @@ Package: x11proto-xext-dev Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxi-dev, libxau-dev +Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, x11proto-input-dev, libxau-dev Conflicts: libxext-dev (<< 6.8.2-25), libxtst-dev (<< 6.8.2-25) Replaces: libxext-dev (<< 6.8.2-25), libxtst-dev (<< 6.8.2-25) Pre-Depends: x11-common (>= 1:1.0)