diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index bd7aad07a..4f3bda789 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ netdata (1.7.0+dfsg-1) UNRELEASED; urgency=medium * New upstream release (Closes: #868662) * Rudimentary solution to the sysvinit conundrum (Closes: #861713) * Remove old config files from <1.6.0 with maintscript (Closes: #869200) + * Add a recommendation for curl. Fixing telegram pushes (Closes: #872799) -- Lennart Weller <lhw@ring0.de> Thu, 27 Jul 2017 11:57:13 +0200 diff --git a/debian/control b/debian/control index 3609064fa..8f5bfb8e1 100644 --- a/debian/control +++ b/debian/control @@ -27,7 +27,7 @@ Depends: adduser, ${misc:Depends}, ${misc:Pre-Depends}, ${shlibs:Depends} -Recommends: nodejs, fping +Recommends: nodejs, fping, curl 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 |