summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2019-12-08 20:23:27 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2019-12-08 20:29:07 +0000
commitea124f1edc3f07df8b94e394590e6139e45e77d9 (patch)
tree9a947e99baef12468c9c3663e1817fa2fd2da309
parentReleasing debian version 1.19.0-1. (diff)
downloadnetdata-ea124f1edc3f07df8b94e394590e6139e45e77d9.tar.xz
netdata-ea124f1edc3f07df8b94e394590e6139e45e77d9.zip
Moving nfacct.plugin to netdata-core, thanks to Stefan Krüger <space7@web.de> for the report (Closes: #946140).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/control8
-rwxr-xr-xdebian/rules6
2 files changed, 7 insertions, 7 deletions
diff --git a/debian/control b/debian/control
index 32839e6ec..a581d792d 100644
--- a/debian/control
+++ b/debian/control
@@ -96,7 +96,7 @@ Suggests:
nc,
Breaks:
netdata (<< 1.11.1+dfsg-5~),
- netdata-plugins-bash (<< 1.16.1-3~),
+ netdata-plugins-bash (<< 1.19.0-2~),
netdata-plugins-python (<< 1.17.0-1~),
Description: real-time performance monitoring (core)
Netdata is distributed, real-time, performance and health monitoring for
@@ -131,7 +131,7 @@ Suggests:
nc,
Breaks:
netdata (<< 1.11.1+dfsg-5~),
- netdata-plugins-bash (<< 1.16.1-3~),
+ netdata-plugins-bash (<< 1.19.0-2~),
netdata-plugins-python (<< 1.17.0-1~),
Description: real-time performance monitoring (core, no-sse build)
Netdata is distributed, real-time, performance and health monitoring for
@@ -156,8 +156,8 @@ Enhances:
netdata-core,
netdata-core-no-sse,
Breaks:
- netdata-core (<< 1.16.1-3~),
- netdata-core-no-sse (<< 1.16.1-3~),
+ netdata-core (<< 1.19.0-2~),
+ netdata-core-no-sse (<< 1.19.0-2~),
Description: real-time performance monitoring (bash plugins)
Netdata is distributed, real-time, performance and health monitoring for
systems and applications. It provides insights of everything happening on the
diff --git a/debian/rules b/debian/rules
index 6b7186776..f69baeedb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -100,7 +100,7 @@ override_dh_install-arch:
touch $(TOP)-core/etc/netdata/.opt-out-from-anonymous-statistics
mkdir -p $(TOP)-core/usr/lib/netdata/plugins.d
- for plugin in cgroup-network apps.plugin freeipmi.plugin perf.plugin; \
+ for plugin in cgroup-network apps.plugin freeipmi.plugin nfacct.plugin perf.plugin; \
do \
cp debian/tmp/usr/lib/netdata/plugins.d/$${plugin} \
$(TOP)-core/usr/lib/netdata/plugins.d; \
@@ -115,7 +115,7 @@ ifeq (netdata-core-no-sse,$(findstring netdata-core-no-sse,$(PACKAGES)))
touch $(TOP)-core-no-sse/etc/netdata/.opt-out-from-anonymous-statistics
mkdir -p $(TOP)-core-no-sse/usr/lib/netdata/plugins.d
- for plugin in cgroup-network apps.plugin freeipmi.plugin perf.plugin; \
+ for plugin in cgroup-network apps.plugin freeipmi.plugin nfacct.plugin perf.plugin; \
do \
cp debian/tmp-core-no-sse/usr/lib/netdata/plugins.d/$${plugin} \
$(TOP)-core-no-sse/usr/lib/netdata/plugins.d; \
@@ -133,7 +133,7 @@ override_dh_install-indep:
# Move architecture dependent plugins
mkdir -p $(TOP)-core/usr/lib/netdata/plugins.d
- for plugin in cgroup-network apps.plugin freeipmi.plugin perf.plugin; \
+ for plugin in cgroup-network apps.plugin freeipmi.plugin nfacct.plugin perf.plugin; \
do \
mv -f $(TOP)-plugins-bash/usr/lib/netdata/plugins.d/$${plugin} \
$(TOP)-core/usr/lib/netdata/plugins.d; \