diff options
Diffstat (limited to 'packaging/deb/trusty/debian/control')
-rw-r--r-- | packaging/deb/trusty/debian/control | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packaging/deb/trusty/debian/control b/packaging/deb/trusty/debian/control new file mode 100644 index 000000000..16814efa4 --- /dev/null +++ b/packaging/deb/trusty/debian/control @@ -0,0 +1,14 @@ +Source: honeycomb +Section: misc +Priority: optional +Maintainer: fd.io/honeycomb <honeycomb-dev@lists.fd.io> +Build-Depends: debhelper (>= 9) +Standards-Version: 3.9.6 +Homepage: https://wiki.fd.io/view/Honeycomb +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 |