Skip to content

Commit 65a897d

Browse files
committed
DEBIAN: Update the control file
1 parent 8f3960a commit 65a897d

1 file changed

Lines changed: 15 additions & 5 deletions

File tree

debian/control.template

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,23 +33,33 @@ Vcs-Browser: https://gitlab.cern.ch/dss/eos
3333
Package: eos-client
3434
Architecture: any
3535
Multi-Arch: same
36-
Depends: ${shlibs:Depends}, systemd, eos-grpc, libeosxrootd-client-dev (>= _XRD_DEB_VER_), eos-xrootd-plugins (>= _XRD_DEB_VER_)
36+
Depends: ${shlibs:Depends}, systemd,
37+
eos-grpc,
38+
eos-xrootd-plugins (>= _XRD_DEB_VER_),
39+
libeosxrootd-client-dev (>= _XRD_DEB_VER_),
40+
libeosxrdposix3t64 (>= _XRD_DEB_VER_),
41+
libeosxrdutils3t64 (>= _XRD_DEB_VER_),
42+
libeosxrdcl3t64 (>= _XRD_DEB_VER_)
3743
Description: EOS client package
3844

3945
Package: eos-fusex
4046
Architecture: any
4147
Multi-Arch: same
42-
Depends: ${shlibs:Depends}, eos-grpc, eos-client (=${binary:Version}), fuse, fuse3, libeosxrootd-client-dev (>= _XRD_DEB_VER_)
48+
Depends: ${shlibs:Depends}, eos-grpc, fuse, fuse3,
49+
eos-client (=${binary:Version}),
50+
libeosxrootd-client-dev (>= _XRD_DEB_VER_),
51+
libeosxrdcl3t64 (>= _XRD_DEB_VER_),
52+
libeosxrdutils3t64 (>= _XRD_DEB_VER_)
4353
Replaces: eos-fuse
44-
Description: The new EOS fuse client bundle
54+
Description: EOS fuse client bundle
4555

4656
Package: eos-test
4757
Architecture: any
4858
Multi-Arch: same
4959
Depends: ${shlibs:Depends}, eos-grpc, bc, davix, jq
50-
Description: The EOS test package
60+
Description: EOS test package
5161

5262
Package: eos-testkeytab
5363
Architecture: any
5464
Multi-Arch: same
55-
Description: The EOS testkeytab package
65+
Description: EOS testkeytab package

0 commit comments

Comments
 (0)