[Pkg-ofed-commits] [libmthca] 04/13: Imported Debian patch 1.0.2-1

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


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

ana pushed a commit to branch master
in repository libmthca.

commit 84ee7a3d8f33e201667a67f05c91c70d15da2491
Merge: aa5158f ab794cb
Author: Roland Dreier <rolandd at cisco.com>
Date:   Tue Jun 13 11:33:32 2006 -0700

    Imported Debian patch 1.0.2-1

 ChangeLog        |  50 ++++++++
 README           |   2 +-
 config.h.in      |   9 ++
 configure        | 355 +++++++++++++++++++++++++++++++++++++++++++++++++++++--
 configure.in     |  12 +-
 debian/changelog |  12 +-
 debian/control   |   2 +-
 libmthca.spec    |  10 +-
 libmthca.spec.in |   8 +-
 src/ah.c         |   3 +-
 src/cq.c         |  15 ++-
 src/memfree.c    |   3 +-
 src/mthca.c      |  93 ++++++++++++---
 src/mthca.map    |   4 +-
 src/qp.c         |  42 +++----
 src/srq.c        |  39 +++---
 16 files changed, 570 insertions(+), 89 deletions(-)

diff --cc debian/changelog
index c8375f6,0000000..70d47a4
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,5 -1,0 +1,15 @@@
- libmthca (1.0.1-1) unstable; urgency=low
++libmthca (1.0.2-1) unstable; urgency=low
++
++  * New upstream release:
++    - Work around MemFree firmware bug in receive completions with error.
++    - Fix posting receive lists with exactly a multiple of 256 entries.
++    - Add forward compatibility for future libibverbs releases.
++  * Update to Standards-Version: 3.7.2.
 +
++ -- Roland Dreier <rolandd at cisco.com>  Tue, 13 Jun 2006 11:33:32 -0700
++
++libmthca (1.0.1-1) unstable; urgency=low
++	
 +  * Initial Release.  (Closes: #325753)
 +
 + -- Roland Dreier <rolandd at cisco.com>  Wed, 15 Feb 2006 11:22:18 -0700
diff --cc debian/control
index d928dfa,0000000..94796d6
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,40 -1,0 +1,40 @@@
 +Source: libmthca
 +Priority: extra
 +Maintainer: Roland Dreier <rolandd at cisco.com>
 +Build-Depends: cdbs (>= 0.4.25-1), debhelper (>= 5), libibverbs-dev (>= 1.0), autotools-dev
- Standards-Version: 3.6.2.1
++Standards-Version: 3.7.2
 +Section: libs
 +
 +Package: libmthca1
 +Section: libs
 +Architecture: any
 +Depends: ${shlibs:Depends}, ${misc:Depends}
 +Description: A userspace driver for Mellanox HCAs
 + libmthca is a device-specific driver for Mellanox InfiniBand HCAs for
 + the libibverbs library.
 + .
 + This package contains the loadable plug-in.
 +
 +Package: libmthca-dev
 +Section: libdevel
 +Architecture: any
 +Depends: ${misc:Depends}, libmthca1 (= ${Source-Version})
 +Description: Development files for the libmthca driver
 + libmthca is a device-specific driver for Mellanox InfiniBand HCAs for
 + the libibverbs library.
 + .
 + This package contains static versions of libmthca that may be linked
 + directly to an application, which may be useful for debugging.
 +
 +Package: libmthca1-dbg
 +Section: libdevel
 +Priority: extra
 +Architecture: any
 +Depends: ${misc:Depends}, libmthca1 (= ${Source-Version})
 +Description: Debugging symbols for the libmthca driver
 + libmthca is a device-specific driver for Mellanox InfiniBand HCAs for
 + the libibverbs library.
 + .
 + This package contains the debugging symbols associated with
 + libmthca1. They will automatically be used by gdb for debugging
 + libmthca-related issues.

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



More information about the Pkg-ofed-commits mailing list