From cdd9a703b14b7ee093764eae14c67f60924ad67b Mon Sep 17 00:00:00 2001 From: Andrew Yourtchenko Date: Tue, 28 Sep 2021 10:26:26 +0200 Subject: misc: package the devtool plugins a274c3a2ed8c4f1f38cb6f126326b4e6798869d2 has split the devtool plugins into a separate component, which caused them not to be packaged as part of the existing .deb, however this can still be useful to have them. This commit adds the new deb vpp-plugin-devtools which contains that component. Change-Id: I3cf44493745c3d4951ffd2194c6ae539e8ad5926 Type: fix Signed-off-by: Andrew Yourtchenko --- src/pkg/debian/control.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/pkg') diff --git a/src/pkg/debian/control.in b/src/pkg/debian/control.in index 1a8cfd43d42..aa0a03473b4 100644 --- a/src/pkg/debian/control.in +++ b/src/pkg/debian/control.in @@ -58,6 +58,14 @@ Description: Vector Packet Processing--runtime core plugins This package contains VPP core plugins . +Package: vpp-plugin-devtools +Architecture: any +Depends: vpp (= ${source:Version}), + ${shlibs:Depends} +Description: Vector Packet Processing--runtime developer tool plugins + This package contains VPP developer tool plugins + . + Package: vpp-plugin-dpdk Architecture: any Depends: vpp (= ${source:Version}), -- cgit 1.2.3-korg