On Mon, Feb 5, 2007 at 17:39:39 +0100, David Martínez Moreno wrote: > > diff --git a/debian/control b/debian/control > > index d34e22e..17942f7 100644 > > --- a/debian/control > > +++ b/debian/control > > @@ -52,7 +52,7 @@ Description: X11 Input extension library > > Package: libxi-dev > > Section: libdevel > > Architecture: any > > -Depends: ${shlibs:Depends}, ${misc:Depends}, libxi6 (= ${Source-Version}), > > libx11-dev, libxext-dev, x11proto-input-dev (>= 1.4) > > +Depends: ${shlibs:Depends}, ${misc:Depends}, libxi6 (= ${Source-Version}), > > libx11-dev, libxext-dev, x11proto-input-dev > > Pre-Depends: x11-common (>=> 1:7.0.0) > > Description: X11 Input extension library (development headers) > > libXi provides an X Window System client interface to the XINPUT > > Hello, do you know that diff is 'inverted'? I mean, the modified > version seems to be the old one, doesn't it? > I added a versioned dependency in an earlier commit, and then rechecked the code, and the versioned dependency doesn't seem to be needed. The configure script for libxi checks for a newer version of the protocol headers, so the versioned build-dep is needed, but at run time I didn't find anything requiring the newer headers, so I reverted to an unversioned depends. I might be wrong though, so if someone says that libxi-dev actually needs x11proto-input-dev >= 1.4, then I'll happily revert this.
Cheers, Julien -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]