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 | 5904d4b0693011f3b13c4b5bc21c93c4dcca4abd (patch) | |
tree | 1a38423f0f4b8fe483befb3958adbbc3a957ddd8 /packaging/deb/debian/control | |
parent | a941f3b5aea333896d73bc1bd50c59bc52e19b51 (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/debian/control')
-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 |