summaryrefslogtreecommitdiffstats
path: root/contrib/debian/control.jessie
diff options
context:
space:
mode:
authorPaul Emm. Katsoulakis <34388743+paulkatsoulakis@users.noreply.github.com>2020-01-22 20:53:39 +0100
committerAustin S. Hemmelgarn <austin@netdata.cloud>2020-01-22 14:53:39 -0500
commitb887379e5a600f20f73b1914ad653b0d18a9cbf6 (patch)
tree269a60eed5647ba4351c9651b91ad7e522bb44db /contrib/debian/control.jessie
parentb93aaad43c5861d1ba47df62cd07ca0e3223455a (diff)
netdata/packaging: following the pattern from CUPS, separate freeIPMI (#6939)
1) side fix: correction of wording in CUPS description 2) Create subpackage for free IPMI 3) Settle the rules for populating the new package and removing freeipmi from core package Note: We use strict version matching, once this works fine we need to go back and fix this for CUPS as well Co-authored-by: Austin S. Hemmelgarn <ahferroin7@gmail.com>
Diffstat (limited to 'contrib/debian/control.jessie')
-rw-r--r--contrib/debian/control.jessie12
1 files changed, 10 insertions, 2 deletions
diff --git a/contrib/debian/control.jessie b/contrib/debian/control.jessie
index 15e0d1335a..295788a5a8 100644
--- a/contrib/debian/control.jessie
+++ b/contrib/debian/control.jessie
@@ -40,8 +40,7 @@ Depends: adduser,
libjudydebian1,
openssl,
libmnl0,
- libjson-c2,
- freeipmi,
+ libjson-c3,
libnetfilter-acct1,
libprotobuf-c1,
libsnappy1,
@@ -60,3 +59,12 @@ Architecture: any
Depends: cups,
netdata (>= ${source:Version})
Description: The Common Unix Printing System plugin for metrics collection from cupsd
+
+Package: netdata-plugin-freeipmi
+Architecture: any
+Depends: freeipmi,
+ netdata (= ${source:Version})
+Description: FreeIPMI - The Intelligent Platform Management System.
+ The IPMI specification defines a set of interfaces for platform management.
+ It is implemented by a number vendors for system management. The features of IPMI that most users will be interested in
+ are sensor monitoring, system event monitoring, power control, and serial-over-LAN (SOL).