control: tags -1 patch On Thu, 06 Dec 2018 06:31:18 +0100 Bastian Blank <wa...@debian.org> wrote: > Package: colectd > Version: 5.8.1-1 > Severity: serious > > liblvm2app is deprecated and will be not longer shipped with Buster. > Please drop it's usage. > > Further references are found here: > https://bugzilla.redhat.com/show_bug.cgi?id=1489590 > https://github.com/collectd/collectd/issues/2647 > > Bastian
Dear Maintainer, The change appears simple, disabling the config flag is enough, I have tested a build with the following changes: --- debian/control +++ debian/control @@ -28,7 +28,6 @@ libkvm-dev [kfreebsd-any], libldap2-dev, liblua5.3-dev, - liblvm2-dev [linux-any], libmemcached-dev, libmicrohttpd-dev, libmodbus-dev, @@ -156,7 +155,6 @@ * logging to files, STDOUT and STDERR: logfile * logging in logstash's JSON event format: log_logstash * embedded Lua interpreter: lua - * Logical Volume Manager usage: lvm * Machine Check Exceptions notifications: mcelog * Atheros wireless LAN chipset statistics: madwifi * motherboard monitor: mbmon --- debian/rules +++ debian/rules @@ -96,6 +96,10 @@ # migrating to testing. confflags += --disable-mqtt +# disable lvm plugin, liblvm2app is deprecated upstream, #915692 +# Cf. https://github.com/collectd/collectd/issues/2647 +confflags += --disable-lvm + # These plugins are Linux-specific. ifeq ($(DEB_HOST_ARCH_OS),kfreebsd) confflags += \ @@ -109,7 +113,6 @@ --disable-ipc \ --disable-iptables \ --disable-ipvs \ - --disable-lvm \ --disable-madwifi \ --disable-md \ --disable-netlink \ -- Kind regards, Luca Boccassi
signature.asc
Description: This is a digitally signed message part