[Pkg-ofed-commits] [libipathverbs] 07/10: do not hardcode dependencies

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Tue Sep 13 21:26:25 UTC 2016


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

ana pushed a commit to branch master
in repository libipathverbs.

commit b45d614232da9a548f2552efd533b434d9218059
Author: Ana Beatriz Guerrero Lopez <ana at debian.org>
Date:   Tue Sep 13 23:15:53 2016 +0200

    do not hardcode dependencies
---
 debian/control | 2 +-
 debian/rules   | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 21c0f51..a2bf484 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Homepage: https://www.openfabrics.org/downloads/libipathverbs/
 
 Package: libipathverbs1
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libibverbs1 (>= 1.1.3)
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Userspace driver for QLogic InfiniBand HCAs
  libipathverbs is a device-specific driver for QLogic InfiniBand host
  channel adapters (HCAs) for the libibverbs library.  This allows
diff --git a/debian/rules b/debian/rules
index a2b8669..ba9468f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,5 +13,3 @@ override_dh_auto_configure:
 	autoheader --force
 	automake --add-missing --copy --force-missing --foreign
 	dh_auto_configure
-
-override_dh_makeshlibs:

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



More information about the Pkg-ofed-commits mailing list