]> git.openfabrics.org - ~shefty/libmlx4.git/commitdiff
Moving plugin out of /usr/lib means we now depend on libibverbs 1.1.3
authorRoland Dreier <roland@purestorage.com>
Thu, 7 Jul 2011 06:55:04 +0000 (23:55 -0700)
committerRoland Dreier <roland@purestorage.com>
Thu, 7 Jul 2011 06:55:04 +0000 (23:55 -0700)
Signed-off-by: Roland Dreier <roland@purestorage.com>
debian/changelog
debian/control

index 801ef234c0a79f631e7443e65524bf44c96c2afe..922e91f9ae1cbf373bc792228250ae1b69283aaa 100644 (file)
@@ -1,3 +1,10 @@
+libmlx4 (1.0.2-2) unstable; urgency=low
+
+  * Since we have plugin in /usr/lib/libibverbs, we need to depend on
+    libibverbs (>= 1.1.3).
+
+ -- Roland Dreier <roland@digitalvampire.org>  Wed, 06 Jul 2011 23:54:24 -0700
+
 libmlx4 (1.0.2-1) unstable; urgency=low
 
   * New upstream release.
index 0f30c86f47d283e0b5cff8dc32e29a20b3ace8a2..fab9bf5e1fcd21a1f522fd59a6f70cfac32113ca 100644 (file)
@@ -2,7 +2,7 @@ Source: libmlx4
 Priority: extra
 Maintainer: Roland Dreier <roland@digitalvampire.org>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), dpkg-dev (>= 1.13.19), libibverbs-dev (>= 1.0)
+Build-Depends: debhelper (>= 7.0.50~), dpkg-dev (>= 1.13.19), libibverbs-dev (>= 1.1.3)
 Standards-Version: 3.9.2
 Section: libs
 Homepage: http://www.openfabrics.org/
@@ -10,7 +10,7 @@ Homepage: http://www.openfabrics.org/
 Package: libmlx4-1
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, libibverbs1 (>= 1.1.3)
 Description: Userspace driver for Mellanox ConnectX InfiniBand HCAs
  libmlx4 is a device-specific driver for Mellanox ConnectX InfiniBand
  host channel adapters (HCAs) for the libibverbs library.  This allows