Hi! On Wednesday 21 February 2007 22:41:48 Markus Raab wrote: > Am Dienstag, 20. Februar 2007 13:48 schrieb Joan Valduvieco Llopart: > > I have built debian packages for elektra that work with 0.6.8 version. > > Previously I've tried using debian/ info from svn against svn sources and > > 0.6.8 without success. > > Thats really great, thank you very much! > > > Basically there is: > > * libelektra Which contains libraries and filesys backend > > * libelektra-berkeleydb Which contains berkeleydb backend and adds to the > > alternatives system (libelektra_default). > > * libelektra-utils Which contains kdb program and manpages > > * libelektra-dev Which contains development files and dev-manpages. > > * libelektra-doc Containing API reference. > > Wow, exactly as it should be! > > > I am willing to continue working on these packages and submit to debian > > if someone is interested. I've contacted sfllaw (which is the owner of > > ITP #311371) without response. > > Submit to debian would be great. > > > Some things I found during testing: > Why does libelektra depends on libelektra-utils? It is ok to install only > the library.
libelektra-utils contains kdb wich is used in libelektra postinst script in order to configre some parameters. I'm no libelektra guru (I am using it's C API on a project but I haven't deep knowledge of it).. Is the following command necessary for elektra working with filesys backend? kdb set system/sw/kdb/current/schemapath "/usr/share/sgml/elektra-0.1.1/elektra.xsd" If it is not necessary I can remove from libelektra postinst script and break the dependency. > It is possible to install libelektra-dev for itself without libelektra? No. -dev contains dev manpages, soft links necessary for linking, static libraries and examples. Without libelektra package you have no libraries to link to. > The licence does not contain copyright notice to Avi. Ouch! I'll fix this. > update-alternatives is a really great solution for now! > > It works great! > > Thank you > Markus Raab > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Registry-list mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/registry-list ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Registry-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/registry-list
