Package: libssl1.0.0 Version: 1.0.1e-2+deb7u12 Severity: normal When upgrading from 1.0.1e-2+deb7u11 to 1.0.1e-2+deb7u12 (current wheezy to wheezy-security) the postinst script did not restart any services.
AFAICS this is due to the version checks present in the postinst scripts around the code blocks that search for services to be restarted. I don't quite understand what these checks are useful for. But as the $check variable is empty because of this, no services will be restarted even if the restart-services debconf entry contains some services to be restarted. Wouldn't it be better to remove the version checks altogether (or to restrict them to updates that only contain packageing changes) and to scan for relevant services on every upgrade? Gaudenz -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

