aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2006-03-17 23:54:31 +0000
committerRoland Dreier <rolandd@cisco.com>2006-11-09 11:36:00 -0800
commitdbde3c85a8dabae42caa5ee714853bae0d47fb52 (patch)
tree1a6c1834be84b5a6acd7c39fbb5a8cd7523c7d66
parent10d412f5daab9427ae87a3108767a5c6ffd091ab (diff)
downloadlibibverbs-dbde3c85a8dabae42caa5ee714853bae0d47fb52.tar.gz
Add some missing dependencies in Debian control files
Signed-off-by: Roland Dreier <rolandd@cisco.com>
-rw-r--r--debian/control6
1 files 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