[Pkg-ofed-commits] [librdmacm] 15/18: Imported Debian patch 1.0.15-1

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Wed Jul 2 13:58:25 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 792b5241c57687d5e8899d7ac6fd3203e76aa0a8
Merge: 433c683 3657f18
Author: Roland Dreier <rbd at debian.org>
Date:   Sun Jun 17 18:01:31 2012 -0700

    Imported Debian patch 1.0.15-1

 Makefile.am                            |  11 +-
 Makefile.in                            |  61 ++-
 README                                 |  11 +
 config.h.in                            |   3 +
 configure                              | 147 +++++--
 configure.in                           |   7 +-
 debian/changelog                       |  12 +
 debian/control                         |   5 +-
 debian/librdmacm-dev.install           |   3 +-
 debian/patches/link-with-pthread.patch |  25 --
 debian/patches/series                  |   1 -
 debian/rules                           |   2 +-
 examples/cmatose.c                     |  12 +-
 examples/rdma_server.c                 |   2 +-
 examples/rdma_xclient.c                | 297 +++++++++++++
 examples/rdma_xserver.c                | 376 +++++++++++++++++
 examples/rping.c                       |  10 +-
 include/rdma/rdma_cma.h                |  36 +-
 include/rdma/rdma_cma_abi.h            |  62 ++-
 include/rdma/rdma_verbs.h              |  26 +-
 librdmacm.spec                         |   4 +-
 librdmacm.spec.in                      |   2 +-
 man/rdma_accept.3                      |   7 +-
 man/rdma_connect.3                     |   3 +
 man/rdma_create_qp.3                   |   3 +-
 man/rdma_create_srq.3                  |  44 ++
 man/rdma_destroy_ep.3                  |   5 +-
 man/rdma_destroy_srq.3                 |  21 +
 man/rdma_join_multicast.3              |   9 +-
 man/rdma_notify.3                      |   6 +-
 man/rdma_xclient.1                     |  35 ++
 man/rdma_xserver.1                     |  29 ++
 src/addrinfo.c                         |  58 ++-
 src/cma.c                              | 750 +++++++++++++++++----------------
 src/librdmacm.map                      |   2 +
 35 files changed, 1588 insertions(+), 499 deletions(-)

diff --cc debian/changelog
index b538909,0000000..e0b0560
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,65 -1,0 +1,77 @@@
++librdmacm (1.0.15-1) unstable; urgency=low
++
++  * New upstream release.
++  * Update dh_makeshlibs call, since new functions rdma_create_srq() and
++    rdma_destroy_srq() were added in 1.0.15.
++  * Drop link-with-pthread.patch (applied upstream).
++  * Don't use brace expansion for {a,so} in librdmacm-dev.install
++  * Update to Standards-Version: 3.9.3 (no changes needed).
++  * Update maintainer and remove DM-Upload-Allowed now that I'm a DD.
++
++ -- Roland Dreier <rbd at debian.org>  Sun, 17 Jun 2012 18:01:31 -0700
++
 +librdmacm (1.0.14.1-2) unstable; urgency=low
 +
 +  * Don't ship .la files.  (Closes: #633229)
 +
 + -- Roland Dreier <roland at digitalvampire.org>  Tue, 12 Jul 2011 21:15:18 -0700
 +
 +librdmacm (1.0.14.1-1) unstable; urgency=low
 +
 +  * New upstream release.
 +    - Fix problem with some versions of cxgb3 driver
 +  * Update to Standards-Version: 3.9.2 (no changes needed).
 +  * Set DM-Upload-Allowed to yes.
 +  * Still linking directly with libpthread.  (Closes: #618071)
 +
 + -- Roland Dreier <roland at digitalvampire.org>  Wed, 20 Apr 2011 10:27:55 -0700
 +
 +librdmacm (1.0.14-1) experimental; urgency=low
 +
 +  * Switch to dpkg-source 3.0 (quilt) format.
 +  * Update to Standards-Version: 3.9.1 (no changes needed).
 +  * New upstream release.
 +    - Add IPv6 support
 +    - Add new higher-level, simpler API
 +    - Add new client/server examples
 +  * Link directly with libpthread.  (Closes: #555380)
 +
 + -- Roland Dreier <rolandd at cisco.com>  Wed, 15 Dec 2010 11:24:19 -0800
 +
 +librdmacm (1.0.10-1) unstable; urgency=low
 +
 +  * Update to Standards-Version: 3.8.3 (no changes needed).
 +  * Move -dbg package to section debug.
 +  * Change build system from cdbs to debhelper 7.
 +  * New upstream release:
 +    - Many small fixes.
 +
 + -- Roland Dreier <rolandd at cisco.com>  Wed, 18 Nov 2009 15:40:14 -0800
 +
 +librdmacm (1.0.8-1) unstable; urgency=low
 +
 +  * New upstream release:
 +    - Report address change and timewait exit events (requires
 +      kernel 2.6.27).
 +    - Minor enhancements to example programs.
 +
 + -- Roland Dreier <rolandd at cisco.com>  Fri, 08 Aug 2008 14:24:16 -0700
 +
 +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 f1f6d5d,0000000..c0402a6
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,94 -1,0 +1,93 @@@
 +Source: librdmacm
 +Priority: extra
- Maintainer: Roland Dreier <roland at digitalvampire.org>
- DM-Upload-Allowed: yes
++Maintainer: Roland Dreier <rbd at debian.org>
 +Build-Depends: autoconf, automake, libtool, debhelper (>= 7.0.50~), dpkg-dev (>= 1.13.19), libibverbs-dev (>= 1.1)
- Standards-Version: 3.9.2
++Standards-Version: 3.9.3
 +Section: libs
 +Homepage: http://www.openfabrics.org/
 +
 +Package: librdmacm1
 +Section: libs
 +Architecture: any
 +Depends: ${shlibs:Depends}, ${misc:Depends}
 +Description: 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: debug
 +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/librdmacm-dev.install
index 4693f4a,0000000..b88ad31
mode 100644,000000..100644
--- a/debian/librdmacm-dev.install
+++ b/debian/librdmacm-dev.install
@@@ -1,4 -1,0 +1,5 @@@
 +usr/include
- usr/lib/librdmacm*.{a,so}
++usr/lib/librdmacm*.a
++usr/lib/librdmacm*.so
 +usr/share/man/man3
 +usr/share/man/man7
diff --cc debian/rules
index 3803834,0000000..1fb7841
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,15 -1,0 +1,15 @@@
 +#!/usr/bin/make -f
 +# -*- mode: makefile; coding: utf-8 -*-
 +
 +%:
 +	dh $@
 +
 +override_dh_strip:
 +	dh_strip --dbg-package=librdmacm1-dbg
 +
 +override_dh_makeshlibs:
- 	dh_makeshlibs -V 'librdmacm1 (>= 1.0.7)'
++	dh_makeshlibs -V 'librdmacm1 (>= 1.0.15)'
 +
 +override_dh_auto_configure:
 +	autoreconf -f -i
 +	dh_auto_configure

-- 
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