Re: Migration from Berkeley DB
"Igor B. Poretsky" <[email protected]> Thu, 02 Jul 2026 16:29:37 +0300
| Newsgroups | gmane.linux.debian.qa-packages |
|---|---|
| Message-ID | <[email protected]> |
Hello, >>>>> "Samuel" == Samuel Thibault <[email protected]> writes: >> For the rulex package I've chosen the first way distributing data >> as a database dump that is loaded by the postinst script. I've >> implemented it in my last commit. >> >> Is this solution absolutely correct? Samuel> Not exactly: this is assuming that the architecture of the Samuel> installed lmdb-utils package is the same as the rulex Samuel> package. Though, if I understand right, the dump format is designed just for transferring data platform independently, isn't it? Samuel> The concern, however, is that the database is currently in Samuel> /usr/share/freespeech which is supposed to have only Samuel> arch-independent data. And to keep the multi-arch property Samuel> we'd have to rather use a multiarch path, so it should Samuel> rather be moved to /usr/lib/${arch}/freespeech I'd rather prefer /usr/lib/freespeech to not disturb multispeech making its default configuration platform dependent. By the way, I've received a note that multispeech package is marked for autoremoval from testing, and I cannot figure out what should I do fo the situation. Help me, please, if it is possible. Best regards, Igor.