You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:The text was updated successfully, but these errors were encountered: