On Tue, Oct 02, 2001 at 04:57:12PM +0100, Hereward Cooper wrote: > How do I state in my debian/control file that the package requires sdl > 1.1.5 (libsdl1.1?)? The program works on libsdl1.2 but how do I tell get > debian to link the two versions together, (so that if you have libsdl1.2 > installed it won't tell you you have to go and get libsdl1.1, like it > does at the moment)?
I bet that if it's linked against libsdl1.1 it won't in fact work against libsdl1.2, even if the source code can be recompiled to work with libsdl1.2. Trust dpkg-shlibdeps ... libsdl1.1 isn't in unstable any more. I'd guess that your best course of action is to build-depend on libsdl1.2-dev and make sure your package is linked against that. -- Colin Watson [[EMAIL PROTECTED]] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]