diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-02-10 12:20:06 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-02-10 14:04:07 +0000 |
commit | 8129d77e079df88d53549f2c4b5dd5058f4bde69 (patch) | |
tree | 3e709895acfb25e51c2d31719f4f5f52d4ddca99 | |
parent | Moving files not directly interpreted by debhelper to subdirectories within t... (diff) | |
download | netdata-8129d77e079df88d53549f2c4b5dd5058f4bde69.tar.xz netdata-8129d77e079df88d53549f2c4b5dd5058f4bde69.zip |
Adding provides for netdata-plugins in control.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/control | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 5690cd600..15ab266cd 100644 --- a/debian/control +++ b/debian/control @@ -102,6 +102,8 @@ Depends: ${misc:Depends}, Suggests: fping, +Provides: + netdata-plugins, Enhances: netdata-core, netdata-core-no-sse, @@ -120,6 +122,8 @@ Depends: netdata-core (>= ${source:Version}) | netdata-core-no-sse (>= ${source:Version}), nodejs, ${misc:Depends}, +Provides: + netdata-plugins, Enhances: netdata-core, netdata-core-no-sse, @@ -141,6 +145,8 @@ Depends: python3-urllib3 (>= 1.22), python3-yaml, ${misc:Depends}, +Provides: + netdata-plugins, Enhances: netdata-core, netdata-core-no-sse, |