Package: kino Version: 0.80-1 Severity: serious Justification: Breaks upgrades.
Upgrading kino to 0.80-1 breaks with a failure in postinst on any system that doesn't have udev installed. It tries to install a symlink in /etc/udev/rules.d/, but this directory only exists when udev is also present. The postinst checks for /etc/udev before trying to create the symlink, but with kino shipping /etc/udev/kino.rules, this check is always true. You can either make kino depend on udev, or refine the check. In the latter case, however, I wonder what happens if udev is installed on a system where kino is already present. Does udev itself create the necessary symlink in this case? Regards, Daniel. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

