Hello, please apply this patch on the top of patch above. As apt-move uses 'set -e', it was failing with exit code == 1 when no SIGNINGKEY was defined :-( Thanks, Petr Vandrovec
--- apt-move-4.2.23/apt-move 2005-08-07 18:01:22.000000000 +0200 +++ apt-move-4.2.23/apt-move 2005-08-01 21:31:02.000000000 +0200 @@ -1326,7 +1326,7 @@ exec >&- - [ -n "$SIGNINGKEY" ] && gpg --detach-sign -ao Release.gpg --default-key "$SIGNINGKEY" --batch --yes --sign Release + [ -z "$SIGNINGKEY" ] || gpg --detach-sign -ao Release.gpg --default-key "$SIGNINGKEY" --batch --yes --sign Release } make_contents() { -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]