From: Andrew Yourtchenko Date: Tue, 28 Sep 2021 08:26:26 +0000 (+0200) Subject: misc: package the devtool plugins X-Git-Tag: v22.06-rc0~481 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=cdd9a703b14b7ee093764eae14c67f60924ad67b;p=vpp.git 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 --- 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}),