From: Roland Dreier Date: Thu, 21 Jun 2007 19:00:47 +0000 (-0700) Subject: Remove deprecated ${Source-Version} from debian/control X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=bdb7905a09b417abfa9c9048e8c0dc1c435e1ebe;p=~shefty%2Flibmlx4.git Remove deprecated ${Source-Version} from debian/control Replace ${Source-Version} with the more-correct ${binary:Version}. Signed-off-by: Roland Dreier --- diff --git a/debian/control b/debian/control index 356a47a..ee10276 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: libmlx4 Priority: extra Maintainer: Roland Dreier -Build-Depends: cdbs (>= 0.4.25-1), debhelper (>= 5), libibverbs-dev (>= 1.0), autotools-dev +Build-Depends: dpkg-dev (>= 1.13.19), cdbs (>= 0.4.25-1), debhelper (>= 5), libibverbs-dev (>= 1.0), autotools-dev Standards-Version: 3.7.2 Section: libs @@ -22,7 +22,7 @@ Description: A userspace driver for Mellanox ConnectX InfiniBand HCAs Package: libmlx4-dev Section: libdevel Architecture: any -Depends: ${misc:Depends}, libmlx4-1 (= ${Source-Version}) +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 @@ -38,7 +38,7 @@ Package: libmlx4-1-dbg Section: libdevel Priority: extra Architecture: any -Depends: ${misc:Depends}, libmlx4-1 (= ${Source-Version}) +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