sensors: Removed checks for upper limit of SENSORS_API_VERSION
Origin: https://github.com/collectd/collectd/commit/
d5a3c020d33cc33ee8049f54c7b4dffcd123bf83
Forwarded: https://github.com/collectd/collectd/pull/3013
That makes no more sense after lm-sensors got new maintainers.
Gbp-Pq: Name removed_checks_for_upper_limit_of_SENSORS_API.patch
do not use -ldpdk for configure check
Origin: https://github.com/collectd/collectd/commit/
b29454cdf22a197924d35bb2da0840df9cbd65f6
Forwarded: https://github.com/collectd/collectd/pull/3015
The AC_CHECK_LIB test runs unconditionally, and fails with DPDK 18.11
when built with Meson as there is no longer a libdpdk.so linker script,
but only a pkg-config file, so -ldpdk (which is what AC_CHECK_LIB runs)
fails.
Use AC_LINK_IFELSE instead, with compiler and linker flags set
appropriately.
Gbp-Pq: Name dpdk_configure_check.patch
configure: barometer: fix i2c lib usage for 4.0
Forwarded: https://github.com/collectd/collectd/issues/2646
Bug-Ubuntu: https://bugs.launchpad.net/bugs/
1742691
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886920
Last-Update: 2018-02-21
Gbp-Pq: Name i2c_detection.patch
Use paths for nagios-nrpe-server & monitoring-plugins Debian packages.
Gbp-Pq: Name nagios-debian-paths.patch
Set the path of collection.conf to /etc/collectd/.
Gbp-Pq: Name collection_conf_path.patch
Set the path of rrd_filter.px to /usr/lib/collectd/utils/.
Gbp-Pq: Name rrd_filter_path.patch