include proper package dependency (#12518)
Andika Triwidada committed
May 17, 2022 at 22:44 UTC
e0be05770e00422d0c93d56d936a580e9d08b64b
1 file changed
+2
contrib/debian/control
+2
@@ -52,12 +52,14 @@ Description: real-time charts for system monitoring
52
Package: netdata-plugin-cups
53
Architecture: any
54
Depends: cups,
55
+ ${shlibs:Depends},
56
netdata (>= ${source:Version})
57
Description: The Common Unix Printing System plugin for metrics collection from cupsd
58
59
Package: netdata-plugin-freeipmi
60
Architecture: any
61
Depends: freeipmi,
62
+ ${shlibs:Depends},
63
netdata (= ${source:Version})
64
Description: FreeIPMI - The Intelligent Platform Management System.
65
The IPMI specification defines a set of interfaces for platform management.