summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Ceratto <federico.ceratto@gmail.com>2016-04-13 20:24:45 +0000
committerFederico Ceratto <federico.ceratto@gmail.com>2016-04-13 20:24:45 +0000
commit4df15effbc0e222912917cc6aa55c59223ff3aa8 (patch)
treed5690540b5226b5543156bf4f0396e4a5b544548
parentAdd copyright (diff)
downloadnetdata-4df15effbc0e222912917cc6aa55c59223ff3aa8.tar.xz
netdata-4df15effbc0e222912917cc6aa55c59223ff3aa8.zip
Update control file
-rw-r--r--debian/control24
1 files changed, 18 insertions, 6 deletions
diff --git a/debian/control b/debian/control
index f10662231..a6f67ca31 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,13 @@
Source: netdata
-Section: unknown
+Section: net
Priority: optional
-Maintainer: Federico Ceratto <federico@debian.org>
-Build-Depends: debhelper (>=9)
+Maintainer: Lennart Weller <lhw@ring0.de>
+Uploaders: Federico Ceratto <federico@debian.org>
+Build-Depends: debhelper (>= 9),
+ dh-autoreconf,
+ dh-systemd (>= 1.5),
+ dpkg-dev (>= 1.13.19),
+ zlib1g-dev
Standards-Version: 3.9.6
Homepage: https://github.com/firehol/netdata
Vcs-Git: https://anonscm.debian.org/collab-maint/netdata.git
@@ -10,6 +15,13 @@ Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/netdata.git
Package: netdata
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
-Description: Real-time performance monitoring
- <insert long description, indented with spaces>
+Depends: adduser,
+ libcap2-bin (>= 1:2.0),
+ lsb-base (>= 3.1-23.2),
+ ${misc:Depends},
+ ${shlibs:Depends}
+Description: real-time charts for system monitoring
+ Netdata is a daemon that collects data in realtime (per second)
+ and presents a web site to view and analyze them. The presentation
+ is also real-time and full of interactive charts that precisely
+ render all collected values.