diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-10-26 08:38:41 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-10-26 08:55:16 +0000 |
commit | 128cbd3014c6e587e747000969111f73f58a0156 (patch) | |
tree | 9e3a1d4f3b67e412892002cc5c82d7db032adbe9 | |
parent | Enabling dbengine, thanks to Thomas <74cmonty@gmail.com> for the bug report (... (diff) | |
download | netdata-128cbd3014c6e587e747000969111f73f58a0156.tar.xz netdata-128cbd3014c6e587e747000969111f73f58a0156.zip |
Updating build-depends to have explicit depends rather than to depend on packages pulled in (libcap-dev and libjson-c-dev).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/control | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 272c1ecef..1914d171a 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,9 @@ Uploaders: Build-Depends: debhelper-compat (= 12), dh-apache2, + libcap-dev, libipmimonitoring-dev, + libjson-c-dev, libjudy-dev, liblz4-dev, libmnl-dev, |