tag 531461 + patch thx -- When executing "debuild -B" the binary target is not called, only binary-arch. Hence, none of the buildd packages had /bin/ed.
Here's a patch that fixes it. Tested on my amd64 machine. Cheers, -Pascal -- Homepage (http://organact.mine.nu) Debian GNU/Linux (http://www.debian.org) LACIME: École de technologie supérieure (http://lacime.etsmtl.ca)
24c24 < binary: --- > binary-arch: 34c34,36 < .PHONY: build clean --- > binary: binary-arch > > .PHONY: build clean binary