summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorPaul Emm. Katsoulakis <34388743+paulkatsoulakis@users.noreply.github.com>2019-09-11 18:59:44 +0300
committercosmix <cosmix@users.noreply.github.com>2019-09-11 18:59:44 +0300
commit0b063eab1e29c4e0c5b483216c61951671e2c872 (patch)
tree3d553cba8d1fb245d2b6515f48fb4a3e9009c185 /contrib
parent14e17ed6d2fea54c4818c7aaaccc8cd26e07cc9b (diff)
netdata/packaging: fix ubuntu/xenial runtime dependencies (#6825)
Diffstat (limited to 'contrib')
-rw-r--r--contrib/debian/control.xenial58
1 files changed, 58 insertions, 0 deletions
diff --git a/contrib/debian/control.xenial b/contrib/debian/control.xenial
new file mode 100644
index 0000000000..08a6df43c7
--- /dev/null
+++ b/contrib/debian/control.xenial
@@ -0,0 +1,58 @@
+Source: netdata
+Build-Depends: debhelper (>= 9),
+ dh-autoreconf,
+ dh-systemd (>= 1.5),
+ dpkg-dev (>= 1.13.19),
+ zlib1g-dev,
+ uuid-dev,
+ libuv1-dev,
+ liblz4-dev,
+ libjudy-dev,
+ libssl-dev,
+ libmnl-dev,
+ libjson-c-dev,
+ libcups2-dev,
+ libipmimonitoring-dev,
+ libnetfilter-acct-dev,
+ libsnappy-dev,
+ libprotobuf-dev,
+ libprotoc-dev,
+ autogen,
+ autoconf,
+ automake,
+ pkg-config,
+ curl,
+ gcc,
+ g++
+Section: net
+Priority: optional
+Maintainer: Netdata Builder <bot@netdata.cloud>
+Standards-Version: 3.9.6
+Homepage: https://netdata.cloud
+
+Package: netdata
+Architecture: any
+Depends: adduser,
+ libcap2-bin (>= 1:2.0),
+ lsb-base (>= 3.1-23.2),
+ zlib1g,
+ libuuid1,
+ libuv1,
+ liblz4-1,
+ libjudydebian1,
+ openssl,
+ libmnl0,
+ libjson-c2,
+ cups,
+ freeipmi,
+ libnetfilter-acct1,
+ libprotobuf-c1,
+ libsnappy1v5,
+ libprotoc9v5,
+ ${misc:Depends},
+ ${shlibs:Depends}
+Description: real-time charts for system monitoring
+ Netdata is a daemon that collects data in realtime (per second)
+ and presents a web site to view and analyze them. The presentation
+ is also real-time and full of interactive charts that precisely
+ render all collected values.