dcache
dcache copied to clipboard
debian package, bad reccommendation on xsltproc
Hi.
The Debian package Recommends:
libxml2-utils | xsltproc
However, dcache-storage-descriptor seems to only work with the later and not the former, so there should be either two Recommends like:
libxml2-utils
xsltproc
or maybe even like so (though this looks ugly)
`libxml2-utils | xsltproc`
xsltproc
Ideally the package description would tell which feature of dcache requires which of the Recommends respectively Suggests.
Cheers, Chris.
Problem still exists. I've also just noticed that there's another dependency which seems to support only xsltproc, namely:
dcache-wait-for-cells.
dcache-info-provider seems to work with both.