[Pkg-ofed-commits] [libmlx4] 08/11: Imported Debian patch 1.0.4-1

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Wed Jul 2 13:47:46 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 9ce838d4c29566ffbe86925f8ec71d66bef8bf60
Merge: a125615 7d0ac6d
Author: Roland Dreier <rbd at debian.org>
Date:   Wed Mar 28 10:31:52 2012 -0700

    Imported Debian patch 1.0.4-1

 Makefile.in         |  152 +-
 aclocal.m4          | 2400 +++++++++++++++++++-----------
 config/config.guess |  258 ++--
 config/config.sub   |  209 ++-
 config/depcomp      |   74 +-
 config/install-sh   |   29 +-
 config/ltmain.sh    | 4016 +++++++++++++++++++++++++++++++++------------------
 config/missing      |   53 +-
 configure           | 2974 +++++++++++++++++++++++++-------------
 configure.in        |    4 +-
 debian/changelog    |   18 +
 debian/control      |    7 +-
 libmlx4.spec        |   12 +-
 libmlx4.spec.in     |   10 +-
 src/cq.c            |   30 +-
 src/mlx4.c          |   22 +
 src/mlx4.h          |    4 +
 src/qp.c            |    2 +
 src/verbs.c         |   90 +-
 src/wqe.h           |    3 +-
 20 files changed, 6744 insertions(+), 3623 deletions(-)

diff --cc debian/changelog
index 801ef23,0000000..184acfc
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,30 -1,0 +1,48 @@@
++libmlx4 (1.0.4-1) unstable; urgency=low
++
++  * New upstream release.
++    - IBoE multicast support.
++  * Update maintainer and remove DM-Upload-Allowed now that I'm a DD.
++
++ -- Roland Dreier <rbd at debian.org>  Wed, 28 Mar 2012 10:31:52 -0700
++
++libmlx4 (1.0.3-1) unstable; urgency=low
++
++  * New upstream release.
++    - Add ConnectX-3 support.
++    - Add IBoE support.
++  * Since we have plugin in /usr/lib/libibverbs, we need to depend on
++    libibverbs (>= 1.1.3).
++
++ -- Roland Dreier <roland at digitalvampire.org>  Wed, 06 Jul 2011 23:54:24 -0700
++
 +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/control
index 0f30c86,0000000..cf41750
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,48 -1,0 +1,47 @@@
 +Source: libmlx4
 +Priority: extra
- 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)
++Maintainer: Roland Dreier <rbd at debian.org>
++Build-Depends: debhelper (>= 7.0.50~), dpkg-dev (>= 1.13.19), libibverbs-dev (>= 1.1.3)
 +Standards-Version: 3.9.2
 +Section: libs
 +Homepage: http://www.openfabrics.org/
 +
 +Package: libmlx4-1
 +Section: libs
 +Architecture: any
- Depends: ${shlibs:Depends}, ${misc:Depends}
++Depends: ${shlibs:Depends}, ${misc:Depends}, libibverbs1 (>= 1.1.3)
 +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: 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.

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