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 11:36:33 -0800
commit5438aadd00de0f97792bc57ececc66985d38b9ab (patch)
tree43cca8a4cf354dd1852e39ad16353231eb648eb4
parent7bc3e9c0a67565392b637ab2898ba9b4b5b6a645 (diff)
downloadlibibverbs-5438aadd00de0f97792bc57ececc66985d38b9ab.tar.gz
Debian packaging improvements
Signed-off-by: Roland Dreier <rolandd@cisco.com>
-rw-r--r--debian/changelog3
-rw-r--r--debian/control38
2 files changed, 29 insertions, 12 deletions
diff --git a/debian/changelog b/debian/changelog
index d72f8a2..81b60cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
libibverbs (1.0.4-1) unstable; urgency=low
* New upstream release.
+ * Improve package description.
- -- Roland Dreier <rolandd@cisco.com> Thu, 4 May 2006 13:46:44 -0700
+ -- Roland Dreier <rolandd@cisco.com> Wed, 6 Sep 2006 14:31:09 -0700
libibverbs (1.0.3-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index eeda0cb..dc99746 100644
--- a/debian/control
+++ b/debian/control
@@ -12,13 +12,17 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
Description: A library for direct userspace use of InfiniBand
libibverbs is a library that allows userspace processes to use
InfiniBand "verbs" as described in the InfiniBand Architecture
- Specification. This includes direct hardware access for fast path
- operations.
+ Specification. InfiniBand is a high-throughput, low-latency
+ networking technology. InfiniBand host channel adapters (HCAs)
+ commonly support direct hardware access from userspace (kernel
+ bypass), and libibverbs supports this when available.
.
For this library to be useful, a device-specific plug-in module
should also be installed.
.
This package contains the shared library.
+ .
+ Homepage: http://www.openfabrics.org/
Package: libibverbs-dev
Section: libdevel
@@ -27,12 +31,16 @@ Depends: ${misc:Depends}, libibverbs1 (= ${Source-Version}), libsysfs-dev
Description: Development files for the libibverbs library
libibverbs is a library that allows userspace processes to use
InfiniBand "verbs" as described in the InfiniBand Architecture
- Specification. This includes direct hardware access for fast path
- operations.
+ Specification. InfiniBand is a high-throughput, low-latency
+ networking technology. InfiniBand host channel adapters (HCAs)
+ commonly support direct hardware access from userspace (kernel
+ bypass), and libibverbs supports this when available.
.
- This package is needed to compile programs against libibverbs1.
+ This package is needed to compile programs against libibverbs2.
It contains the header files and static libraries (optionally)
needed for compiling.
+ .
+ Homepage: http://www.openfabrics.org/
Package: libibverbs1-dbg
Section: libdevel
@@ -42,12 +50,16 @@ Depends: ${misc:Depends}, libibverbs1 (= ${Source-Version})
Description: Debugging symbols for the libibverbs library
libibverbs is a library that allows userspace processes to use
InfiniBand "verbs" as described in the InfiniBand Architecture
- Specification. This includes direct hardware access for fast path
- operations.
+ Specification. InfiniBand is a high-throughput, low-latency
+ networking technology. InfiniBand host channel adapters (HCAs)
+ commonly support direct hardware access from userspace (kernel
+ bypass), and libibverbs supports this when available.
.
This package contains the debugging symbols associated with
- libibverbs1. They will automatically be used by gdb for debugging
+ libibverbs2. They will automatically be used by gdb for debugging
libibverbs-related issues.
+ .
+ Homepage: http://www.openfabrics.org/
Package: ibverbs-utils
Section: net
@@ -56,8 +68,12 @@ Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Examples for the libibverbs library
libibverbs is a library that allows userspace processes to use
InfiniBand "verbs" as described in the InfiniBand Architecture
- Specification. This includes direct hardware access for fast path
- operations.
+ Specification. InfiniBand is a high-throughput, low-latency
+ networking technology. InfiniBand host channel adapters (HCAs)
+ commonly support direct hardware access from userspace (kernel
+ bypass), and libibverbs supports this when available.
.
- This package contains useful libibverbs1 example programs such as
+ This package contains useful libibverbs2 example programs such as
ibv_devinfo, which displays information about InfiniBand devices.
+ .
+ Homepage: http://www.openfabrics.org/