On 2014-09-27 17:49 +0200, Bamm wrote: > I could not use the wildcards bin/*/* usr/bin because the tarball > contains binary blobs of the same filename. I want the correct file to > be installed depending on whether an i386 or amd64 package is being > built. You can use debian/install.$arch to differentiate these two cases. See the "DEBHELPER CONFIG FILES" section in the debhelper(7) manpage. Cheers, Sven