--- libcxgb3-1.2.2.orig/debian/libcxgb3-dev.install +++ libcxgb3-1.2.2/debian/libcxgb3-dev.install @@ -0,0 +1 @@ +usr/lib/libcxgb3.a --- libcxgb3-1.2.2.orig/debian/rules +++ libcxgb3-1.2.2/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 --- libcxgb3-1.2.2.orig/debian/libcxgb3-1.install +++ libcxgb3-1.2.2/debian/libcxgb3-1.install @@ -0,0 +1,2 @@ +usr/lib/libcxgb3-rdmav2.so +etc/libibverbs.d/cxgb3.driver --- libcxgb3-1.2.2.orig/debian/copyright +++ libcxgb3-1.2.2/debian/copyright @@ -0,0 +1,41 @@ +Initial Debianization: +This package was debianized by Roland Dreier on +Tue, 18 Mar 2008 14:34:12 -0700 + +Source: +It was downloaded from the OpenFabrics web site at + + +Author: +Chelsio Communications, Inc. + +Portions are copyrighted by: + * Copyright (c) 2004-2007 Chelsio, Inc. All rights reserved. + +libcxgb3 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. --- libcxgb3-1.2.2.orig/debian/compat +++ libcxgb3-1.2.2/debian/compat @@ -0,0 +1 @@ +5 --- libcxgb3-1.2.2.orig/debian/control +++ libcxgb3-1.2.2/debian/control @@ -0,0 +1,47 @@ +Source: libcxgb3 +Priority: extra +Maintainer: Roland Dreier +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: libcxgb3-1 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: A userspace driver for Chelsio T3-based iWARP adapters + libcxgb3 is a device-specific driver for Chelsio T3-based iWARP (RDMA + over IP/ethernet) adapters for the libibverbs library. This allows + userspace processes to access Chelsio iWARP hardware directly with + low latency and low overhead. + . + This package contains the loadable plug-in. + +Package: libcxgb3-dev +Section: libdevel +Architecture: any +Depends: ${misc:Depends}, libcxgb3-1 (= ${binary:Version}) +Description: Development files for the libcxgb3 driver + libcxgb3 is a device-specific driver for Chelsio T3-based iWARP (RDMA + over IP/ethernet) adapters for the libibverbs library. This allows + userspace processes to access Chelsio iWARP hardware directly with + low latency and low overhead. + . + This package contains static versions of libcxgb3 that may be linked + directly to an application, which may be useful for debugging. + +Package: libcxgb3-1-dbg +Section: libdevel +Priority: extra +Architecture: any +Depends: ${misc:Depends}, libcxgb3-1 (= ${binary:Version}) +Description: Debugging symbols for the libcxgb3 driver + libcxgb3 is a device-specific driver for Chelsio T3-based iWARP (RDMA + over IP/ethernet) adapters for the libibverbs library. This allows + userspace processes to access Chelsio iWARP hardware directly with + low latency and low overhead. + . + This package contains the debugging symbols associated with + libcxgb3-1. They will automatically be used by gdb for debugging + libcxgb3-related issues. --- libcxgb3-1.2.2.orig/debian/changelog +++ libcxgb3-1.2.2/debian/changelog @@ -0,0 +1,22 @@ +libcxgb3 (1.2.2-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Don't ship .la files (Closes: #621552). + + -- Luk Claes Sun, 19 Jun 2011 17:59:17 +0200 + +libcxgb3 (1.2.2-1) unstable; urgency=low + + * New upstream release. + - Handle firmware versions 5.x through 7.x (kernels 2.6.25 to at + least 2.6.27, and possibly newer). + * Update debian/watch file so that -latest tarball link doesn't look + like a new upstream release. + + -- Roland Dreier Fri, 08 Aug 2008 14:25:17 -0700 + +libcxgb3 (1.1.5-1) unstable; urgency=low + + * Initial Release. (Closes: #474069) + + -- Roland Dreier Wed, 02 Apr 2008 20:54:23 -0700 --- libcxgb3-1.2.2.orig/debian/watch +++ libcxgb3-1.2.2/debian/watch @@ -0,0 +1,3 @@ +version=3 +opts="uversionmangle=s/-rc/~rc/;s=/latest/0/" \ + http://www.openfabrics.org/downloads/cxgb3/libcxgb3-(.+)\.tar\.gz