[Pkg-ofed-commits] [libcxgb3] 09/09: Imported Debian patch 1.3.1-1

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


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

ana pushed a commit to branch master
in repository libcxgb3.

commit b5f76409ea78ebb61652d2ea04ebdf8489f9e779
Merge: eb48c36 e416513
Author: Roland Dreier <rbd at debian.org>
Date:   Sat Jun 16 17:51:36 2012 -0700

    Imported Debian patch 1.3.1-1

 ChangeLog        | 26 ++++++++++++++++++++++++--
 Makefile.in      |  2 +-
 configure        | 20 ++++++++++----------
 configure.in     |  4 ++--
 debian/changelog |  9 +++++++++
 debian/control   |  5 ++---
 libcxgb3.spec    |  4 ++--
 libcxgb3.spec.in |  2 +-
 src/cxio_wr.h    |  1 +
 src/qp.c         | 14 ++++++++++----
 10 files changed, 62 insertions(+), 25 deletions(-)

diff --cc debian/changelog
index f69d30e,0000000..26cf135
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,46 -1,0 +1,55 @@@
++libcxgb3 (1.3.1-1) unstable; urgency=low
++
++  * New upstream release.
++    - Don't reflush QP that's already flushed.
++  * Update maintainer and remove DM-Upload-Allowed now that I'm a DD.
++  * Update to Standards-Version: 3.9.3.
++
++ -- Roland Dreier <rbd at debian.org>  Sat, 16 Jun 2012 17:51:36 -0700
++
 +libcxgb3 (1.3.0-1) unstable; urgency=low
 +
 +  * New upstream release.
 +    - Support device IDs 0x35 and 0x36.
 +    - Support sq_sig_all QP attribute.
 +    - Other fixes.
 +  * Use libibverbs 1.1.3 feature to move plugin to /usr/lib/libibverbs
 +    to fix multiple problems with a not-exactly-shlib in /usr/lib.
 +  * Fix debian/watch file to avoid bad uversionmangle pattern.
 +  * Switch to dpkg-source 3.0 (quilt) format.
 +  * Change build system from cdbs to debhelper 7.
 +  * Update maintainer and set DM-Upload-Allowed to yes.  (Closes: #632105)
 +  * Acknowledge NMU (Closes: #621552).
 +  * Update to Standards-Version: 3.9.2.
 +
 + -- Roland Dreier <roland at digitalvampire.org>  Wed, 06 Jul 2011 23:39:20 -0700
 +
 +libcxgb3 (1.2.2-1.1) unstable; urgency=low
 +
 +  * Non-maintainer upload.
 +  * Don't ship .la files (Closes: #621552).
 +
 + -- Luk Claes <luk at debian.org>  Sun, 19 Jun 2011 17:59:17 +0200
 +
 +libcxgb3 (1.2.2-2) unstable; urgency=low
 +
 +  * Update to Standards-Version: 3.8.2.
 +  * Move -dbg package to section debug.
 +
 + -- Roland Dreier <rolandd at cisco.com>  Thu, 25 Jun 2009 13:39:19 -0700
 +
 +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 <rolandd at cisco.com>  Fri, 08 Aug 2008 14:25:17 -0700
 +
 +libcxgb3 (1.1.5-1) unstable; urgency=low
 +
 +  * Initial Release.  (Closes: #474069)
 +
 + -- Roland Dreier <rolandd at cisco.com>  Wed, 02 Apr 2008 20:54:23 -0700
diff --cc debian/control
index a94ddf2,0000000..55a48c4
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,48 -1,0 +1,47 @@@
 +Source: libcxgb3
 +Priority: extra
- Maintainer: Roland Dreier <roland at digitalvampire.org>
- DM-Upload-Allowed: yes
++Maintainer: Roland Dreier <rbd at debian.org>
 +Build-Depends: autoconf, automake, libtool, debhelper (>= 7.0.50~), dpkg-dev (>= 1.13.19), libibverbs-dev (>= 1.1.3)
- Standards-Version: 3.9.2
++Standards-Version: 3.9.3
 +Section: libs
 +Homepage: http://www.openfabrics.org/
 +
 +Package: libcxgb3-1
 +Section: libs
 +Architecture: any
 +Depends: ${shlibs:Depends}, ${misc:Depends}, libibverbs1 (>= 1.1.3)
 +Description: 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: debug
 +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.

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



More information about the Pkg-ofed-commits mailing list