/usr/sbin/mbd-debootstrap-uname-2.6 is in mini-buildd 1.0.0~rc.5.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 | #!/bin/sh -e
# Workaround for: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=642031
# See also the FAQ in mini-buildd's "Administrators Manual"
exec setarch $(uname -m) --uname-2.6 debootstrap "${@}"
|