From a5df1013adc85a51fc8ec941cde3c8c034474200 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 6 Jul 2017 11:10:33 +0100 Subject: [PATCH] debian/control: Use ${binary:Version} instead of ${Source-Version}. --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 248791ce..0b18c7ea 100644 --- a/debian/control +++ b/debian/control @@ -28,7 +28,7 @@ Description: A cryptographic library Package: catacomb-bin Architecture: any -Depends: ${shlibs:Depends}, catacomb2 (= ${Source-Version}), ${misc:Depends} +Depends: ${shlibs:Depends}, catacomb2 (= ${binary:Version}), ${misc:Depends} Suggests: utils Description: A cryptographic library Catacomb is a cryptographic library. It implements a large number of @@ -62,7 +62,7 @@ Description: A cryptographic library Package: catacomb-dev Architecture: any -Depends: catacomb2 (= ${Source-Version}), mlib-dev (>= 2.2.2.1) +Depends: catacomb2 (= ${binary:Version}), mlib-dev (>= 2.2.2.1) Recommends: catacomb-bin Section: devel Description: A cryptographic library -- 2.11.0