From 6c95e41b510e8174f0ecb96b68bc2104d64806c4 Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Wed, 8 Jan 2025 14:07:42 +0100 Subject: build: add vpp-crypto-engines to debian/control.in Crypto engines have been moved into a new component, but the component needs Debian packaging information. Type: fix Fixes: 0cf4eef73a4c1bd2831a4618af50939a2aab01c6 Change-Id: I041284f91be4cdb16d5a4771b518dd99571efa99 Signed-off-by: Vratko Polak --- src/pkg/debian/control.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/pkg/debian') diff --git a/src/pkg/debian/control.in b/src/pkg/debian/control.in index 5f597f4ea1e..5b8e40aa607 100644 --- a/src/pkg/debian/control.in +++ b/src/pkg/debian/control.in @@ -47,6 +47,14 @@ Description: Vector Packet Processing--runtime libraries This package contains the VPP shared libraries, including: . +Package: vpp-crypto-engines +Architecture: any +Depends: vpp (= ${source:Version}), + ${shlibs:Depends} +Description: Vector Packet Processing--runtime crypto engines + This package contains VPP crypto engines + . + Package: vpp-plugin-core Architecture: any Depends: vpp (= ${source:Version}), -- cgit