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 19:57:06 -0800
commit02d9d27785010d9225e55c9ef7947ea79c52e965 (patch)
tree3f4f4b34735cb0bdadf0f2b5aef2981ddeb5e9a7
parent07d78a8a334e7f9891c7277fd8f794b8d9278f77 (diff)
downloadlibmthca-02d9d27785010d9225e55c9ef7947ea79c52e965.tar.gz
Add some missing dependencies in Debian control files
Signed-off-by: Roland Dreier <rolandd@cisco.com>
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 0caec44..50af346 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Description: A userspace driver for Mellanox HCAs
Package: libmthca-dev
Section: libdevel
Architecture: any
-Depends: libmthca1 (= ${Source-Version})
+Depends: ${misc:Depends}, libmthca1 (= ${Source-Version})
Description: Development files for the libmthca driver
libmthca is a device-specific driver for Mellanox InfiniBand HCAs for
the libibverbs library.
@@ -30,7 +30,7 @@ Package: libmthca1-dbg
Section: libdevel
Priority: extra
Architecture: any
-Depends: libmthca1 (= ${Source-Version})
+Depends: ${misc:Depends}, libmthca1 (= ${Source-Version})
Description: Debugging symbols for the libmthca driver
libmthca is a device-specific driver for Mellanox InfiniBand HCAs for
the libibverbs library.