diff options
author | Lennart Weller <lhw@ring0.de> | 2017-02-26 17:10:17 +0000 |
---|---|---|
committer | Lennart Weller <lhw@ring0.de> | 2017-02-26 17:10:17 +0000 |
commit | ad40121c1122ed78fd81af1128dfc50681255b03 (patch) | |
tree | e965aca2b8b3ab5857a0dfe747969a6e9e395b99 | |
parent | Release v. 1.5.0+dfsg-1 to Unstable (diff) | |
download | netdata-ad40121c1122ed78fd81af1128dfc50681255b03.tar.xz netdata-ad40121c1122ed78fd81af1128dfc50681255b03.zip |
fix a bug from bug tracker and github
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 7 | ||||
-rw-r--r-- | 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 <lhw@ring0.de> 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 |