[Pkg-ofed-commits] r284 - branches/ofed-1.4.1upgrade/libnes/trunk/debian

Guy Coates gmpc-guest at alioth.debian.org
Fri May 29 12:45:12 UTC 2009


Author: gmpc-guest
Date: 2009-05-29 12:45:11 +0000 (Fri, 29 May 2009)
New Revision: 284

Modified:
   branches/ofed-1.4.1upgrade/libnes/trunk/debian/control
Log:
Make package depend on OFED version of libibverbs


Modified: branches/ofed-1.4.1upgrade/libnes/trunk/debian/control
===================================================================
--- branches/ofed-1.4.1upgrade/libnes/trunk/debian/control	2009-05-29 12:34:47 UTC (rev 283)
+++ branches/ofed-1.4.1upgrade/libnes/trunk/debian/control	2009-05-29 12:45:11 UTC (rev 284)
@@ -1,7 +1,7 @@
 Source: libnes
 Priority: extra
 Maintainer: Guy Coates <gmpc at sanger.ac.uk>
-Build-Depends: debhelper (>= 7), autotools-dev, libibverbs-dev
+Build-Depends: debhelper (>= 7), autotools-dev, libibverbs-dev (>=1.1.2-1+OFED)
 Standards-Version: 3.8.0
 Section: libs
 Homepage: http://wwwopenfabrics.org
@@ -24,7 +24,7 @@
 Package: libnes0
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, libibverbs1 (>=1.1.2-1+OFED)
 Description: A userspace driver for NetEffect NICs
  libnes provides a device-specific userspace driver for NetEffect
  Network Interface Cards which support Internet Wide Area 




More information about the Pkg-ofed-commits mailing list