From 66dab6734176d87553cb7579a746eefb72e75d0e Mon Sep 17 00:00:00 2001 From: Roland Dreier Date: Thu, 21 Jun 2007 12:05:21 -0700 Subject: [PATCH] Remove deprecated ${Source-Version} from debian/control Replace ${Source-Version} with the more-correct ${binary:Version}. Signed-off-by: Roland Dreier --- debian/changelog | 6 ++++++ debian/control.in | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index d35e9da..eb8bcca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libibverbs (1.1.1-2) unstable; urgency=low + + * Replace deprecated ${Source-Version} with ${binary:Version} + + -- Roland Dreier Thu, 21 Jun 2007 12:04:05 -0700 + libibverbs (1.1.1-1) unstable; urgency=low * New upstream release. diff --git a/debian/control.in b/debian/control.in index 867f021..6120cf2 100644 --- a/debian/control.in +++ b/debian/control.in @@ -1,7 +1,7 @@ Source: libibverbs Priority: extra Maintainer: Roland Dreier -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 -- 2.46.0