[Pkg-ofed-commits] [librdmacm] 08/18: Imported Debian patch 1.0.10-1

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Wed Jul 2 13:58:24 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 511f5bc695692d027aaba6bac4fed65e644054d2
Merge: 8c5f993 5062165
Author: Roland Dreier <rolandd at cisco.com>
Date:   Wed Nov 18 15:40:14 2009 -0800

    Imported Debian patch 1.0.10-1

 configure          |  20 ++++----
 configure.in       |   4 +-
 debian/changelog   |  10 ++++
 debian/compat      |   2 +-
 debian/control     |   6 +--
 debian/rules       |  16 ++++--
 examples/cmatose.c |  69 ++++++++++++++------------
 examples/mckey.c   |  12 ++---
 examples/rping.c   |  56 +++++++++++----------
 examples/udaddy.c  |  20 ++++----
 librdmacm.spec     |   4 +-
 librdmacm.spec.in  |   2 +-
 man/rdma_cm.7      |  16 +++---
 src/cma.c          | 140 +++++++++++++++++++++++++++++------------------------
 14 files changed, 210 insertions(+), 167 deletions(-)

diff --cc debian/changelog
index 792faff,0000000..d2ec3ba
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,27 -1,0 +1,37 @@@
++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/compat
index 7ed6ff8,0000000..7f8f011
mode 100644,000000..100644
--- a/debian/compat
+++ b/debian/compat
@@@ -1,1 -1,0 +1,1 @@@
- 5
++7
diff --cc debian/control
index 4101c72,0000000..544aa03
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.1)
- Standards-Version: 3.7.3
++Build-Depends: autoconf, automake, libtool, debhelper (>= 7.0.50~), dpkg-dev (>= 1.13.19), libibverbs-dev (>= 1.1)
++Standards-Version: 3.8.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
++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/rules
index 82d633e,0000000..3803834
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,9 -1,0 +1,15 @@@
 +#!/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)'
++%:
++	dh $@
 +
- include /usr/share/cdbs/1/rules/debhelper.mk
- include /usr/share/cdbs/1/class/autotools.mk
++override_dh_strip:
++	dh_strip --dbg-package=librdmacm1-dbg
++
++override_dh_makeshlibs:
++	dh_makeshlibs -V 'librdmacm1 (>= 1.0.7)'
++
++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