Michael Ablassmeier wrote:
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


It seems that it is unnecessary at all to include the Debconf library in this maintainer script. I applied the patch upstream and will look out
for side effects.

Regards
        Racke



--
LinuXia Systems => http://www.linuxia.de/
Expert Interchange Consulting and System Administration
ICDEVGROUP => http://www.icdevgroup.org/
Interchange Development Team



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

Reply via email to