]> git.openfabrics.org - ~shefty/libibverbs.git/commitdiff
Add some missing dependencies in Debian control files
authorRoland Dreier <rolandd@cisco.com>
Fri, 17 Mar 2006 23:54:31 +0000 (23:54 +0000)
committerRoland Dreier <rolandd@cisco.com>
Thu, 9 Nov 2006 19:36:00 +0000 (11:36 -0800)
Signed-off-by: Roland Dreier <rolandd@cisco.com>
debian/control

index e5675f71b77de5ccbfddb2bca915feab49557a89..98f5abaeaa488633b3ea15ed048bbc685b41ef08 100644 (file)
@@ -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