summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2019-01-01 13:15:48 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2019-01-27 20:48:43 +0000
commitceb61d80ed2cd5d0418aaf2dcad77a24881758d4 (patch)
tree4debefa4937150444ba3ae081edd2a55b6cafd53 /debian/control
parentMoving netdata plugins to /usr/lib/netdata. (diff)
downloadnetdata-ceb61d80ed2cd5d0418aaf2dcad77a24881758d4.tar.xz
netdata-ceb61d80ed2cd5d0418aaf2dcad77a24881758d4.zip
Renaming netdata-data to netdata-web.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control17
1 files changed, 11 insertions, 6 deletions
diff --git a/debian/control b/debian/control
index 6c0346a08..ca7ec846c 100644
--- a/debian/control
+++ b/debian/control
@@ -25,7 +25,7 @@ Pre-Depends:
Depends:
libcap2-bin,
lsb-base,
- netdata-data (=${source:Version}),
+ netdata-web (=${source:Version}),
python3,
python3-six,
python3-urllib3 (>= 1.22),
@@ -45,18 +45,23 @@ Description: real-time performance monitoring
integrated to existing monitoring tool chains (Prometheus, Graphite,
OpenTSDB, Kafka, Grafana, etc).
-Package: netdata-data
+Package: netdata-web
Section: net
Architecture: all
Depends:
fonts-font-awesome,
libjs-bootstrap,
- ${misc:Depends},
-Recommends:
netdata (=${source:Version}),
-Description: real-time performance monitoring (data)
+ ${misc:Depends},
+Conflicts:
+ netdata-data,
+Replaces:
+ netdata-data,
+Enhances:
+ netdata,
+Description: real-time performance monitoring (web)
Netdata is distributed, real-time, performance and health monitoring for
systems and applications. It provides insights of everything happening on the
systems it runs using interactive web dashboards.
.
- This package contains the architecture independent data.
+ This package contains the web frontend.