Hi there, I usually build debian packages from their sources with the following command line: *debuild -i -I --no-sign --build=binary*
Is there a way to build only the *architecture independant binary packages and the ones related to the host architecture (amd64)*? I'm looking for a way to avoid building binary packages such as acpi-modules-4.15.0-1-686-di, affs-modules-4.15.0-1-powerpc-di, ata-modules-4.15.0-1-armmp-di, and so on.... Is it: - "--build=binary" which should do the job - or "-- binary-arch" Regards. -- Jean-Christophe Manciot

