On Thu, Sep 20, 2007 at 07:29:03PM +0200, Marc Haber wrote: > Exim's default config only uses Berkeley DB files for transient data > such as retry hints, and the postinst code simply removes all db files > that exim_dumpdb gives a non-zero reply code for. > > If the local admin decides to use db files for some input lists, they > need to do manual work.
So build-depending on libdb-dev should mean you wouldn't need to change the b-d ever again unless there's an incompatible API change that isn't handled by the upstream code. Furthermore, it would be possible to switch to a newer version with just a binNMU. Given your transient data description, I doubt there will be any trouble with you always keeping up with what is deemed the "current" version. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

