[Pkg-ofed-commits] [libmlx4] 06/11: Imported Debian patch 1.0.2-1

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


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

ana pushed a commit to branch master
in repository libmlx4.

commit a125615b97d96b706d94d64e31c68b39abe18bf3
Merge: 4fcf824 c77edf3
Author: Roland Dreier <roland at digitalvampire.org>
Date:   Wed Jul 6 13:32:18 2011 -0700

    Imported Debian patch 1.0.2-1

 Makefile.in                                  |   380 +-
 aclocal.m4                                   | 10688 +++++-----
 config.h.in                                  |     7 +
 config/config.guess                          |   272 +-
 config/config.sub                            |   142 +-
 config/depcomp                               |   116 +-
 config/install-sh                            |   231 +-
 config/ltmain.sh                             | 13231 ++++++------
 config/missing                               |    49 +-
 configure                                    | 26989 +++++++++----------------
 configure.in                                 |    11 +-
 debian/changelog                             |    18 +
 debian/compat                                |     2 +-
 debian/control                               |    11 +-
 debian/libmlx4-1.install                     |     2 +-
 debian/patches/driver-plugin-directory.patch |    10 +
 debian/patches/series                        |     1 +
 debian/rules                                 |    10 +-
 debian/source/format                         |     1 +
 debian/watch                                 |     3 +
 libmlx4.spec                                 |    33 +-
 libmlx4.spec.in                              |    31 +-
 src/buf.c                                    |    17 +-
 src/cq.c                                     |    66 +-
 src/mlx4.c                                   |     6 +-
 src/mlx4.h                                   |    17 +-
 src/qp.c                                     |    52 +-
 src/srq.c                                    |     6 +
 src/verbs.c                                  |   119 +-
 29 files changed, 23547 insertions(+), 28974 deletions(-)

diff --cc debian/changelog
index 673b74e,0000000..801ef23
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,12 -1,0 +1,30 @@@
++libmlx4 (1.0.2-1) unstable; urgency=low
++
++  * New upstream release.
++    - Fix potential problems running under Valgrind.
++    - Add support for resize CQ operation.
++    - Fix other minor bugs.
++  * Update maintainer and set DM-Upload-Allowed to yes.  (Closes: #632108)
++  * Switch to dpkg-source 3.0 (quilt) format.
++  * Acknowledge NMU (Closes: #621664).
++  * 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.
++  * Add debian/watch file.
++  * Move -dbg package to section debug.
++  * Update to Standards-Version: 3.9.2.
++
++ -- Roland Dreier <roland at digitalvampire.org>  Wed, 06 Jul 2011 13:32:18 -0700
++
 +libmlx4 (1.0-1.1) unstable; urgency=low
 +
 +  * Non-maintainer upload.
 +  * Don't ship .la files (Closes: #621664).
 +
 + -- Luk Claes <luk at debian.org>  Fri, 01 Jul 2011 19:09:59 +0200
 +
 +libmlx4 (1.0-1) unstable; urgency=low
 +
 +  * Initial release.  (Closes: #456355)
 +
 + -- Roland Dreier <rolandd at cisco.com>  Fri, 14 Dec 2007 09:51:39 -0800
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 d6f3ce7,0000000..0f30c86
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,47 -1,0 +1,48 @@@
 +Source: libmlx4
 +Priority: extra
- Maintainer: Roland Dreier <rolandd at cisco.com>
- Build-Depends: cdbs (>= 0.4.23-1.1), autotools-dev, debhelper (>= 5), libtool, libibverbs-dev (>= 1.0)
- 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.0)
++Standards-Version: 3.9.2
 +Section: libs
 +Homepage: http://www.openfabrics.org/
 +
 +Package: libmlx4-1
 +Section: libs
 +Architecture: any
 +Depends: ${shlibs:Depends}, ${misc:Depends}
- Description: A userspace driver for Mellanox ConnectX InfiniBand HCAs
++Description: Userspace driver for Mellanox ConnectX InfiniBand HCAs
 + libmlx4 is a device-specific driver for Mellanox ConnectX 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: libmlx4-dev
 +Section: libdevel
 +Architecture: any
 +Depends: ${misc:Depends}, libmlx4-1 (= ${binary:Version})
 +Description: Development files for the libmlx4 driver
 + libmlx4 is a device-specific driver for Mellanox ConnectX 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 libmlx4 that may be linked
 + directly to an application, which may be useful for debugging.
 +
 +Package: libmlx4-1-dbg
- Section: libdevel
++Section: debug
 +Priority: extra
 +Architecture: any
 +Depends: ${misc:Depends}, libmlx4-1 (= ${binary:Version})
 +Description: Debugging symbols for the libmlx4 driver
 + libmlx4 is a device-specific driver for Mellanox ConnectX 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
 + libmlx4-1. They will automatically be used by gdb for debugging
 + libmlx4-related issues.
diff --cc debian/libmlx4-1.install
index a64e17d,0000000..8cab406
mode 100644,000000..100644
--- a/debian/libmlx4-1.install
+++ b/debian/libmlx4-1.install
@@@ -1,2 -1,0 +1,2 @@@
- usr/lib/libmlx4-rdmav2.so
++usr/lib/libmlx4-rdmav2.so		/usr/lib/libibverbs/
 +etc/libibverbs.d/mlx4.driver
diff --cc debian/patches/driver-plugin-directory.patch
index 0000000,0000000..fd73a73
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: libmlx4.git/mlx4.driver
++===================================================================
++--- libmlx4.git.orig/mlx4.driver	2011-07-06 01:27:34.521058451 -0700
+++++ libmlx4.git/mlx4.driver	2011-07-06 01:27:47.051074172 -0700
++@@ -1 +1 @@
++-driver mlx4
+++driver /usr/lib/libibverbs/libmlx4
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..b0252a0
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=libmlx4-1-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)
diff --cc debian/watch
index 0000000,0000000..06bae51
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/mlx4/libmlx4-(.+)\.tar\.gz

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



More information about the Pkg-ofed-commits mailing list