Hi, I hit the same problem as Axel B. reported.
# RELEASE="buildd-unstable" ; LC_ALL=C apt-get dist-upgrade -V -t $RELEASE ... The following packages will be REMOVED: manpages-de (4.2.0-1) task-german (3.63) The following packages will be upgraded: psmisc (23.3-1 => 23.4-2) 1 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. Need to get 198 kB of archives. After this operation, 3124 kB disk space will be freed. Do you want to continue? [Y/n] n Abort. So need to wait for new manpages-l10n (4.9.1-1)? For now "hold" is your friend: # echo "psmisc" "hold" | dpkg --set-selections # dpkg --get-selections | grep hold psmisc After conflicts are solved: # echo "psmisc" "install" | dpkg --set-selections Just as a feedback. Regards, - Sedat -

