diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-25 16:19:34 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-25 16:19:47 +0000 |
commit | d94f4d7ad504ec3b417eedca4e58acef98509320 (patch) | |
tree | e570e8023b7cfa8ec09f454906cab91ddafd37da | |
parent | Folding netdata-core into netdata itself. (diff) | |
download | netdata-tmp-trixie.tar.xz netdata-tmp-trixie.zip |
wip: controltmp-trixie
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/control | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/control b/debian/control index e568909db..abed81c91 100644 --- a/debian/control +++ b/debian/control @@ -7,9 +7,12 @@ Uploaders: Federico Ceratto <federico@debian.org>, Build-Depends: cmake, + curl, debhelper-compat (= 13), + libbpf-dev, libcap-dev, libcups2-dev, + libcurl4-openssl-dev, libdlib-dev, libelf-dev, libh2o-dev-common, @@ -18,15 +21,23 @@ Build-Depends: libjudy-dev, liblz4-dev, libmnl-dev, + libmosquitto-dev, libnetfilter-acct-dev, + libpcre2-dev, + libprotobuf-c-dev, libprotobuf-dev, libsnappy-dev, libssl-dev, libsystemd-dev, libuv1-dev, + libwebsockets-dev, libyaml-dev, + libzstd-dev, + lm-sensors, pkg-config, + protobuf-c-compiler, protobuf-compiler, + python3, uuid-dev, zlib1g-dev, Rules-Requires-Root: no |