Joe Drew wrote: > > dh_gencontrol > > lxdoom creates a couple of binary packages, one of which (the svgalib binary) > is useful only on i386. Therefore, I assigned lxdoom-svga Architecture: i386 > only, assuming dpkg-gencontrol would work properly with this. Apparently > not. How can I get around this problem? Since you're using debhelper, have a look at the -s (--same-arch) flag: -s, --same-arch This is a smarter version of the -a flag, that is used in some rare circumstances. It understands that if the control file lists "Architecture: i386" for the pack- age, the package should not be acted on on other architectures. So this flag makes the command act on all "Architecture: any" packages, as well as on any packages that have the current architecture explicitly specified. Contrast to the -a flag, which makes the command work on all packages that are not architecture independant. -- see shy jo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]