From ad40121c1122ed78fd81af1128dfc50681255b03 Mon Sep 17 00:00:00 2001 From: Lennart Weller Date: Sun, 26 Feb 2017 18:10:17 +0100 Subject: fix a bug from bug tracker and github --- debian/changelog | 7 +++++++ debian/control | 7 ++++--- debian/netdata.install | 2 ++ 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5da53bdb7..662cf6ee2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +netdata (1.5.0+dfsg-2) unstable; urgency=medium + + * Include node.d modules now as we recommend nodejs (Closes: #856182) + * Move data dependencies to data package + + -- Lennart Weller Sun, 26 Feb 2017 18:05:54 +0100 + netdata (1.5.0+dfsg-1) unstable; urgency=medium [ Lennart Weller ] diff --git a/debian/control b/debian/control index bfc623f76..69aff715c 100644 --- a/debian/control +++ b/debian/control @@ -19,9 +19,7 @@ Vcs-Browser: https://anonscm.debian.org/git/collab-maint/netdata.git Package: netdata Architecture: any Depends: adduser, - fonts-font-awesome (>= 4.6), libcap2-bin (>= 1:2.0), - libjs-bootstrap, lsb-base (>= 3.1-23.2), netdata-data (=${source:Version}), python, @@ -39,7 +37,10 @@ Description: real-time charts for system monitoring Package: netdata-data Architecture: all Multi-Arch: foreign -Depends: ${misc:Depends}, ${shlibs:Depends} +Depends: fonts-font-awesome (>= 4.6), + libjs-bootstrap, + ${misc:Depends}, + ${shlibs:Depends} Description: real-time charts for system monitoring (Data) Netdata is a daemon that collects data in realtime (per second) and presents a web site to view and analyze them. The presentation diff --git a/debian/netdata.install b/debian/netdata.install index a5f9aaeae..3e957aaf8 100644 --- a/debian/netdata.install +++ b/debian/netdata.install @@ -7,3 +7,5 @@ usr/lib/*/netdata/plugins.d/*.sh usr/lib/*/netdata/plugins.d/loopsleepms.sh.inc usr/lib/*/netdata/python.d/*.py usr/lib/*/netdata/python.d/python_modules +usr/lib/*/netdata/node.d/*.js +usr/lib/*/netdata/node.d/node_modules -- cgit v1.2.3