[Pkg-ofed-commits] [libibverbs] 21/24: Imported Debian patch 1.1.6-1

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


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

ana pushed a commit to branch master
in repository libibverbs.

commit 1e5dd50ae3cd3b05ec5b6dd3008788e9332f1fb7
Merge: ca02c67 199ee12
Author: Roland Dreier <roland at digitalvampire.org>
Date:   Wed Dec 21 16:35:08 2011 -0800

    Imported Debian patch 1.1.6-1

 Makefile.am                     |    2 +-
 Makefile.in                     |   12 +-
 aclocal.m4                      | 7975 +--------------------------------------
 aclocal.m4 => config/libtool.m4 | 3869 +++++++------------
 config/ltmain.sh                | 4016 +++++++++++++-------
 config/ltoptions.m4             |  384 ++
 config/ltsugar.m4               |  123 +
 config/ltversion.m4             |   23 +
 config/lt~obsolete.m4           |   98 +
 configure                       | 2919 +++++++++-----
 configure.in                    |    4 +-
 debian/changelog                |    9 +
 debian/libibverbs-dev.install   |    3 +-
 examples/asyncwatch.c           |    2 +
 examples/devinfo.c              |   22 +-
 examples/pingpong.c             |   32 +
 examples/pingpong.h             |    4 +
 examples/rc_pingpong.c          |   97 +-
 examples/srq_pingpong.c         |   96 +-
 examples/uc_pingpong.c          |   97 +-
 examples/ud_pingpong.c          |   89 +-
 include/infiniband/kern-abi.h   |    3 +-
 include/infiniband/verbs.h      |   26 +-
 libibverbs.spec                 |    9 +-
 libibverbs.spec.in              |    7 +-
 man/ibv_get_async_event.3       |    2 +
 man/ibv_query_port.3            |    4 +
 src/cmd.c                       |    5 +-
 src/compat-1_0.c                |    5 +-
 src/enum_strs.c                 |    3 +-
 src/init.c                      |    3 +-
 31 files changed, 7059 insertions(+), 12884 deletions(-)

diff --cc debian/changelog
index 2fe6da3,0000000..68f1d0e
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,110 -1,0 +1,119 @@@
++libibverbs (1.1.6-1) unstable; urgency=low
++
++  * Don't use brace expansion for {a,so} in libibverbs-dev.install
++  * New upstream releases.
++    - Add IBoE support
++    - Add ibv_devinfo support for displaying extended speeds (FDR, etc)
++
++ -- Roland Dreier <roland at digitalvampire.org>  Wed, 21 Dec 2011 16:35:08 -0800
++
 +libibverbs (1.1.5-1) unstable; urgency=low
 +
 +  * Switch to dpkg-source 3.0 (quilt) format.
 +  * New upstream releases.
 +    - Fix handling of madvise() failures
 +    - Add path record definitions to sa.h
 +    - Handle huge pages for fork support/madvise
 +    - Fix crash if no devices and ibv_get_device_list() called multiple times
 +  * Update maintainer and set DM-Upload-Allowed to yes.  (Closes: #632106)
 +  * Don't ship .la files.
 +  * Update to Standards-Version: 3.9.2.
 +
 + -- Roland Dreier <roland at digitalvampire.org>  Wed, 29 Jun 2011 23:57:34 -0700
 +
 +libibverbs (1.1.3-2) unstable; urgency=low
 +
 +  * Add override_dh_strip target to get debugging information actually
 +    put into the -dbg package.
 +
 + -- Roland Dreier <rolandd at cisco.com>  Wed, 11 Nov 2009 14:44:51 -0800
 +
 +libibverbs (1.1.3-1) unstable; urgency=low
 +
 +  * New upstream release.
 +    - Don't use enums for bit flags (avoid C++ annoyances)
 +    - Return some errors via errno instead of stderr
 +  * Move -dbg package to section debug.
 +  * Update to Standards-Version: 3.8.3 (no changes needed).
 +  * Change build system from cdbs to debhelper 7.
 +
 + -- Roland Dreier <rolandd at cisco.com>  Thu, 29 Oct 2009 14:19:02 -0700
 +
 +libibverbs (1.1.2-1) unstable; urgency=low
 +
 +  * New upstream release.
 +    - Fix memory registration failure cause by too-big madvise()
 +    - Fix many Valgrind false positives
 +    - Add functions to convert enum values to strings
 +  * Replace deprecated ${Source-Version} with ${binary:Version}
 +  * Use DEB_DH_MAKESHLIBS_ARGS_ALL to pass appropriate -V option to
 +    dh_makeshlibs, since new symbols were added in libibverbs 1.1.2.
 +    (Closes: #465435)
 +  * Add debian/watch file.
 +  * Update control file to talk about generic RDMA and iWARP, not just
 +    InfiniBand, since libibverbs works with both IB and iWARP.
 +  * Acknowledge NMU (Closes: #442638).
 +
 + -- Roland Dreier <rolandd at cisco.com>  Fri, 18 Apr 2008 15:08:52 -0700
 +
 +libibverbs (1.1.1-1.1) unstable; urgency=low
 +
 +  * Non-maintainer upload.
 +  * Re-generated autotools files to fix double build bug, closes: #442638
 +  * Bumped Standards-Version to 3.7.3, no change needed.
 +
 + -- Michael Meskes <meskes at debian.org>  Mon, 14 Apr 2008 10:07:58 +0000
 +
 +libibverbs (1.1.1-1) unstable; urgency=low
 +
 +  * New upstream release.
 +    - Initialize state of newly created QPs to RESET (fixes problems
 +      with libmlx4/ConnectX HCAs).
 +    - Don't warn root about RLIMIT_MEMLOCK, since it doesn't matter.
 +    - Fix free() errors in ibv_xx_pingpong examples.
 +
 + -- Roland Dreier <rolandd at cisco.com>  Fri, 15 Jun 2007 12:49:02 -0700
 +
 +libibverbs (1.1-1) unstable; urgency=low
 +
 +  * New upstream release.
 +    - Add support for use of fork() in applications.
 +    - Add manual pages documenting API in section 3.
 +    - New method of finding and loading device-specific drivers.
 +    - Add basic support for iWARP devices.
 +    - Provide compatible ABI for applications linked against libibverbs 1.0.
 +  * Update libtool during build to avoid setting RPATH in binaries on amd64.
 +
 + -- Roland Dreier <rolandd at cisco.com>  Sat, 28 Apr 2007 14:15:29 -0700
 +
 +libibverbs (1.0.4-1) unstable; urgency=low
 +
 +  * New upstream release.
 +    - Fix static linking so it has a chance of working.
 +    - Fix cut-and-paste error in sparc mb() macro.
 +    - Other miscellaneous fixes.
 +  * Improve package description.
 +
 + -- Roland Dreier <rolandd at cisco.com>  Tue, 31 Oct 2006 15:04:33 -0800
 +	
 +libibverbs (1.0.3-1) unstable; urgency=low
 +
 +  * Change priority to extra, since libibverbs depends on libsysfs2, which
 +    has priority extra.  (Debian policy section 2.5 states that a package
 +    may not depend on another package of lower priority)
 +  * New upstream release:
 +    - For sparc, only generate membar instruction if compiling for V9
 +      instruction set.  (Closes: #365559)
 +    - Reduce (but not yet eliminate) dependency on libsysfs.
 +    - Deprecate some ib_XXX symbol names and introduce ibv_XXX
 +      replacements for internal consistency.
 +    - Other minor fixes.
 +  * Update to Standards-Version: 3.7.2.
 +
 + -- Roland Dreier <rolandd at cisco.com>  Tue,  2 May 2006 15:33:14 -0700
 +
 +libibverbs (1.0.2-1) unstable; urgency=low
 +
 +  * Initial Release.  (Closes: #325752)
 +
 + -- Roland Dreier <rolandd at cisco.com>  Wed, 15 Feb 2006 11:21:59 -0700
diff --cc debian/libibverbs-dev.install
index 12f6270,0000000..b4c75ce
mode 100644,000000..100644
--- a/debian/libibverbs-dev.install
+++ b/debian/libibverbs-dev.install
@@@ -1,3 -1,0 +1,4 @@@
 +usr/include
- usr/lib/libibverbs*.{a,so}
++usr/lib/libibverbs*.a
++usr/lib/libibverbs*.so
 +usr/share/man/man3

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



More information about the Pkg-ofed-commits mailing list