diff options
Diffstat (limited to 'contrib/ofed/libmlx4/debian')
-rw-r--r-- | contrib/ofed/libmlx4/debian/changelog | 11 | ||||
-rw-r--r-- | contrib/ofed/libmlx4/debian/compat | 1 | ||||
-rw-r--r-- | contrib/ofed/libmlx4/debian/control.in | 47 | ||||
-rw-r--r-- | contrib/ofed/libmlx4/debian/copyright | 43 | ||||
-rw-r--r-- | contrib/ofed/libmlx4/debian/libmlx4-1.install | 2 | ||||
-rw-r--r-- | contrib/ofed/libmlx4/debian/libmlx4-dev.install | 1 | ||||
-rwxr-xr-x | contrib/ofed/libmlx4/debian/rules | 8 | ||||
-rw-r--r-- | contrib/ofed/libmlx4/debian/watch | 3 |
8 files changed, 116 insertions, 0 deletions
diff --git a/contrib/ofed/libmlx4/debian/changelog b/contrib/ofed/libmlx4/debian/changelog new file mode 100644 index 0000000..74cbef7 --- /dev/null +++ b/contrib/ofed/libmlx4/debian/changelog @@ -0,0 +1,11 @@ +libmlx4 (1.0-2) unstable; urgency=low + + * Add debian/watch file + + -- Roland Dreier <rolandd@cisco.com> Wed, 12 Mar 2008 10:40:19 -0700 + +libmlx4 (1.0-1) unstable; urgency=low + + * Initial release. (Closes: #456355) + + -- Roland Dreier <rolandd@cisco.com> Fri, 14 Dec 2007 09:51:39 -0800 diff --git a/contrib/ofed/libmlx4/debian/compat b/contrib/ofed/libmlx4/debian/compat new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/contrib/ofed/libmlx4/debian/compat @@ -0,0 +1 @@ +5 diff --git a/contrib/ofed/libmlx4/debian/control.in b/contrib/ofed/libmlx4/debian/control.in new file mode 100644 index 0000000..2cafc85 --- /dev/null +++ b/contrib/ofed/libmlx4/debian/control.in @@ -0,0 +1,47 @@ +Source: libmlx4 +Priority: extra +Maintainer: Roland Dreier <rolandd@cisco.com> +Build-Depends: @cdbs@, libibverbs-dev (>= 1.0) +Standards-Version: 3.7.3 +Section: libs +Homepage: http://www.openfabrics.org/ + +Package: libmlx4-1 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: A userspace driver for Mellanox ConnectX InfiniBand HCAs + libmlx4 is a device-specific driver for Mellanox ConnectX InfiniBand + host channel adapters (HCAs) for the libibverbs library. This allows + userspace processes to access Mellanox HCA hardware directly with + low latency and low overhead. + . + This package contains the loadable plug-in. + +Package: libmlx4-dev +Section: libdevel +Architecture: any +Depends: ${misc:Depends}, libmlx4-1 (= ${binary:Version}) +Description: Development files for the libmlx4 driver + libmlx4 is a device-specific driver for Mellanox ConnectX InfiniBand + host channel adapters (HCAs) for the libibverbs library. This allows + userspace processes to access Mellanox HCA hardware directly with + low latency and low overhead. + . + This package contains static versions of libmlx4 that may be linked + directly to an application, which may be useful for debugging. + +Package: libmlx4-1-dbg +Section: libdevel +Priority: extra +Architecture: any +Depends: ${misc:Depends}, libmlx4-1 (= ${binary:Version}) +Description: Debugging symbols for the libmlx4 driver + libmlx4 is a device-specific driver for Mellanox ConnectX InfiniBand + host channel adapters (HCAs) for the libibverbs library. This allows + userspace processes to access Mellanox HCA hardware directly with + low latency and low overhead. + . + This package contains the debugging symbols associated with + libmlx4-1. They will automatically be used by gdb for debugging + libmlx4-related issues. diff --git a/contrib/ofed/libmlx4/debian/copyright b/contrib/ofed/libmlx4/debian/copyright new file mode 100644 index 0000000..db07a25 --- /dev/null +++ b/contrib/ofed/libmlx4/debian/copyright @@ -0,0 +1,43 @@ +Initial Debianization: +This package was debianized by Roland Dreier <rolandd@cisco.com> on +Fri, 6 Apr 2007 10:04:57 -0700 + +Source: +It was downloaded from the OpenFabrics web site at +<https://openfabrics.org/downloads/mlx4/> + +Authors: + Roland Dreier <rolandd@cisco.com> + +Portions are copyrighted by: + * Copyright (c) 2005, 2006, 2007 Cisco Systems. All rights reserved. + * Copyright (c) 2004, 2005 Topspin Communications. All rights reserved. + * Copyright (c) 2005 Mellanox Technologies Ltd. All rights reserved. + +libmlx4 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/contrib/ofed/libmlx4/debian/libmlx4-1.install b/contrib/ofed/libmlx4/debian/libmlx4-1.install new file mode 100644 index 0000000..a64e17d --- /dev/null +++ b/contrib/ofed/libmlx4/debian/libmlx4-1.install @@ -0,0 +1,2 @@ +usr/lib/libmlx4-rdmav2.so +etc/libibverbs.d/mlx4.driver diff --git a/contrib/ofed/libmlx4/debian/libmlx4-dev.install b/contrib/ofed/libmlx4/debian/libmlx4-dev.install new file mode 100644 index 0000000..4e1f3fe --- /dev/null +++ b/contrib/ofed/libmlx4/debian/libmlx4-dev.install @@ -0,0 +1 @@ +usr/lib/libmlx4.{a,la} diff --git a/contrib/ofed/libmlx4/debian/rules b/contrib/ofed/libmlx4/debian/rules new file mode 100755 index 0000000..3e70bc3 --- /dev/null +++ b/contrib/ofed/libmlx4/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/contrib/ofed/libmlx4/debian/watch b/contrib/ofed/libmlx4/debian/watch new file mode 100644 index 0000000..06bae51 --- /dev/null +++ b/contrib/ofed/libmlx4/debian/watch @@ -0,0 +1,3 @@ +version=3 +opts="uversionmangle=s/-rc/~rc/" \ + http://www.openfabrics.org/downloads/mlx4/libmlx4-(.+)\.tar\.gz |