]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/ofed/libmthca/debian/control.in
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / ofed / libmthca / debian / control.in
1 Source: libmthca
2 Priority: extra
3 Maintainer: Roland Dreier <rolandd@cisco.com>
4 Build-Depends: @cdbs@, dpkg-dev (>= 1.13.19), libibverbs-dev (>= 1.1)
5 Standards-Version: 3.7.3
6 Section: libs
7 Homepage: http://www.openfabrics.org/
8
9 Package: libmthca1
10 Section: libs
11 Architecture: any
12 Depends: ${shlibs:Depends}, ${misc:Depends}
13 Description: A userspace driver for Mellanox InfiniBand HCAs
14  libmthca is a device-specific driver for Mellanox InfiniBand host
15  channel adapters (HCAs) for the libibverbs library.  This allows
16  userspace processes to access Mellanox HCA hardware directly with
17  low latency and low overhead.
18  .
19  This package contains the loadable plug-in.
20
21 Package: libmthca-dev
22 Section: libdevel
23 Architecture: any
24 Depends: ${misc:Depends}, libmthca1 (= ${binary:Version})
25 Description: Development files for the libmthca driver
26  libmthca is a device-specific driver for Mellanox InfiniBand host
27  channel adapters (HCAs) for the libibverbs library.  This allows
28  userspace processes to access Mellanox HCA hardware directly with
29  low latency and low overhead.
30  .
31  This package contains static versions of libmthca that may be linked
32  directly to an application, which may be useful for debugging.
33
34 Package: libmthca1-dbg
35 Section: libdevel
36 Priority: extra
37 Architecture: any
38 Depends: ${misc:Depends}, libmthca1 (= ${binary:Version})
39 Description: Debugging symbols for the libmthca driver
40  libmthca is a device-specific driver for Mellanox InfiniBand host
41  channel adapters (HCAs) for the libibverbs library.  This allows
42  userspace processes to access Mellanox HCA hardware directly with
43  low latency and low overhead.
44  .
45  This package contains the debugging symbols associated with
46  libmthca1. They will automatically be used by gdb for debugging
47  libmthca-related issues.