[Pkg-ofed-commits] [libibverbs] 04/24: Imported Debian patch 1.0.3-1
Ana Beatriz Guerrero López
ana at moszumanska.debian.org
Wed Jul 2 13:16:46 UTC 2014
This is an automated email from the git hooks/post-receive script.
ana pushed a commit to branch master
in repository libibverbs.
commit 018b56daf093b394449d77a5e057066ddf27ae3e
Merge: 5a8111c 3ff8458
Author: Roland Dreier <rolandd at cisco.com>
Date: Tue May 2 15:33:14 2006 -0700
Imported Debian patch 1.0.3-1
ChangeLog | 62 +++++++++++++++++++++++++
Makefile.am | 4 +-
Makefile.in | 14 ++++--
configure | 20 ++++----
configure.in | 4 +-
debian/changelog | 16 +++++++
debian/control | 4 +-
examples/asyncwatch.c | 39 ++++++++++++++--
include/infiniband/arch.h | 8 +++-
include/infiniband/driver.h | 10 +++-
include/infiniband/marshall.h | 27 +++++++++--
include/infiniband/sa-kern-abi.h | 13 ++++--
include/infiniband/sa.h | 45 +++++-------------
include/infiniband/verbs.h | 32 ++++++++++++-
libibverbs.spec | 14 +++---
libibverbs.spec.in | 12 ++---
src/cmd.c | 3 +-
src/device.c | 11 +++--
src/init.c | 48 ++++++++------------
src/libibverbs.map | 8 ++++
src/marshall.c | 38 ++++++++++++----
src/memory.c | 3 +-
examples/asyncwatch.c => src/sysfs.c | 88 ++++++++++++++++++++++--------------
src/verbs.c | 85 ++++++++++++++++++++--------------
24 files changed, 413 insertions(+), 195 deletions(-)
diff --cc debian/changelog
index 68f3082,0000000..4436e85
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,5 -1,0 +1,21 @@@
++libibverbs (1.0.3-1) unstable; urgency=low
++
++ * Change priority to extra, since libibverbs depends on libsysfs2, which
++ has priority extra. (Debian policy section 2.5 states that a package
++ may not depend on another package of lower priority)
++ * New upstream release:
++ - For sparc, only generate membar instruction if compiling for V9
++ instruction set. (Closes: #365559)
++ - Reduce (but not yet eliminate) dependency on libsysfs.
++ - Deprecate some ib_XXX symbol names and introduce ibv_XXX
++ replacements for internal consistency.
++ - Other minor fixes.
++ * Update to Standards-Version: 3.7.2.
++
++ -- Roland Dreier <rolandd at cisco.com> Tue, 2 May 2006 15:33:14 -0700
++
+libibverbs (1.0.2-1) unstable; urgency=low
+
+ * Initial Release. (Closes: #325752)
+
+ -- Roland Dreier <rolandd at cisco.com> Wed, 15 Feb 2006 11:21:59 -0700
diff --cc debian/control
index 98f5aba,0000000..eeda0cb
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,63 -1,0 +1,63 @@@
+Source: libibverbs
- Priority: optional
++Priority: extra
+Maintainer: Roland Dreier <rolandd at cisco.com>
+Build-Depends: cdbs (>= 0.4.25-1), debhelper (>= 5), autotools-dev, libsysfs-dev
- Standards-Version: 3.6.2.1
++Standards-Version: 3.7.2
+Section: libs
+
+Package: libibverbs1
+Section: libs
+Architecture: any
+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.
+ .
+ For this library to be useful, a device-specific plug-in module
+ should also be installed.
+ .
+ This package contains the shared library.
+
+Package: libibverbs-dev
+Section: libdevel
+Architecture: any
+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.
+ .
+ This package is needed to compile programs against libibverbs1.
+ It contains the header files and static libraries (optionally)
+ needed for compiling.
+
+Package: libibverbs1-dbg
+Section: libdevel
+Priority: extra
+Architecture: any
+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.
+ .
+ This package contains the debugging symbols associated with
+ libibverbs1. They will automatically be used by gdb for debugging
+ libibverbs-related issues.
+
+Package: ibverbs-utils
+Section: net
+Architecture: any
+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.
+ .
+ This package contains useful libibverbs1 example programs such as
+ ibv_devinfo, which displays information about InfiniBand devices.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ofed/libibverbs.git
More information about the Pkg-ofed-commits
mailing list