From 0f2008df60f153faedbe8a50b7cb34937d9bc80a Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Thu, 22 Nov 2012 11:55:29 +0100 Subject: [PATCH] collectd-core.postrm: Source the debconf confmodule. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit … in order to make the db_* functions available. Thanks to Joey Hess for reporting this! Closes: #680172 --- debian/changelog | 3 +++ debian/collectd-core.postrm | 1 + 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 4c146f5..5be08bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -40,6 +40,9 @@ collectd (5.2.0-1) experimental; urgency=low - Let the 'df' plugin ignore 'rootfs' (else, the root file-system would appear twice, causing one of the updates to fail and spam the log) and the usual virtual / temporary file-systems (cf. #657122). + * debian/collectd-core.postrm: + - Source the debconf confmodule to make the db_* functions available; + thanks to Joey Hess for reporting this (Closes: #680172). -- Sebastian Harl Tue, 20 Nov 2012 15:40:12 +0100 diff --git a/debian/collectd-core.postrm b/debian/collectd-core.postrm index cdeabe4..43700cd 100755 --- a/debian/collectd-core.postrm +++ b/debian/collectd-core.postrm @@ -17,6 +17,7 @@ set -e # for details, see http://www.debian.org/doc/debian-policy/ or # the debian-policy package +. /usr/share/debconf/confmodule case "$1" in purge) -- 2.30.2