[Pkg-ofed-commits] [librdmacm] 02/18: Imported Debian patch 1.0.6-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 d6d5cac00f12c680d7bffe7a24688ddbce3ee765
Author: Roland Dreier <rolandd at cisco.com>
Date: Tue Feb 5 13:49:52 2008 -0800
Imported Debian patch 1.0.6-1
---
debian/changelog | 5 +++
debian/compat | 1 +
debian/control | 93 ++++++++++++++++++++++++++++++++++++++++++++
debian/copyright | 44 +++++++++++++++++++++
debian/librdmacm-dev.install | 4 ++
debian/librdmacm1.install | 1 +
debian/rdmacm-utils.install | 2 +
debian/rules | 8 ++++
8 files changed, 158 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..78307c8
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+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 --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7ed6ff8
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..14db34c
--- /dev/null
+++ b/debian/control
@@ -0,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)
+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 --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..a0b8023
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,44 @@
+Initial Debianization:
+This package was debianized by Roland Dreier <rolandd at cisco.com> on
+Mon, 21 Jan 2008 13:18:49 -0800
+
+Source:
+It was downloaded from the OpenFabrics web site at
+<http://www.openfabrics.org/downloads/rdmacm/>
+
+Author:
+ Sean Hefty <sean.hefty at intel.com>
+
+Portions are copyrighted by:
+ * Copyright (c) 2005 Ammasso, Inc. All rights reserved.
+ * Copyright (c) 2005 Voltaire Inc. All rights reserved.
+ * Copyright (c) 2005-2007 Intel Corporation. All rights reserved.
+ * Copyright (c) 2006 Open Grid Computing, Inc. All rights reserved.
+
+librdmacm is licensed under a choice of one of two licenses. You may
+choose to be licensed under the terms of the GNU General Public
+License (GPL) Version 2, available from the file
+/usr/share/common-licenses/GPL-2 on your Debian system, or the
+OpenIB.org BSD license below:
+
+ Redistribution and use in source and binary forms, with or
+ without modification, are permitted provided that the following
+ conditions are met:
+
+ - Redistributions of source code must retain the above
+ copyright notice, this list of conditions and the following
+ disclaimer.
+
+ - Redistributions in binary form must reproduce the above
+ copyright notice, this list of conditions and the following
+ disclaimer in the documentation and/or other materials
+ provided with the distribution.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/debian/librdmacm-dev.install b/debian/librdmacm-dev.install
new file mode 100644
index 0000000..cf48983
--- /dev/null
+++ b/debian/librdmacm-dev.install
@@ -0,0 +1,4 @@
+usr/include
+usr/lib/librdmacm*.{a,la,so}
+usr/share/man/man3
+usr/share/man/man7
diff --git a/debian/librdmacm1.install b/debian/librdmacm1.install
new file mode 100644
index 0000000..55d21c9
--- /dev/null
+++ b/debian/librdmacm1.install
@@ -0,0 +1 @@
+usr/lib/librdmacm*.so.*
diff --git a/debian/rdmacm-utils.install b/debian/rdmacm-utils.install
new file mode 100644
index 0000000..98d1583
--- /dev/null
+++ b/debian/rdmacm-utils.install
@@ -0,0 +1,2 @@
+usr/bin
+usr/share/man/man1
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..3e70bc3
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+
+DEB_DH_INSTALL_SOURCEDIR := debian/tmp
+DEB_AUTO_UPDATE_LIBTOOL := post
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
--
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