From: Mark Wooding Date: Thu, 6 Jul 2017 10:10:33 +0000 (+0100) Subject: debian/control: Use ${binary:Version} instead of ${Source-Version}. X-Git-Tag: 2.4.2~37 X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/commitdiff_plain/a5df1013adc85a51fc8ec941cde3c8c034474200?ds=sidebyside debian/control: Use ${binary:Version} instead of ${Source-Version}. --- 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