Your message dated Sun, 22 Apr 2007 18:40:44 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Processed: clone and assign to debhelper
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: toshutils
Version: 2.0.1-14
Severity: serious
Usertags: postrm-depends-nonessential
Justification: Policy violation, see section 7.2

hi,

while running archive wide piuparts tests your package failed on purge
because of module-init-tools beeing unavailable during postrm:

  Removing toshutils ...
  Purging configuration files for toshutils ...
  /var/lib/dpkg/info/toshutils.postrm: line 15: /sbin/update-modules: No such 
file or directory
  dpkg: error processing toshutils (--purge):
   subprocess post-removal script returned error exit status 1
  Errors were encountered while processing:
   toshutils

the full log can be found here:

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

please be sure to use a conditional call to module-init-tools and its commands. 

bye,
    - michael



--- End Message ---
--- Begin Message ---
[EMAIL PROTECTED]:~/tmp>cat /var/lib/dpkg/info/toshutils.postrm 
#!/bin/sh -e
# Automatically added by dh_installmenu
if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi
# End automatically added section
# Automatically added by dh_installmodules
if [ -x "`which update-modules 2>/dev/null`" ]; then
        update-modules >/dev/null || [ "$?" = 3 ]
fi
# End automatically added section


if [ "$1" = purge ]; then
        rm -f /dev/toshiba
        rm -f /etc/modutils/toshutils
        /sbin/update-modules
fi

Please take more care in reassinging bugs to debhelper in the future.

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to