dCache / dcache

dCache - a system for storing and retrieving huge amounts of data, distributed among a large number of heterogenous server nodes, under a single virtual filesystem tree with a variety of standard access methods
https://dcache.org
284 stars 135 forks source link

debian package, bad reccommendation on xsltproc #5279

Open calestyo opened 4 years ago

calestyo commented 4 years ago

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.

calestyo commented 1 year ago

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.