Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 937074b

Browse files
committed
debian: Rely on dh_shlibdeps for determining the dependencies
Rely on `dh_shlibdeps` to determine the dependencies of perftest (by setting `shlibs:Depends`) instead of hard-coding them.
1 parent 5ae53ba commit 937074b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

debian/control

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@ Source: perftest
22
Section: net
33
Priority: extra
44
Maintainer: Gil Rockah <[email protected]>
5-
Build-Depends: debhelper (>= 8.0.0), libibverbs-dev (>= 1.1.6), librdmacm-dev
5+
Build-Depends: debhelper (>= 8.0.0),
6+
libibverbs-dev (>= 1.1.6),
7+
librdmacm-dev (>= 1.0.8)
68
Standards-Version: 3.9.2
79
Homepage: https://openfabrics.org/downloads/perftest/
810
Vcs-Git: git://git.openfabrics.org/~shamoya/perftest.git
911
Vcs-Browser: http://git.openfabrics.org/git?p=~shamoya/perftest.git;a=summary
1012

1113
Package: perftest
1214
Architecture: any
13-
Depends: ${shlibs:Depends}, ${misc:Depends}, libibverbs1 (>= 1.1.6), librdmacm1 (>=1.0.8)
15+
Depends: ${misc:Depends}, ${shlibs:Depends}
1416
Description: Infiniband verbs performance tests
1517
This is a collection of tests written using Infiniband verbs intended for
1618
use as a performance micro-benchmark. The tests can measure the latency

0 commit comments

Comments
 (0)