aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2006-09-06 21:33:03 +0000
committerRoland Dreier <rolandd@cisco.com>2006-11-09 19:57:07 -0800
commit630dffe6ccebf6ea3ca2a1b35584eab2ebe20f93 (patch)
tree40bdd82de5831835079c2a93de310e3f54301df5
parent39632d6c2a24616917cf21e1941e13ed1eab4a7f (diff)
downloadlibmthca-630dffe6ccebf6ea3ca2a1b35584eab2ebe20f93.tar.gz
Debian packaging improvements
Signed-off-by: Roland Dreier <rolandd@cisco.com>
-rw-r--r--debian/changelog5
-rw-r--r--debian/control26
2 files changed, 23 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog
index 51c064b..87c4b7f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,11 @@
libmthca (1.0.3-1) unstable; urgency=low
* New upstream release.
+ * Build against libibverbs 1.0.4, with fixed sparc mb() definition.
+ (Closes: #365559)
+ * Improve package description.
- -- Roland Dreier <rolandd@cisco.com> Wed, 26 Jul 2006 15:58:01 -0700
+ -- Roland Dreier <rolandd@cisco.com> Wed, 6 Sep 2006 14:31:51 -0700
libmthca (1.0.2-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 94796d6..002cb1f 100644
--- a/debian/control
+++ b/debian/control
@@ -9,22 +9,30 @@ 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.
+Description: A userspace driver for Mellanox InfiniBand HCAs
+ libmthca is a device-specific driver for Mellanox InfiniBand host
+ channel adapters (HCAs) for the libibverbs library. This allows
+ userspace processes to access Mellanox HCA hardware directly with
+ low latency and low overhead.
.
This package contains the loadable plug-in.
+ .
+ Homepage: http://www.openfabrics.org/
Package: libmthca-dev
Section: libdevel
Architecture: any
Depends: ${misc: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.
+ libmthca is a device-specific driver for Mellanox InfiniBand host
+ channel adapters (HCAs) for the libibverbs library. This allows
+ userspace processes to access Mellanox HCA hardware directly with
+ low latency and low overhead.
.
This package contains static versions of libmthca that may be linked
directly to an application, which may be useful for debugging.
+ .
+ Homepage: http://www.openfabrics.org/
Package: libmthca1-dbg
Section: libdevel
@@ -32,9 +40,13 @@ Priority: extra
Architecture: any
Depends: ${misc:Depends}, libmthca1 (= ${Source-Version})
Description: Debugging symbols for the libmthca driver
- libmthca is a device-specific driver for Mellanox InfiniBand HCAs for
- the libibverbs library.
+ libmthca is a device-specific driver for Mellanox InfiniBand host
+ channel adapters (HCAs) for the libibverbs library. This allows
+ userspace processes to access Mellanox HCA hardware directly with
+ low latency and low overhead.
.
This package contains the debugging symbols associated with
libmthca1. They will automatically be used by gdb for debugging
libmthca-related issues.
+ .
+ Homepage: http://www.openfabrics.org/