<div dir="auto">Well, NUT does "since forever" have reference docs on packaging into 8 or so entities each with its dependency tree, so heavy stuff can be pulled in on a need-to-have basis. As anything, it can be improved and updated, but it is there and many systems follow it. Those who missed the memo... the onus is on them.<div dir="auto"><br></div><div dir="auto">The `nut-scanner` tool (and its lib) design using run-time `dlopen()` of available dependencies (might be pulled for drivers the particular system needs) instead of "normal" linking with everything at build time pursues the same goal, as far as its package-required footprint goes.</div><div dir="auto"><br></div><div dir="auto">Jim</div><div dir="auto"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Aug 21, 2024, 20:28 Greg Troxel via Nut-upsuser <<a href="mailto:nut-upsuser@alioth-lists.debian.net">nut-upsuser@alioth-lists.debian.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Jim Klimov via Nut-upsuser <<a href="mailto:nut-upsuser@alioth-lists.debian.net" target="_blank" rel="noreferrer">nut-upsuser@alioth-lists.debian.net</a>> writes:<br>
<br>
> Upsmon as such has no need for XML (libneon et al); that would be<br>
> nut-scanner and the Eaton NetXML protocol driver.<br>
<br>
Sure, but it is normal for packaging systems to build the entire<br>
project, so that whatever someone wants is available, and thus depend on<br>
the union of the dependencies.   That's what ups-nut more or less<br>
suggests by building everything at once, instead  of having N separate<br>
tarballs to be built/installed.<br>
<br>
The art is choosing how much grief to goto to make split packages,<br>
guessing on who wants what, and who won't already have the dependencies.<br>
Things like libxml are IMHO not a big deal; qt on the other hand is a<br>
major problem, to pick an extreme (for a program that is not a<br>
using-facing qt app; for qgis it's fine).<br>
<br>
_______________________________________________<br>
Nut-upsuser mailing list<br>
<a href="mailto:Nut-upsuser@alioth-lists.debian.net" target="_blank" rel="noreferrer">Nut-upsuser@alioth-lists.debian.net</a><br>
<a href="https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/nut-upsuser" rel="noreferrer noreferrer" target="_blank">https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/nut-upsuser</a><br>
</blockquote></div>