From: Roland Dreier Date: Fri, 14 Dec 2007 18:02:11 +0000 (-0800) Subject: Move to using cdbs to generate Debian/control for better Build-depends X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=e4bc5f1eeada3d96d255a35745002ecea5708d14;p=~shefty%2Flibmlx4.git Move to using cdbs to generate Debian/control for better Build-depends Signed-off-by: Roland Dreier --- diff --git a/debian/control b/debian/control deleted file mode 100644 index b078884..0000000 --- a/debian/control +++ /dev/null @@ -1,52 +0,0 @@ -Source: libmlx4 -Priority: extra -Maintainer: Roland Dreier -Build-Depends: dpkg-dev (>= 1.13.19), cdbs (>= 0.4.25-1), debhelper (>= 5), libibverbs-dev (>= 1.0), autotools-dev -Standards-Version: 3.7.3 -Section: libs - -Package: libmlx4-1 -Section: libs -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: A 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 - userspace processes to access Mellanox HCA hardware directly with - low latency and low overhead. - . - This package contains the loadable plug-in. - . - Homepage: http://www.openfabrics.org/ - -Package: libmlx4-dev -Section: libdevel -Architecture: any -Depends: ${misc:Depends}, libmlx4-1 (= ${binary:Version}) -Description: Development files for the libmlx4 driver - libmlx4 is a device-specific driver for Mellanox ConnectX InfiniBand - host channel adapters (HCAs) for the libibverbs library. This allows - userspace processes to access Mellanox HCA hardware directly with - low latency and low overhead. - . - This package contains static versions of libmlx4 that may be linked - directly to an application, which may be useful for debugging. - . - Homepage: http://www.openfabrics.org/ - -Package: libmlx4-1-dbg -Section: libdevel -Priority: extra -Architecture: any -Depends: ${misc:Depends}, libmlx4-1 (= ${binary:Version}) -Description: Debugging symbols for the libmlx4 driver - libmlx4 is a device-specific driver for Mellanox ConnectX InfiniBand - host channel adapters (HCAs) for the libibverbs library. This allows - userspace processes to access Mellanox HCA hardware directly with - low latency and low overhead. - . - This package contains the debugging symbols associated with - libmlx4-1. They will automatically be used by gdb for debugging - libmlx4-related issues. - . - Homepage: http://www.openfabrics.org/ diff --git a/debian/control.in b/debian/control.in new file mode 100644 index 0000000..5ddf2a0 --- /dev/null +++ b/debian/control.in @@ -0,0 +1,52 @@ +Source: libmlx4 +Priority: extra +Maintainer: Roland Dreier +Build-Depends: @cdbs@, libibverbs-dev (>= 1.0) +Standards-Version: 3.7.3 +Section: libs + +Package: libmlx4-1 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: A 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 + userspace processes to access Mellanox HCA hardware directly with + low latency and low overhead. + . + This package contains the loadable plug-in. + . + Homepage: http://www.openfabrics.org/ + +Package: libmlx4-dev +Section: libdevel +Architecture: any +Depends: ${misc:Depends}, libmlx4-1 (= ${binary:Version}) +Description: Development files for the libmlx4 driver + libmlx4 is a device-specific driver for Mellanox ConnectX InfiniBand + host channel adapters (HCAs) for the libibverbs library. This allows + userspace processes to access Mellanox HCA hardware directly with + low latency and low overhead. + . + This package contains static versions of libmlx4 that may be linked + directly to an application, which may be useful for debugging. + . + Homepage: http://www.openfabrics.org/ + +Package: libmlx4-1-dbg +Section: libdevel +Priority: extra +Architecture: any +Depends: ${misc:Depends}, libmlx4-1 (= ${binary:Version}) +Description: Debugging symbols for the libmlx4 driver + libmlx4 is a device-specific driver for Mellanox ConnectX InfiniBand + host channel adapters (HCAs) for the libibverbs library. This allows + userspace processes to access Mellanox HCA hardware directly with + low latency and low overhead. + . + This package contains the debugging symbols associated with + libmlx4-1. They will automatically be used by gdb for debugging + libmlx4-related issues. + . + Homepage: http://www.openfabrics.org/