On Sat, Sep 09, 2006 at 04:20:06PM +0200, Stefan Hornburg wrote: > Can you please explain why dh_movefiles is causing problems with moving > the library to /usr/lib ?
dh_movefiles is generally deprecated (and has been so for several years) for several reasons; I'd guess the debhelper documentation has more information. The dh_install advantage I'm thinking of here is that it can easily move files around in the hierarchy is part of the regular installation; just do "/usr/lib/courier-authlib/libcourierauth*.so* /usr/lib/" and it's done. With dh_movefiles, I believe you need to actually move the file yourself and _then_ install it, or install it manually. /* Steinar */ -- Homepage: http://www.sesse.net/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]