Is there an example how to build a patched deb source package (openssl) for default PACKAGE_ARCH amd64 and i386 in same target.
I've tried many ways but end up that if different PROVIDE names are used e.g. openssl and openssl-i386 the source package fetch complains:
+ sh -c cd /build/tmp/work/debian-bullseye-amd64/openssl-i386/latest-r0; dpkg-source -q -b openssl-i386-latest
dpkg-source: error: source package has two conflicting values - openssl and openssl-i386
Is there an example how to build a patched deb source package (openssl) for default PACKAGE_ARCH amd64 and i386 in same target.
I've tried many ways but end up that if different PROVIDE names are used e.g.
openssl
andopenssl-i386
the source package fetch complains: