[Pkg-ofed-commits] [libibverbs] 02/24: Imported Debian patch 1.0.2-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 5a8111cf2c5d808709cdf844e72e7e369f6270da
Author: Roland Dreier <rolandd at cisco.com>
Date:   Wed Feb 15 11:21:59 2006 -0700

    Imported Debian patch 1.0.2-1
---
 debian/changelog              |  5 ++++
 debian/compat                 |  1 +
 debian/control                | 63 +++++++++++++++++++++++++++++++++++++++++++
 debian/copyright              | 49 +++++++++++++++++++++++++++++++++
 debian/ibverbs-utils.install  |  2 ++
 debian/libibverbs-dev.install |  2 ++
 debian/libibverbs1.install    |  1 +
 debian/libibverbs1.postinst   | 12 +++++++++
 debian/rules                  |  8 ++++++
 9 files changed, 143 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..68f3082
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+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 --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..98f5aba
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,63 @@
+Source: libibverbs
+Priority: optional
+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
+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.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..58a8e6c
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,49 @@
+Initial Debianization:
+This package was debianized by Roland Dreier <rolandd at cisco.com> on
+Mon, 25 Apr 2005 10:21:08 -0700.
+
+Source:
+It was downloaded from the OpenIB web site at
+<https://openib.org/downloads.html>
+
+Authors:
+  Roland Dreier		<roland at topspin.com>
+  Dotan Barak		<dotanb at mellanox.co.il>
+  Sean Hefty		<sean.hefty at intel.com>
+  Michael S. Tsirkin	<mst at mellanox.co.il>
+
+Portions are copyrighted by:
+ * Copyright (c) 2005, 2006 Cisco Systems.  All rights reserved.
+ * Copyright (c) 2004, 2005 Intel Corporation.  All rights reserved.
+ * Copyright (c) 2005 Mellanox Technologies Ltd.  All rights reserved.
+ * Copyright (c) 2005 PathScale, Inc.  All rights reserved.
+ * Copyright (c) 2004, 2005 Topspin Communications.  All rights reserved.
+ * Copyright (c) 2005 Voltaire, Inc. All rights reserved.
+
+libibverbs 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/ibverbs-utils.install b/debian/ibverbs-utils.install
new file mode 100644
index 0000000..98d1583
--- /dev/null
+++ b/debian/ibverbs-utils.install
@@ -0,0 +1,2 @@
+usr/bin
+usr/share/man/man1
diff --git a/debian/libibverbs-dev.install b/debian/libibverbs-dev.install
new file mode 100644
index 0000000..c73eab6
--- /dev/null
+++ b/debian/libibverbs-dev.install
@@ -0,0 +1,2 @@
+usr/include
+usr/lib/libibverbs*.{a,la,so}
diff --git a/debian/libibverbs1.install b/debian/libibverbs1.install
new file mode 100644
index 0000000..0f3523d
--- /dev/null
+++ b/debian/libibverbs1.install
@@ -0,0 +1 @@
+usr/lib/libibverbs*.so.*
diff --git a/debian/libibverbs1.postinst b/debian/libibverbs1.postinst
new file mode 100644
index 0000000..f7d2ee6
--- /dev/null
+++ b/debian/libibverbs1.postinst
@@ -0,0 +1,12 @@
+#!/bin/sh
+# postinst script for libibverbs1
+
+set -e
+
+if [ "$1" != configure ]; then
+    exit 0
+fi
+
+getent group rdma > /dev/null 2>&1 || addgroup --system --quiet rdma
+
+#DEBHELPER#
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..01b7505
--- /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_DH_STRIP_ARGS := --dbg-package=libibverbs1-dbg
+
+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/libibverbs.git



More information about the Pkg-ofed-commits mailing list