[Pkg-ofed-commits] [libipathverbs] 02/05: Imported Debian patch 1.1-1

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


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

ana pushed a commit to branch master
in repository libipathverbs.

commit 98a85d41b1c9944a50c264cb07902e69abfcfacd
Author: Roland Dreier <rolandd at cisco.com>
Date:   Sun Mar 30 09:27:38 2008 -0700

    Imported Debian patch 1.1-1
---
 debian/changelog                 |  5 +++++
 debian/compat                    |  1 +
 debian/control                   | 47 ++++++++++++++++++++++++++++++++++++++++
 debian/copyright                 | 42 +++++++++++++++++++++++++++++++++++
 debian/libipathverbs-dev.install |  1 +
 debian/libipathverbs1.install    |  2 ++
 debian/rules                     |  8 +++++++
 debian/watch                     |  3 +++
 8 files changed, 109 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..96b15de
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libipathverbs (1.1-1) unstable; urgency=low
+
+  * Initial Release.  (Closes: #473875)
+
+ -- Roland Dreier <rolandd at cisco.com>  Sun, 30 Mar 2008 09:27:38 -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..eff3bcf
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,47 @@
+Source: libipathverbs
+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
+Section: libs
+Homepage: http://www.openfabrics.org/
+
+Package: libipathverbs1
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: A userspace driver for QLogic InfiniBand HCAs
+ libipathverbs is a device-specific driver for QLogic InfiniBand host
+ channel adapters (HCAs) for the libibverbs library.  This allows
+ userspace processes to access QLogic HCA hardware directly with
+ low latency and low overhead.
+ .
+ This package contains the loadable plug-in.
+
+Package: libipathverbs-dev
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends}, libipathverbs1 (= ${binary:Version})
+Description: Development files for the libipathverbs driver
+ libipathverbs is a device-specific driver for QLogic InfiniBand host
+ channel adapters (HCAs) for the libibverbs library.  This allows
+ userspace processes to access QLogic HCA hardware directly with
+ low latency and low overhead.
+ .
+ This package contains static versions of libipathverbs that may be linked
+ directly to an application, which may be useful for debugging.
+
+Package: libipathverbs1-dbg
+Section: libdevel
+Priority: extra
+Architecture: any
+Depends: ${misc:Depends}, libipathverbs1 (= ${binary:Version})
+Description: Debugging symbols for the libipathverbs driver
+ libipathverbs is a device-specific driver for QLogic InfiniBand host
+ channel adapters (HCAs) for the libibverbs library.  This allows
+ userspace processes to access QLogic HCA hardware directly with
+ low latency and low overhead.
+ .
+ This package contains the debugging symbols associated with
+ libipathverbs1. They will automatically be used by gdb for debugging
+ libipathverbs-related issues.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..1861b79
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,42 @@
+Initial Debianization:
+This package was debianized by Roland Dreier <rolandd at cisco.com> on
+Tue, 18 Mar 2008 14:34:12 -0700
+
+Source:
+It was downloaded from the OpenFabrics web site at
+<http://www.openfabrics.org/downloads/ipath/>
+
+Author:
+QLogic Corp.
+
+Portions are copyrighted by:
+ * Copyright (c) 2003, 2004, 2005. PathScale, Inc. All rights reserved.
+ * Copyright (c) 2006, 2007, 2008. QLogic Corp. All rights reserved.
+
+libipathverbs 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/libipathverbs-dev.install b/debian/libipathverbs-dev.install
new file mode 100644
index 0000000..19eec86
--- /dev/null
+++ b/debian/libipathverbs-dev.install
@@ -0,0 +1 @@
+usr/lib/libipathverbs.{a,la}
diff --git a/debian/libipathverbs1.install b/debian/libipathverbs1.install
new file mode 100644
index 0000000..9e60890
--- /dev/null
+++ b/debian/libipathverbs1.install
@@ -0,0 +1,2 @@
+usr/lib/libipathverbs-rdmav2.so
+etc/libibverbs.d/ipath.driver
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
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..dc94541
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts="uversionmangle=s/-rc/~rc/" \
+  http://www.openfabrics.org/downloads/ipath/libipathverbs-(.+)\.tar\.gz

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



More information about the Pkg-ofed-commits mailing list