]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
UBUNTU: [Packaging] final-checks: Depend on makefile flavours
authorStefan Bader <stefan.bader@canonical.com>
Mon, 17 Feb 2020 11:31:13 +0000 (12:31 +0100)
committerPaolo Pisati <paolo.pisati@canonical.com>
Tue, 18 Feb 2020 11:14:06 +0000 (12:14 +0100)
commit39e5b541068da4afea477f2a4dc4ecba16a3d6d4
treecab1eae6cb71e274bab7311343f9bc1e4d0595d0
parent484fd9788f54db98a622c08cfe8394390175be6c
UBUNTU: [Packaging] final-checks: Depend on makefile flavours

The available ABI files do not depend on the config flavours but
those actually built. So instead of looking at the config files,
parse the flavours variable of the <arch>.mk files.

This handles the case where we would like to drop certain flavours
or even whole architectures in backport kernels. Removing the
configuration file is bad because that would cause a huge delta
everytime we rebase (a local mangle would to remove the config
file each time and then the next updateconfigs would re-arrange
things based on that).

Instead we can rely on the information in the architecture
specific rules.

Ignore: yes
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
Acked-by: Paolo Pisati <paolo.pisati@canonical.com>
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
debian/scripts/misc/final-checks