[Pkg-lirc-maint] Bug#416930: depends on non-essential package debconf in postrm

Michael Ablassmeier abi at grinser.de
Sat Mar 31 14:53:03 UTC 2007


Package: lirc
Version: 0.8.0-9.2
Severity: serious
Tags: etch-ignore
Justification: Policy violation

hi,

while running archive wide piuparts tests your package failed on purge
because of debconf beeing unavailable during postrm:

   Removing lirc ...
  Purging configuration files for lirc ...
  /var/lib/dpkg/info/lirc.postrm: line 4: /usr/share/debconf/confmodule: No such file or directory
  dpkg: error processing lirc (--purge):
   subprocess post-removal script returned error exit status 1
  Errors were encountered while processing:
   lirc

the full log can be found here:

 http://people.debian.org/~abi/piuparts/

please be sure to use a conditional call to debconf and its commands (this is
just an example):

--
 if [ -f /usr/share/debconf/confmodule ]; then
    . /usr/share/debconf/confmodule
 fi

 db_get ||:
--

Please also note: Bugs filed on Packages failing in postrm because of debconf
beeing unavailable are not considered RC for etch, so are tagged etch-ignore.

bye,
    - michael





More information about the Pkg-lirc-maint mailing list