I am building an application and I want to build a DEB package, but I have a problem...
I want that the DEB package can be installed both 32 bits machines and 64 bits machines. Then I build a 32 bits package to support both architectures, but I have problems with the dependencies, when a 32 bits system installs the package, works good, but when a 64 bits system installs the package, the dependencies (shared libraries) to be installed should be the 32 bits ones (available on 64 bits repos.)
How can I accomplish that?