From dbde3c85a8dabae42caa5ee714853bae0d47fb52 Mon Sep 17 00:00:00 2001 From: Roland Dreier Date: Fri, 17 Mar 2006 23:54:31 +0000 Subject: [PATCH] Add some missing dependencies in Debian control files Signed-off-by: Roland Dreier --- debian/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index e5675f7..98f5aba 100644 --- a/debian/control +++ b/debian/control @@ -23,7 +23,7 @@ Description: A library for direct userspace use of InfiniBand Package: libibverbs-dev Section: libdevel Architecture: any -Depends: libibverbs1 (= ${Source-Version}), libsysfs-dev +Depends: ${misc:Depends}, libibverbs1 (= ${Source-Version}), libsysfs-dev Description: Development files for the libibverbs library libibverbs is a library that allows userspace processes to use InfiniBand "verbs" as described in the InfiniBand Architecture @@ -38,7 +38,7 @@ Package: libibverbs1-dbg Section: libdevel Priority: extra Architecture: any -Depends: libibverbs1 (= ${Source-Version}) +Depends: ${misc:Depends}, libibverbs1 (= ${Source-Version}) Description: Debugging symbols for the libibverbs library libibverbs is a library that allows userspace processes to use InfiniBand "verbs" as described in the InfiniBand Architecture @@ -52,7 +52,7 @@ Description: Debugging symbols for the libibverbs library Package: ibverbs-utils Section: net Architecture: any -Depends: libibverbs1 (= ${Source-Version}) +Depends: ${shlibs:Depends}, ${misc:Depends} Description: Examples for the libibverbs library libibverbs is a library that allows userspace processes to use InfiniBand "verbs" as described in the InfiniBand Architecture -- 2.46.0