summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d691c59)
raw | patch | inline | side by side (parent: d691c59)
author | Sebastian Harl <sh@tokkee.org> | |
Sat, 21 Oct 2017 11:19:56 +0000 (13:19 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sat, 21 Oct 2017 11:19:56 +0000 (13:19 +0200) |
It's not compatible with libsigrok4.
Closes: #878348
Closes: #878348
debian/changelog | patch | blob | history | |
debian/control | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 35424d7a601dbe3b6e57117cb1f5ff0e78fcf6f7..fdb634839385e13ccc1a245fd50b9a6e5611af18 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
+collectd (5.7.2-2) UNRELEASED; urgency=medium
+
+ * Disable the sigrok plugin for now; it's not compatible with libsigrok4
+ (Closes: #878348).
+
+ -- Sebastian Harl <tokkee@debian.org> Sat, 21 Oct 2017 13:18:27 +0200
+
collectd (5.7.2-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/control b/debian/control
index 1ecaef2299743996ff4586b83897a41f128d37a7..f5d728aaeec7ae9009500f3d21220efa5a01fa53 100644 (file)
--- a/debian/control
+++ b/debian/control
libriemann-client-dev (>= 1.6.0),
librrd-dev (>= 1.4~),
libsensors4-dev [linux-any],
- libsigrok-dev (>= 0.2~) [linux-any],
# libsnmp-dev (>= 5.4.2.1~dfsg-4~) | (libsnmp-dev & perl (<< 5.10.1~rc2-1~))
libsnmp-dev (>= 5.4.2.1~dfsg-4~) | libsnmp-dev | libsnmp9-dev,
libsnmp-dev (>= 5.4.2.1~dfsg-4~) | perl (<< 5.10.1~rc2-1~),
* serial port traffic: serial
* values from SNMP enabled network devices: snmp
* aggregate values received with the StatsD protocol: statsd
- * sigrok-supported device measurements: sigrok
* SMART statistics: smart
* swap usage: swap
* logging to syslog: syslog
diff --git a/debian/rules b/debian/rules
index b3325ec7870a430c57e3f380e30fb5dca1fbbdbf..e4df1c87989ea0e520ae9c98878692707eb8ad8c 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
# libqpos is required for the intel_rdt plugin.
confflags += --disable-intel_rdt
+# libsigrok4 incompatible with the plugin.
+# Cf. https://github.com/collectd/collectd/issues/1574
+confflags += --disable-sigrok
+
# These plugins are Linux-specific.
ifneq (,$(filter kfreebsd-i386 kfreebsd-amd64, $(DEB_BUILD_ARCH)))
confflags += \
--disable-numa \
--disable-sensors \
--disable-vserver
- # libsigrok >= 0.2.0 is required for the sigrok plugin,
- # only available on Linux.
- confflags += \
- --disable-sigrok
endif
# This plugin is FreeBSD-specific.