diff options
author | Maros Marsalek <mmarsale@cisco.com> | 2016-09-19 10:02:35 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2016-09-20 07:35:37 +0000 |
commit | b1c0135c8f531470d4f264491ef04af50c9b7ef1 (patch) | |
tree | 8a474d5e14e370cf7abca3d7ba088856442e0ad7 /packaging/deb | |
parent | a080dcde621c0a3c6568a7c418f203a4da4367f0 (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>
(cherry picked from commit 9716f4ee19aa8fb982d9f8661f9f42fb59b1259d)
Diffstat (limited to 'packaging/deb')
-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 |