diff options
author | Maros Marsalek <mmarsale@cisco.com> | 2016-08-22 12:59:37 +0200 |
---|---|---|
committer | Maros Marsalek <mmarsale@cisco.com> | 2016-08-22 14:28:54 +0000 |
commit | 2fd5a0aa10b737a471478f43c3fc0b0a0d1374db (patch) | |
tree | 32a899af82dbf621af569b8fa1401277f602044b /packaging/deb/debian/control | |
parent | f8bb88dac590165a9909b6e60e6c06b435a2d456 (diff) |
Honeycomb deb packaging
Change-Id: I6f029ef9236cbd3f7f20fd8e44f83b15cdedc5db
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Diffstat (limited to 'packaging/deb/debian/control')
-rw-r--r-- | packaging/deb/debian/control | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packaging/deb/debian/control b/packaging/deb/debian/control new file mode 100644 index 000000000..98ca224c4 --- /dev/null +++ b/packaging/deb/debian/control @@ -0,0 +1,13 @@ +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 +Description: Honeycomb agent for VPP |