Code

collectd-core.postrm: Source the debconf confmodule.
authorSebastian Harl <sh@teamix.net>
Thu, 22 Nov 2012 10:55:29 +0000 (11:55 +0100)
committerSebastian Harl <sh@teamix.net>
Thu, 22 Nov 2012 10:55:29 +0000 (11:55 +0100)
… in order to make the db_* functions available.
Thanks to Joey Hess for reporting this!
Closes: #680172
debian/changelog
debian/collectd-core.postrm

index 4c146f53f053b662b2afa1513b2659f65fd87677..5be08bbdd4caf31a7d2d6d1fed28752411f43719 100644 (file)
@@ -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 <tokkee@debian.org>  Tue, 20 Nov 2012 15:40:12 +0100
 
index cdeabe48b57c354aa31f2c528ee0dbe68000798a..43700cdb2756fcc257de2dbac527845be1932070 100755 (executable)
@@ -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)