Open calestyo opened 4 years ago
Hi.
The Debian package Recommends: libxml2-utils | xsltproc
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:
dcache-storage-descriptor
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.
xsltproc
dcache-wait-for-cells
dcache-info-provider seems to work with both.
dcache-info-provider
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:or maybe even like so (though this looks ugly)
Ideally the package description would tell which feature of dcache requires which of the Recommends respectively Suggests.
Cheers, Chris.