diff options
author | Vratko Polak <vrpolak@cisco.com> | 2025-01-08 14:07:42 +0100 |
---|---|---|
committer | Damjan Marion <dmarion@0xa5.net> | 2025-01-08 16:08:13 +0000 |
commit | 6c95e41b510e8174f0ecb96b68bc2104d64806c4 (patch) | |
tree | a1b4cc07c51a54a473e5531a6880613ae7f5b93a /src | |
parent | 36132815da2efe0e2d9b2d7b145a3bece8d6e757 (diff) |
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 <vrpolak@cisco.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/pkg/debian/control.in | 8 |
1 files changed, 8 insertions, 0 deletions
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}), |