Hi Tomasz, I'm packaging Kea right now, and hopefully I will have it ready by end of the week. But I do have some questions and it would be beneficial if you could answer them.
1. Currently Kea has one combined config file. Since I would like to split the IPv4, Ipv6 and DDNS services into separate packages, is there any potential problem in splitting the config file into three distinct config files? 2. Kea seem to be composed of a large number of dynamic libraries. Is there any particular reason to ship these in separate packages instead of one? Are there any libraries that are intended for users and not just internal usage? Also, some of the libraries do not contain all the symbols that they use. (you can use c++filt to change mangled names to readable ones) Thanks, Adam dpkg-shlibdeps: warning: symbol _ZN3isc3dns6OpcodeC1Eh used by debian/kea-common/usr/lib/x86_64-linux-gnu/libkea-asiodns.so.0.0.0 found in none of the libraries dpkg-shlibdeps: warning: symbol _ZN3isc3dns7Message11addQuestionERKNS0_8QuestionE used by debian/kea-common/usr/lib/x86_64-linux-gnu/libkea-asiodns.so.0.0.0 found in none of the libraries dpkg-shlibdeps: warning: symbol _ZN3isc3dns7Message6setQidEt used by debian/kea-common/usr/lib/x86_64-linux-gnu/libkea-asiodns.so.0.0.0 found in none of the libraries dpkg-shlibdeps: warning: symbol _ZN3isc3dns7Message13setHeaderFlagENS1_10HeaderFlagEb used by debian/kea-common/usr/lib/x86_64-linux-gnu/libkea-asiodns.so.0.0.0 found in none of the libraries dpkg-shlibdeps: warning: symbol _ZN3isc3dns15SectionIteratorIN5boost10shared_ptrINS0_8QuestionEEEED1Ev used by debian/kea-common/usr/lib/x86_64-linux-gnu/libkea-asiodns.so.0.0.0 found in none of the libraries dpkg-shlibdeps: warning: symbol _ZN3isc3dns7Message8setRcodeERKNS0_5RcodeE used by debian/kea-common/usr/lib/x86_64-linux-gnu/libkea-asiodns.so.0.0.0 found in none of the libraries dpkg-shlibdeps: warning: symbol _ZN3isc3dns7Message9setOpcodeERKNS0_6OpcodeE used by debian/kea-common/usr/lib/x86_64-linux-gnu/libkea-asiodns.so.0.0.0 found in none of the libraries dpkg-shlibdeps: warning: symbol _ZNK3isc3dns7Message13beginQuestionEv used by debian/kea-common/usr/lib/x86_64-linux-gnu/libkea-asiodns.so.0.0.0 found in none of the libraries dpkg-shlibdeps: warning: symbol _ZN3isc3dns7MessageC1ENS1_4ModeE used by debian/kea-common/usr/lib/x86_64-linux-gnu/libkea-asiodns.so.0.0.0 found in none of the libraries dpkg-shlibdeps: warning: symbol _ZNK3isc3dns15SectionIteratorIN5boost10shared_ptrINS0_8QuestionEEEEdeEv used by debian/kea-common/usr/lib/x86_64-linux-gnu/libkea-asiodns.so.0.0.0 found in none of the libraries dpkg-shlibdeps: warning: 9 other similar warnings have been skipped (use -v to see them all) -- Adam Majer ad...@zombino.com