]> git.openfabrics.org - ~shefty/libmlx4.git/commitdiff
Remove deprecated ${Source-Version} from debian/control
authorRoland Dreier <rolandd@cisco.com>
Thu, 21 Jun 2007 19:00:47 +0000 (12:00 -0700)
committerRoland Dreier <rolandd@cisco.com>
Thu, 21 Jun 2007 19:00:47 +0000 (12:00 -0700)
Replace ${Source-Version} with the more-correct ${binary:Version}.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
debian/control

index 356a47a70b7042ec7d899ef5e1b4570abd81655e..ee10276d43e31dea960fd38bf60acaa37cb9a033 100644 (file)
@@ -1,7 +1,7 @@
 Source: libmlx4
 Priority: extra
 Maintainer: Roland Dreier <rolandd@cisco.com>
-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