I seem to be missing the original message from this thread so please pardon the weird attribution:
On Thu, 19 Jul 2007, Tony Earnshaw wrote: > Mike Markley skrev, on 19-07-2007 05:00: >>[...] >> 1. Shared vs. static: Is there any intent to ship libdkim.so as a >> general-use library, or just libdkim.a? I generally prefer to build/ >> ship libdkim.so, but if Debian is the only thing doing so, it's >> probably not very useful. I didn't make a conscious decision to support the static vs. dynamic version of the library. I'm happy to add a hook in site.config.m4 which lets the user select the desired library form if there's demand for such. I'll probably default it to static just out of habit. Feel free to open a feature request as a reminder for me. As for Tonni's point about no libraries, you don't need to install the libraries or headers if all you want is the filter; a static build of both the library and the binary suffice. If however you want a package which contains solely our DKIM development environment, that's when this sort of stuff becomes interesting. >> 2. Headers: What headers should ship with the "development" version of >> the package? Just dkim.h? That should be all any package needs. The other header files are for use in compiling the library only. >> 3. Versioning: Debian requires versioning of shared libraries (and use >> of SONAME). What is the appropriate version number for libdkim in the >> dkim-milter 1.x package? How about 2.x? Should I skip packaging the >> 1.x version of the library entirely? I'd call them 1 and 2 respectively since the APIs are generally unchanged among major version numbers. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ dkim-milter-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dkim-milter-discuss
