[Pkg-ofed-commits] [librdmacm] 04/18: Imported Debian patch 1.0.7-1

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Wed Jul 2 13:58:23 UTC 2014


This is an automated email from the git hooks/post-receive script.

ana pushed a commit to branch master
in repository librdmacm.

commit b355ac8b7b74b6922798c9ea807591e1a3fd5fb3
Merge: d6d5cac fff8ffe
Author: Roland Dreier <rolandd at cisco.com>
Date:   Fri Mar 28 20:44:44 2008 -0700

    Imported Debian patch 1.0.7-1

 Makefile.am                 |  1 +
 Makefile.in                 |  1 +
 configure                   | 20 +++++++--------
 configure.in                |  4 +--
 debian/changelog            | 13 ++++++++++
 debian/control              |  2 +-
 debian/rules                |  1 +
 debian/watch                |  3 +++
 examples/cmatose.c          | 59 ++++++++++++++++++++++++++++++++++++++++-----
 include/rdma/rdma_cma.h     |  7 ++++++
 include/rdma/rdma_cma_abi.h | 13 +++++++++-
 librdmacm.spec              | 19 ++++++++++-----
 librdmacm.spec.in           | 17 +++++++++----
 man/rdma_migrate_id.3       | 27 +++++++++++++++++++++
 man/ucmatose.1              |  4 +++
 src/cma.c                   | 52 +++++++++++++++++++++++++++++----------
 src/librdmacm.map           |  1 +
 17 files changed, 200 insertions(+), 44 deletions(-)

diff --cc debian/changelog
index 78307c8,0000000..fceeb48
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,5 -1,0 +1,18 @@@
++librdmacm (1.0.7-1) unstable; urgency=low
++
++  * New upstream release:
++    - Set status correctly for rejects.
++    - Add new function rdma_migrate_id().
++  * We actually require libibverbs 1.1 (not 1.0) to build.
++  * Add debian/watch file.
++  * Use DEB_DH_MAKESHLIBS_ARGS_ALL to pass appropriate -V option to
++    dh_makeshlibs, since a new symbol rdma_migrate_id() was added in 
++    librdmacm 1.0.7.
++
++ -- Roland Dreier <rolandd at cisco.com>  Fri, 28 Mar 2008 20:44:44 -0700
++
 +librdmacm (1.0.6-1) unstable; urgency=low
 +
 +  * Initial Release.  (Closes: #462348)
 +
 + -- Roland Dreier <rolandd at cisco.com>  Tue, 05 Feb 2008 13:49:52 -0800
diff --cc debian/control
index 14db34c,0000000..4101c72
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,93 -1,0 +1,93 @@@
 +Source: librdmacm
 +Priority: extra
 +Maintainer: Roland Dreier <rolandd at cisco.com>
- Build-Depends: cdbs (>= 0.4.23-1.1), autotools-dev, debhelper (>= 5), libtool, libibverbs-dev (>= 1.0)
++Build-Depends: cdbs (>= 0.4.23-1.1), autotools-dev, debhelper (>= 5), libtool, libibverbs-dev (>= 1.1)
 +Standards-Version: 3.7.3
 +Section: libs
 +Homepage: http://www.openfabrics.org/
 +
 +Package: librdmacm1
 +Section: libs
 +Architecture: any
 +Depends: ${shlibs:Depends}, ${misc:Depends}
 +Description: A library for managing RDMA connections
 + librdmacm is a library that allows applications to set up reliable
 + connected and unreliable datagram transfers when using RDMA adapters.
 + It provides a transport-neutral interface in the sense that the same
 + code can be used for both InfiniBand and iWARP adapters.  The
 + interface is based on sockets, but adapted for queue pair (QP) based
 + semantics: communication must use a specific RDMA device, and data
 + transfers are message-based.
 + .
 + librdmacm only provides communication management (connection setup
 + and tear-down) and works in conjunction with the verbs interface
 + provided by libibverbs, which provides the interface used to actually
 + transfer data.
 + .
 + This package contains the shared library.
 +
 +Package: librdmacm-dev
 +Section: libdevel
 +Architecture: any
 +Depends: ${misc:Depends}, librdmacm1 (= ${binary:Version})
 +Description: Development files for the librdmacm library
 + librdmacm is a library that allows applications to set up reliable
 + connected and unreliable datagram transfers when using RDMA adapters.
 + It provides a transport-neutral interface in the sense that the same
 + code can be used for both InfiniBand and iWARP adapters.  The
 + interface is based on sockets, but adapted for queue pair (QP) based
 + semantics: communication must use a specific RDMA device, and data
 + transfers are message-based.
 + .
 + librdmacm only provides communication management (connection setup
 + and tear-down) and works in conjunction with the verbs interface
 + provided by libibverbs, which provides the interface used to actually
 + transfer data.
 + .
 + This package is needed to compile programs against librdmacm1.
 + It contains the header files and static libraries (optionally)
 + needed for compiling.
 +
 +Package: librdmacm1-dbg
 +Section: libdevel
 +Priority: extra
 +Architecture: any
 +Depends: ${misc:Depends}, librdmacm1 (= ${binary:Version})
 +Description: Debugging symbols for the librdmacm library
 + librdmacm is a library that allows applications to set up reliable
 + connected and unreliable datagram transfers when using RDMA adapters.
 + It provides a transport-neutral interface in the sense that the same
 + code can be used for both InfiniBand and iWARP adapters.  The
 + interface is based on sockets, but adapted for queue pair (QP) based
 + semantics: communication must use a specific RDMA device, and data
 + transfers are message-based.
 + .
 + librdmacm only provides communication management (connection setup
 + and tear-down) and works in conjunction with the verbs interface
 + provided by libibverbs, which provides the interface used to actually
 + transfer data.
 + .
 + This package contains the debugging symbols associated with
 + librdmacm1. They will automatically be used by gdb for debugging
 + librdmacm-related issues.
 +
 +Package: rdmacm-utils
 +Section: net
 +Architecture: any
 +Depends: ${shlibs:Depends}, ${misc:Depends}
 +Description: Examples for the librdmacm library
 + librdmacm is a library that allows applications to set up reliable
 + connected and unreliable datagram transfers when using RDMA adapters.
 + It provides a transport-neutral interface in the sense that the same
 + code can be used for both InfiniBand and iWARP adapters.  The
 + interface is based on sockets, but adapted for queue pair (QP) based
 + semantics: communication must use a specific RDMA device, and data
 + transfers are message-based.
 + .
 + librdmacm only provides communication management (connection setup
 + and tear-down) and works in conjunction with the verbs interface
 + provided by libibverbs, which provides the interface used to actually
 + transfer data.
 + .
 + This package contains useful librdmacm1 example programs such as
 + rping and udaddy.
diff --cc debian/rules
index 3e70bc3,0000000..82d633e
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,8 -1,0 +1,9 @@@
 +#!/usr/bin/make -f
 +# -*- mode: makefile; coding: utf-8 -*-
 +
 +DEB_DH_INSTALL_SOURCEDIR := debian/tmp
 +DEB_AUTO_UPDATE_LIBTOOL := post
++DEB_DH_MAKESHLIBS_ARGS_ALL := -V 'librdmacm1 (>= 1.0.7)'
 +
 +include /usr/share/cdbs/1/rules/debhelper.mk
 +include /usr/share/cdbs/1/class/autotools.mk
diff --cc debian/watch
index 0000000,0000000..b576b46
new file mode 100644
--- /dev/null
+++ b/debian/watch
@@@ -1,0 -1,0 +1,3 @@@
++version=3
++opts="uversionmangle=s/-rc/~rc/" \
++  http://www.openfabrics.org/downloads/rdmacm/librdmacm-(.+)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ofed/librdmacm.git



More information about the Pkg-ofed-commits mailing list