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

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

index d35e9dae682372d823558b4e2a4974590cf9810d..eb8bccaf230425ce6daf8aebe53a83895b94f036 100644 (file)
@@ -1,3 +1,9 @@
+libibverbs (1.1.1-2) unstable; urgency=low
+
+  * Replace deprecated ${Source-Version} with ${binary:Version}
+
+ -- Roland Dreier <rolandd@cisco.com>  Thu, 21 Jun 2007 12:04:05 -0700
+
 libibverbs (1.1.1-1) unstable; urgency=low
 
   * New upstream release.
index 867f02183c985c567940ec847f22054934004144..6120cf2fd9ccf8896d637175d7edce242c57341b 100644 (file)
@@ -1,7 +1,7 @@
 Source: libibverbs
 Priority: extra
 Maintainer: Roland Dreier <rolandd@cisco.com>
-Build-Depends: @cdbs@
+Build-Depends: @cdbs@, dpkg-dev (>= 1.13.19)
 Standards-Version: 3.7.2
 Section: libs
 
@@ -27,7 +27,7 @@ Description: A library for direct userspace use of InfiniBand
 Package: libibverbs-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, libibverbs1 (= ${Source-Version})
+Depends: ${misc:Depends}, libibverbs1 (= ${binary:Version})
 Description: Development files for the libibverbs library
  libibverbs is a library that allows userspace processes to use
  InfiniBand "verbs" as described in the InfiniBand Architecture
@@ -46,7 +46,7 @@ Package: libibverbs1-dbg
 Section: libdevel
 Priority: extra
 Architecture: any
-Depends: ${misc:Depends}, libibverbs1 (= ${Source-Version})
+Depends: ${misc:Depends}, libibverbs1 (= ${binary:Version})
 Description: Debugging symbols for the libibverbs library
  libibverbs is a library that allows userspace processes to use
  InfiniBand "verbs" as described in the InfiniBand Architecture