[Pkg-ofed-commits] [librdmacm] 06/07: Add fix for #734751

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Tue Aug 19 14:03:27 UTC 2014


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

ana pushed a commit to branch master
in repository librdmacm.

commit 1d2d8c785e9f5b3784d868de2976397077d93818
Author: Ana Guerrero López <ana at ekaia.org>
Date:   Tue Aug 19 15:38:18 2014 +0200

    Add fix for #734751
---
 debian/changelog | 2 ++
 debian/control   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c72d89c..204ed6d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ librdmacm (1.0.19-1) UNRELEASED; urgency=medium
    - Add myself to Uploaders.
   * Update to Standards-Version: 3.9.5 (no changes needed).
   * Add fields Vcs-Browser/Vcs-Git.
+  * Add dependency on libibverbs-dev in librdmacm-dev.
+    Thanks to Andreas Engelbredt Dalsgaard. (Closes: #734751)
 
  -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Tue, 19 Aug 2014 14:51:07 +0200
 
diff --git a/debian/control b/debian/control
index 9ff9c7e..1f063d7 100644
--- a/debian/control
+++ b/debian/control
@@ -33,7 +33,7 @@ Description: Library for managing RDMA connections
 Package: librdmacm-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, librdmacm1 (= ${binary:Version})
+Depends: ${misc:Depends}, librdmacm1 (= ${binary:Version}), libibverbs-dev
 Description: Development files for the librdmacm library
  librdmacm is a library that allows applications to set up reliable
  connected and unreliable datagram transfers when using RDMA adapters.

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



More information about the Pkg-ofed-commits mailing list