aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
blob: b3e9866744604d308cb9e5667ec68721f3218891 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Source: libmthca
Priority: optional
Maintainer: Roland Dreier <rolandd@cisco.com>
Build-Depends: cdbs (>= 0.4.25-1), debhelper (>= 4.1.0), libibverbs-dev (>= 0.1.0), autotools-dev
Standards-Version: 3.6.1
Section: libs

Package: libmthca1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: A userspace driver for Mellanox HCAs
 libmthca is a device-specific driver for Mellanox InfiniBand HCAs for
 the libibverbs library.
 .
 This package contains the loadable plug-in.

Package: libmthca-dev
Section: libdevel
Architecture: any
Depends: libmthca1 (= ${Source-Version})
Description: Development files for the libmthca driver
 libmthca is a device-specific driver for Mellanox InfiniBand HCAs for
 the libibverbs library.
 .
 This package contains static versions of libmthca that may be linked
 directly to an application, which may be useful for debugging.

Package: libmthca1-dbg
Section: libdevel
Priority: extra
Architecture: any
Depends: libmthca1 (= ${Source-Version})
Description: Development files for the libmthca driver
 libmthca is a device-specific driver for Mellanox InfiniBand HCAs for
 the libibverbs library.
 .
 This package contains the debugging symbols associated with
 libmthca1. They will automatically be used by gdb for debugging
 libmthca-related issues.