Could use system-provided libbibutils, if available
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Referencer |
New
|
Undecided
|
Unassigned | ||
referencer (Debian) |
Fix Released
|
Unknown
|
Bug Description
Debian now ships libbibutils, and Ubuntu will follow as soon as the syncs for intrepid (aka 8.10) will be processed. So it would be nice if configure.ac could check for a system-provided libbibutils and use that rather than the included source copy. Unless, of course, there are valid concerns about libbibutils code/API stability I am not aware of.
Original Bug report at http://
Referencer upstream includes its own copy of the bibutils library. As
of recently, there is a bibutils package in Debian that referencer
could use (in principle). I maintain bibutils for Debian, so if
something (aside from the usual lack of time, not knowing about it, etc...)
is blocking referencer from using it, let me know.
Changed in referencer: | |
status: | Unknown → Confirmed |
Changed in referencer (Debian): | |
status: | Confirmed → Fix Released |
Desirable, but not without a few issues:
- The bibutils in referencer has a few modifications to its behaviour. I need to find a bibutils-3.39 tarball to diff it against to find out what these are.
- referencer accesses internal data structures which no sensible library would expose. The reason for that is that libbibutils is primarily for transmogrifying one format into another, whereas referencer actually (ab)uses it for loading bibtex.
- Last time I checked libbibutils was completely undocumented