aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2007-06-21 12:02:07 -0700
committerRoland Dreier <rolandd@cisco.com>2007-06-21 12:02:07 -0700
commit95b1a9cfa40aeac27fd4a74b2accdc40d4281537 (patch)
tree6ac471eccd0582b8217c511dc2158b7e2103d777
parente716237f442d2522023c07a5b03f6e3e7977dfa0 (diff)
downloadlibmthca-95b1a9cfa40aeac27fd4a74b2accdc40d4281537.tar.gz
Remove deprecated ${Source-Version} from debian/control
Replace ${Source-Version} with the more-correct ${binary:Version}. Signed-off-by: Roland Dreier <rolandd@cisco.com>
-rw-r--r--debian/changelog6
-rw-r--r--debian/control6
2 files changed, 9 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 138778d..ce85145 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libmthca (1.0.4-2) unstable; urgency=low
+
+ * Replace deprecated ${Source-Version} with ${binary:Version}
+
+ -- Roland Dreier <rolandd@cisco.com> Thu, 21 Jun 2007 12:01:20 -0700
+
libmthca (1.0.4-1) unstable; urgency=low
* New upstream release.
diff --git a/debian/control b/debian/control
index b7c6043..a5f7e37 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
Source: libmthca
Priority: extra
Maintainer: Roland Dreier <rolandd@cisco.com>
-Build-Depends: cdbs (>= 0.4.25-1), debhelper (>= 5), libibverbs-dev (>= 1.1), autotools-dev
+Build-Depends: dpkg-dev (>= 1.13.19), cdbs (>= 0.4.25-1), debhelper (>= 5), libibverbs-dev (>= 1.1), autotools-dev
Standards-Version: 3.7.2
Section: libs
@@ -22,7 +22,7 @@ Description: A userspace driver for Mellanox InfiniBand HCAs
Package: libmthca-dev
Section: libdevel
Architecture: any
-Depends: ${misc:Depends}, libmthca1 (= ${Source-Version})
+Depends: ${misc:Depends}, libmthca1 (= ${binary:Version})
Description: Development files for the libmthca driver
libmthca is a device-specific driver for Mellanox InfiniBand host
channel adapters (HCAs) for the libibverbs library. This allows
@@ -38,7 +38,7 @@ Package: libmthca1-dbg
Section: libdevel
Priority: extra
Architecture: any
-Depends: ${misc:Depends}, libmthca1 (= ${Source-Version})
+Depends: ${misc:Depends}, libmthca1 (= ${binary:Version})
Description: Debugging symbols for the libmthca driver
libmthca is a device-specific driver for Mellanox InfiniBand host
channel adapters (HCAs) for the libibverbs library. This allows