summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2019-08-14 10:07:33 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2019-08-14 10:07:33 +0000
commit354d6c4dc3458702d3713b38305d2a20cd101bfe (patch)
tree45b6d979833d43e3c4ae26da81d65bdc7a2b0e83
parentSimplyfing and rewording netdata-apache2 package description. (diff)
downloadnetdata-354d6c4dc3458702d3713b38305d2a20cd101bfe.tar.xz
netdata-354d6c4dc3458702d3713b38305d2a20cd101bfe.zip
Running wrap-and-sort.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/control42
1 files changed, 21 insertions, 21 deletions
diff --git a/debian/control b/debian/control
index de6928997..1520a6e6c 100644
--- a/debian/control
+++ b/debian/control
@@ -39,6 +39,27 @@ Description: real-time performance monitoring (metapackage)
.
This package is a metapackage depending on the typical netdata components.
+Package: netdata-apache2
+Section: net
+Architecture: all
+Depends:
+ apache2,
+ netdata-core (>= ${source:Version}) | netdata-core-no-sse (>= ${source:Version}),
+ netdata-web (>= ${source:Version}),
+Enhances:
+ netdata-core,
+ netdata-core-no-sse,
+Description: real-time performance monitoring (apache integration)
+ 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.
+ .
+ Netdata includes its own embedded webserver, by default listening on localhost
+ only. To make netdata available to other users, a dedicated webserver such as
+ apache should be used (with authentication and encryption).
+ .
+ This package contains the integration for the apache HTTP server.
+
Package: netdata-core
Section: net
Architecture: linux-any
@@ -178,24 +199,3 @@ Description: real-time performance monitoring (web)
systems it runs using interactive web dashboards.
.
This package contains the web frontend.
-
-Package: netdata-apache2
-Section: net
-Architecture: all
-Depends:
- netdata-core (>= ${source:Version}) | netdata-core-no-sse (>= ${source:Version}),
- netdata-web (>= ${source:Version}),
- apache2
-Enhances:
- netdata-core,
- netdata-core-no-sse,
-Description: real-time performance monitoring (apache integration)
- 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.
- .
- Netdata includes its own embedded webserver, by default listening on localhost
- only. To make netdata available to other users, a dedicated webserver such as
- apache should be used (with authentication and encryption).
- .
- This package contains the integration for the apache HTTP server.