[Pkg-ofed-commits] [libibcm] 10/14: Sanitize Depends fields

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Mon Jul 7 13:42:12 UTC 2014


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

ana pushed a commit to branch master
in repository libibcm.

commit 83b088b9d0b3c663ca1eee602826e6c88a32c5fb
Author: Ana Guerrero López <ana at ekaia.org>
Date:   Mon Jul 7 15:29:05 2014 +0200

    Sanitize Depends fields
---
 debian/changelog | 1 +
 debian/control   | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bb67f2d..b17b956 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ libibcm (1.0.5-1) UNRELEASED; urgency=medium
   * Switch to dh and source format version 3.0
   * Bump Standards-Version to 3.9.5 (no changes).
   * Update homepage.
+  * Sanitize Depends fields.
 
  -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Mon, 07 Jul 2014 15:11:05 +0200
 
diff --git a/debian/control b/debian/control
index f4824ea..9ff0143 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Homepage: https://www.openfabrics.org/downloads/rdmacm/
 Package: libibcm-dev
 Section: libdevel
 Architecture: i386 ia64 amd64 powerpc
-Depends: libibcm1 (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, libibcm1 (= ${binary:Version})
 Description: Development files for the libibcm library
  libibcm provides a userspace implementation of an InfiniBand
  Communication Manager (CM). The CM handles both connection
@@ -24,7 +24,7 @@ Description: Development files for the libibcm library
 Package: libibcm1
 Section: libs
 Architecture: i386 ia64 amd64 powerpc
-Depends: ${shlibs:Depends}, ${misc:Depends}, libibverbs1 (>=1.1.2)
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: InfiniBand Communication Manager (CM) library
  libibcm provides a userspace implementation of an InfiniBand
  Communication Manager (CM). The CM handles both connection

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



More information about the Pkg-ofed-commits mailing list