pve-kernel-lowlatency-qoup/debian
Thomas Lamprecht ad95515783 d/rules: headers compile: run modules_prepare copy scripts & includes after
The prepare/compile/install targets feel a bit mixed, so it's not
100% clear where this should happen.

But as the `.headers_compile_mark` already triggers various kernel
build targets with a correct kconfig setup, it is a good fit to add
the modules_prepare step (which is recommended to use when preparing
a out-of-three (OOT) module build environment like dkms expects)
there. As we can only copy (= install) the `scripts` directory
afterwards it follows that it needs to be moved afterwards. Moving
installing the `include` directory there is not really necessary but
it feels like a better place than the _prepare_ target and safes a
extra line, so move that over too.

In terms of actual changes to the built header package we get
additionally the, now generated, module.lds file.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-05-12 16:39:37 +02:00
..
rules.d build: move build and packaging to debian/ 2018-03-09 09:19:58 +01:00
scripts d/scripts: fix find-firmware version regex 2021-01-15 15:10:56 +01:00
changelog bump version to 5.11.12-1 2021-04-09 10:31:36 +02:00
compat debian/compat: set to 10 2018-03-09 09:19:58 +01:00
control.in d/control: update build dependencies 2021-01-15 15:10:56 +01:00
copyright debian/copyright: whitespace cleanup 2018-03-09 09:19:58 +01:00
pve-headers.postinst.in build: move/merge files 2018-03-09 09:19:58 +01:00
pve-kernel.postinst.in build: move/merge files 2018-03-09 09:19:58 +01:00
pve-kernel.postrm.in build: move/merge files 2018-03-09 09:19:58 +01:00
pve-kernel.prerm.in build: move/merge files 2018-03-09 09:19:58 +01:00
rules d/rules: headers compile: run modules_prepare copy scripts & includes after 2021-05-12 16:39:37 +02:00