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
Currently, the debian/canonical-(revoked-)certs.pem files are generated
by the clean target and included in the source package.
These files are created by concatenating *-all.pem and *-$(arch).pem
files.
When creating a source package, $(arch) expands to the architecture of
the build machine.
Although it is unclear whether arch-specific certificates have ever
been used, if they were, canonical-(revoked-)certs.pem would become
architecture-specific, resulting in an architecture-dependent source
package.
The source package should be consistent, regardless of the architecture
of the build machine.
This commit changes the build rules to concatenate all *.pem files,
ensuring the output is independent of the build machine architecture.
Signed-off-by: Masahiro Yamada <masahiro.yamada@canonical.com>
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
0 commit comments