ssed fails to cross build from source, because it attempts to build for the build architecture and fails there. Usually, the easiest way to fix this is using dh_auto_configure, but ssed's configure does not understand the --runstatedir switch passed by debhelper. I therefore suggest passing the --build and --host flags explicitly. Please find a patch attached for your convenience. Helmut