diff options
author | Maros Marsalek <mmarsale@cisco.com> | 2016-09-19 10:02:35 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2016-09-20 05:10:29 +0000 |
commit | 9716f4ee19aa8fb982d9f8661f9f42fb59b1259d (patch) | |
tree | 9095b77fd42f89247fd03e1ade6b69088eb08dcc | |
parent | fe170c5b051c878e41c6420e3d3010f44b4b03af (diff) |
HONEYCOMB-215 Add suggests dependency from hc -> vpp_nsg_plugin
Only for deb packaging, RPM does not support Suggests directive on all platforms
Change-Id: I7702fd5c6acb90be367f6ae8d59c0a795bc68d1f
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
-rw-r--r-- | packaging/deb/debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/deb/debian/control b/packaging/deb/debian/control index 98ca224c4..16814efa4 100644 --- a/packaging/deb/debian/control +++ b/packaging/deb/debian/control @@ -10,4 +10,5 @@ Vcs-Browser: https://git.fd.io/cgit/honeycomb/tree/ Package: honeycomb Architecture: all Depends: vpp, openjdk-8-jdk | openjdk-8-jre +Suggests: vpp-nsh-plugin Description: Honeycomb agent for VPP |