Skip to content

Commit 8b312ff

Browse files
committed
DEBIAN: Add Provides field for upstream packages
Declare that this UCX package also provides the upstream package, so any package that depend on the upstream package could use this one instead.
1 parent cd31ce1 commit 8b312ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

debian/control.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Depends: libc6, libgomp1
2121
Architecture: any
2222
Conflicts: libucx0 (<< ${binary:Version}), libucx-dev (<< ${binary:Version}), ucx-utils (<< ${binary:Version})
2323
Replaces: libucx0 (<< ${binary:Version}), libucx-dev (<< ${binary:Version}), ucx-utils (<< ${binary:Version})
24+
Provides: libucx0 (= ${binary:Version}), libucx-dev (= ${binary:Version}), ucx-utils (= ${binary:Version})
2425
Description: Unified Communication X
2526
UCX is a communication library implementing high-performance messaging.
2627
.

0 commit comments

Comments
 (0)