Package: interchange-ui
Severity: serious
Justification: Policy Violation

hi,

while running archive wide piuparts tests your package failed on purge
because of debconf beeing unavailable. You cant depend on a non
essential package in postrm.

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

the full log can be found:

 http://people.debian.org/~abi/piuparts/interchange-ui

a simple fix:

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

bye,
    - michael


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to