[Pkg-ofed-commits] [ibutils] 01/01: Fix Depends lines

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Sun Mar 12 20:44:16 UTC 2017


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

ana pushed a commit to branch master
in repository ibutils.

commit bcf7b31e4307e16e422b7e8da28ff4be686909fe
Author: Ana Beatriz Guerrero Lopez <ana at debian.org>
Date:   Sun Mar 12 21:30:18 2017 +0100

    Fix Depends lines
    
      - libibdm-dev: add depends on libibdm1 (= ${binary:Version}) (Closes: #715085)
      - ibutils: remove extra depends on libibdm1, debhelper should take care of that.
---
 debian/changelog | 8 ++++++++
 debian/control   | 4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2ae7085..75f0f7f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ibutils (1.5.7-5) unstable; urgency=medium
+
+  * Fix Depends lines:
+    - libibdm-dev: add depends on libibdm1 (= ${binary:Version}) (Closes: #715085)
+    - ibutils: remove extra depends on libibdm1, debhelper should take care of that.
+
+ -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Sun, 12 Mar 2017 21:13:32 +0100
+
 ibutils (1.5.7-4) unstable; urgency=medium
 
   * Enable build on ppc64el. (Closes: #779594)
diff --git a/debian/control b/debian/control
index f354ceb..210d3c1 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Homepage: https://www.openfabrics.org/downloads/ibutils/
 
 Package: ibutils
 Architecture: i386 ia64 amd64 powerpc ppc64el
-Depends: ${shlibs:Depends}, ${misc:Depends}, libibdm1
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: InfiniBand network utilities
  This package contains a set of utilities useful for
  diagnosing and testing InfiniBand based networks.
@@ -28,7 +28,7 @@ Description: InfiniBand network diagnostic library
 Package: libibdm-dev
 Section: libdevel
 Architecture: i386 ia64 amd64 powerpc ppc64el
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, libibdm1 (= ${binary:Version})
 Description: Development files for the libibdm library
  This package contains header files for building applications
  against  libibdm, a library for building tools for

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



More information about the Pkg-ofed-commits mailing list