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

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Wed Jul 2 13:50:52 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 061f28621ef346167a4fea9aa9a395aa42184d82
Merge: 1ea7d8b 3e9b290
Author: Roland Dreier <roland at digitalvampire.org>
Date:   Wed Jul 6 01:14:33 2011 -0700

    Imported Debian patch 1.0.6-1

 Makefile.in                                  |   372 +-
 aclocal.m4                                   | 10672 +++++-----
 config.h.in                                  |     7 +
 config/config.guess                          |   272 +-
 config/config.sub                            |   142 +-
 config/depcomp                               |    87 +-
 config/install-sh                            |     5 +-
 config/ltmain.sh                             | 13231 +++++++------
 config/missing                               |    49 +-
 configure                                    | 26441 +++++++++----------------
 configure.in                                 |    11 +-
 debian/changelog                             |    14 +
 debian/compat                                |     2 +-
 debian/control                               |    11 +-
 debian/libmthca1.install                     |     2 +-
 debian/patches/driver-plugin-directory.patch |    10 +
 debian/patches/series                        |     1 +
 debian/rules                                 |    10 +-
 debian/source/format                         |     1 +
 libmthca.spec                                |     9 +-
 libmthca.spec.in                             |     7 +-
 src/buf.c                                    |    17 +-
 src/mthca.c                                  |     4 +-
 src/mthca.h                                  |    10 +-
 src/qp.c                                     |    18 +-
 src/verbs.c                                  |    29 +-
 26 files changed, 22960 insertions(+), 28474 deletions(-)

diff --cc debian/changelog
index 376da0a,0000000..058444e
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,52 -1,0 +1,66 @@@
++libmthca (1.0.6-1) unstable; urgency=low
++
++  * New upstream release.
++  * Move -dbg package to section debug.
++  * Update maintainer and set DM-Upload-Allowed to yes.  (Closes: #632109)
++  * Switch to dpkg-source 3.0 (quilt) format.
++  * Change build system from cdbs to debhelper 7.
++  * 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.
++  * Acknowledge NMU (Closes: #621604).
++  * Update to Standards-Version: 3.9.2.
++
++ -- Roland Dreier <roland at digitalvampire.org>  Wed, 06 Jul 2011 01:14:33 -0700
++
 +libmthca (1.0.5-1.1) unstable; urgency=low
 +
 +  * Non-maintainer upload.
 +  * Don't ship .la files (Closes: #621604).
 +
 + -- Luk Claes <luk at debian.org>  Wed, 22 Jun 2011 08:01:13 +0200
 +
 +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/compat
index 7ed6ff8,0000000..7f8f011
mode 100644,000000..100644
--- a/debian/compat
+++ b/debian/compat
@@@ -1,1 -1,0 +1,1 @@@
- 5
++7
diff --cc debian/control
index ad65a81,0000000..3298934
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,47 -1,0 +1,48 @@@
 +Source: libmthca
 +Priority: extra
- Maintainer: Roland Dreier <rolandd at cisco.com>
- 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
++Maintainer: Roland Dreier <roland at digitalvampire.org>
++DM-Upload-Allowed: yes
++Build-Depends: debhelper (>= 7.0.50~), dpkg-dev (>= 1.13.19), libibverbs-dev (>= 1.1)
++Standards-Version: 3.9.2
 +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
++Description: 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.
 +
 +Package: libmthca-dev
 +Section: libdevel
 +Architecture: any
 +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.
 +
 +Package: libmthca1-dbg
- Section: libdevel
++Section: debug
 +Priority: extra
 +Architecture: any
 +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.
diff --cc debian/libmthca1.install
index 090fcc7,0000000..7d1d899
mode 100644,000000..100644
--- a/debian/libmthca1.install
+++ b/debian/libmthca1.install
@@@ -1,2 -1,0 +1,2 @@@
- usr/lib/libmthca-rdmav2.so
++usr/lib/libmthca-rdmav2.so		/usr/lib/libibverbs/
 +etc/libibverbs.d/mthca.driver
diff --cc debian/patches/driver-plugin-directory.patch
index 0000000,0000000..2ed7a66
new file mode 100644
--- /dev/null
+++ b/debian/patches/driver-plugin-directory.patch
@@@ -1,0 -1,0 +1,10 @@@
++Description: Tell libibverbs to look in /usr/lib/libibverbs for plugin library
++Author: Roland Dreier <roland at digitalvampire.org>
++
++Index: libmthca.git/mthca.driver
++===================================================================
++--- libmthca.git.orig/mthca.driver	2011-07-05 14:23:39.701070946 -0700
+++++ libmthca.git/mthca.driver	2011-07-05 14:24:08.310933096 -0700
++@@ -1 +1 @@
++-driver mthca
+++driver /usr/lib/libibverbs/libmthca
diff --cc debian/patches/series
index 0000000,0000000..213f49e
new file mode 100644
--- /dev/null
+++ b/debian/patches/series
@@@ -1,0 -1,0 +1,1 @@@
++driver-plugin-directory.patch
diff --cc debian/rules
index 3e70bc3,0000000..9029238
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,8 -1,0 +1,10 @@@
 +#!/usr/bin/make -f
 +# -*- mode: makefile; coding: utf-8 -*-
 +
- DEB_DH_INSTALL_SOURCEDIR := debian/tmp
- DEB_AUTO_UPDATE_LIBTOOL := post
++%:
++	dh $@
 +
- include /usr/share/cdbs/1/rules/debhelper.mk
- include /usr/share/cdbs/1/class/autotools.mk
++override_dh_strip:
++	dh_strip --dbg-package=libmthca1-dbg
++
++override_dh_makeshlibs:
diff --cc debian/source/format
index 0000000,0000000..163aaf8
new file mode 100644
--- /dev/null
+++ b/debian/source/format
@@@ -1,0 -1,0 +1,1 @@@
++3.0 (quilt)

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