debian/control: Use ${binary:Version} instead of ${Source-Version}.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 6 Jul 2017 10:10:33 +0000 (11:10 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 6 Jul 2017 10:10:33 +0000 (11:10 +0100)
debian/control

index 248791c..0b18c7e 100644 (file)
@@ -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