it seems that both the
is it necessary that
proxmox-spamassassin (from PMG) and the sa-compile (from stock Debian) provide a /usr/bin/sa-compile file, which prevents the two from being co-installable.is it necessary that
proxmox-spamassassin provides that binary (rather than depending on the sa-compile package from Debian)?- if yes, shouldn't there be a
clause in the .deb metadata?Code:
Replaces: sa-compile - if no (because the actual binary is not modified), you probably need to add a
clause (so that the dependencies forCode:
Provides: spamassassinsa-compilecan be satisfied)
Last edited: