diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-02-25 21:44:06 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-02-25 21:44:06 +0000 |
commit | 62c17a1b54b034cc67dff30b0d82d07f7f877185 (patch) | |
tree | bc140cb5355d2cae2edda49a092a7b4d6a2cec25 | |
parent | Releasing debian version 1.12.1-1. (diff) | |
download | netdata-62c17a1b54b034cc67dff30b0d82d07f7f877185.tar.xz netdata-62c17a1b54b034cc67dff30b0d82d07f7f877185.zip |
Downgrading nodejs depends in netdata-plugins-nodejs to recommends as not all architectures have nodejs at the moment.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 3d2a7b67b..c93e7ffa3 100644 --- a/debian/control +++ b/debian/control @@ -119,8 +119,9 @@ Architecture: all Multi-Arch: foreign Depends: netdata-core (>= ${source:Version}) | netdata-core-no-sse (>= ${source:Version}), - nodejs, ${misc:Depends}, +Recommends: + nodejs, Provides: netdata-plugins, Enhances: |