build: fix broken debian dependencies on ubuntu-18.04 & debian-9 34/29534/5
authorDave Wallace <dwallacelf@gmail.com>
Mon, 19 Oct 2020 18:57:55 +0000 (14:57 -0400)
committerDamjan Marion <dmarion@me.com>
Wed, 21 Oct 2020 16:29:23 +0000 (16:29 +0000)
- Installation vpp-plugin-core from packagecloud.io/master
  & packagecloud.io/2009 breaks due to invalid dependencies
  on newer versions of libmbedtls & libmbedcrypto

Type: fix
Fixes: 641467406

Change-Id: If736dabcc4a91a04b46515620dd87662b7b14260
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
src/pkg/debian/control.in

index 920baae..ef66682 100644 (file)
@@ -51,9 +51,9 @@ Description: Vector Packet Processing--runtime libraries
 Package: vpp-plugin-core
 Architecture: any
 Depends: vpp (= ${source:Version}),
-         libmbedtls12,
+         libmbedtls12 | libmbedtls10,
          libmbedx509-0,
-         libmbedcrypto3,
+         libmbedcrypto3 | libmbedcrypto1 | libmbedcrypto0,
          ${shlibs:Depends}
 Description: Vector Packet Processing--runtime core plugins
  This package contains VPP core plugins