Package: alsa-utils Version: 1.0.10-1 Severity: serious Tags: patch Hello,
The postinst script of alsa-utils is not writtent correctly: % sh postinst abort-upgrade "1"; echo $? postinst called with unknown argument `abort-upgrade' 1 According to chapter 6 of Debian policy, it should exit with a zero status. Cheers, -- Julien Danjou // <[EMAIL PROTECTED]> http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // There is nothing under this line.
--- postinst.orig 2006-03-17 14:48:21.000000000 +0100
+++ postinst 2006-03-17 14:48:50.000000000 +0100
@@ -8,9 +8,9 @@
L="/etc/udev/rules.d/z60_alsa-utils.rules"
[ -e "$L" ] || [ -L "$L" ] || ln -s ../alsa-utils.rules "$L"
;;
-# abort-upgrade|abort-remove|abort-deconfigure)
+abort-upgrade|abort-remove|abort-deconfigure)
# Nothing to do because we didn't take any action in the prerm
- # ;;
+ ;;
*)
echo "postinst called with unknown argument \`$1'" >&2
exit 1
signature.asc
Description: Digital signature

