[Pkg-ofed-commits] [libmthca] 10/13: Imported Debian patch 1.0.5-1

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Wed Jul 2 13:50:51 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 72e2de713af67d9f79d5bf016751584121244a88
Merge: d1e66dd 9f82a43
Author: Roland Dreier <rolandd at cisco.com>
Date:   Tue May 27 14:19:55 2008 -0700

    Imported Debian patch 1.0.5-1

 Makefile.in         |  251 +-
 aclocal.m4          |  761 +++--
 config.h.in         |    7 +-
 config/compile      |  142 -
 config/config.guess |  687 ++--
 config/config.sub   |  244 +-
 config/depcomp      |   93 +-
 config/install-sh   |  514 ++-
 config/ltmain.sh    |  139 +-
 config/missing      |   61 +-
 configure           | 9454 +++++++++++++++++++++++++++------------------------
 configure.in        |   17 +-
 debian/changelog    |   11 +
 debian/control      |   15 +-
 debian/rules        |    2 +-
 debian/watch        |    3 +
 libmthca.spec       |   20 +-
 libmthca.spec.in    |   18 +-
 src/cq.c            |   13 +-
 src/mthca-abi.h     |   11 +
 src/mthca.c         |    2 +-
 src/mthca.h         |    4 +-
 src/mthca.map       |    1 -
 src/qp.c            |   25 +-
 src/srq.c           |   46 +-
 src/verbs.c         |   56 +-
 26 files changed, 6920 insertions(+), 5677 deletions(-)

diff --cc debian/changelog
index 138778d,0000000..1e0c3f6
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,34 -1,0 +1,45 @@@
++libmthca (1.0.5-1) unstable; urgency=low
++
++  * New upstream release.
++    - Fix issues on non-mem-free HCAs.
++    - Fix problems with completion entry cleanup.
++  * Replace deprecated ${Source-Version} with ${binary:Version}
++  * Add debian/watch file.
++  * Update libtool during build to avoid setting RPATH in binaries on amd64.
++
++ -- Roland Dreier <rolandd at cisco.com>  Tue, 27 May 2008 14:19:55 -0700
++
 +libmthca (1.0.4-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * Rebuild against libibverbs 1.1.
 +
 + -- Roland Dreier <rolandd at cisco.com>  Mon, 30 Apr 2007 17:11:51 -0700
 +
 +libmthca (1.0.3-1) unstable; urgency=low
 +
 +  * New upstream release.
 +    - Fix various integer overflows.
 +    - Fix potential AB-BA deadlock when destroying QPs.
 +    - Add more forward compat against future libibverbs releases.
 +  * Build against libibverbs 1.0.4, with fixed sparc mb() definition.
 +    (Closes: #365559)
 +  * Improve package description.
 +
 + -- Roland Dreier <rolandd at cisco.com>  Thu,  9 Nov 2006 11:07:58 -0800
 +
 +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 b7c6043,0000000..ad65a81
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,52 -1,0 +1,47 @@@
 +Source: libmthca
 +Priority: extra
 +Maintainer: Roland Dreier <rolandd at cisco.com>
- Build-Depends: cdbs (>= 0.4.25-1), debhelper (>= 5), libibverbs-dev (>= 1.1), autotools-dev
- Standards-Version: 3.7.2
++Build-Depends: cdbs (>= 0.4.23-1.1), autotools-dev, debhelper (>= 5), libtool, dpkg-dev (>= 1.13.19), libibverbs-dev (>= 1.1)
++Standards-Version: 3.7.3
 +Section: libs
++Homepage: http://www.openfabrics.org/
 +
 +Package: libmthca1
 +Section: libs
 +Architecture: any
 +Depends: ${shlibs:Depends}, ${misc:Depends}
 +Description: A userspace driver for Mellanox InfiniBand HCAs
 + libmthca is a device-specific driver for Mellanox 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.
-  .
-   Homepage: http://www.openfabrics.org/
 +
 +Package: libmthca-dev
 +Section: libdevel
 +Architecture: any
- Depends: ${misc:Depends}, libmthca1 (= ${Source-Version})
++Depends: ${misc:Depends}, libmthca1 (= ${binary:Version})
 +Description: Development files for the libmthca driver
 + libmthca is a device-specific driver for Mellanox 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 libmthca that may be linked
 + directly to an application, which may be useful for debugging.
-  .
-   Homepage: http://www.openfabrics.org/
 +
 +Package: libmthca1-dbg
 +Section: libdevel
 +Priority: extra
 +Architecture: any
- Depends: ${misc:Depends}, libmthca1 (= ${Source-Version})
++Depends: ${misc:Depends}, libmthca1 (= ${binary:Version})
 +Description: Debugging symbols for the libmthca driver
 + libmthca is a device-specific driver for Mellanox 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
 + libmthca1. They will automatically be used by gdb for debugging
 + libmthca-related issues.
-  .
-   Homepage: http://www.openfabrics.org/
diff --cc debian/rules
index 89de77b,0000000..3e70bc3
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,8 -1,0 +1,8 @@@
 +#!/usr/bin/make -f
 +# -*- mode: makefile; coding: utf-8 -*-
 +
 +DEB_DH_INSTALL_SOURCEDIR := debian/tmp
- DEB_DH_STRIP_ARGS := --dbg-package=libmthca1-dbg
++DEB_AUTO_UPDATE_LIBTOOL := post
 +
 +include /usr/share/cdbs/1/rules/debhelper.mk
 +include /usr/share/cdbs/1/class/autotools.mk
diff --cc debian/watch
index 0000000,0000000..8010f86
new file mode 100644
--- /dev/null
+++ b/debian/watch
@@@ -1,0 -1,0 +1,3 @@@
++version=3
++opts="uversionmangle=s/-rc/~rc/" \
++  http://www.openfabrics.org/downloads/mthca/libmthca-(.+)\.tar\.gz

-- 
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