Message ID | 20250314-flo-remove-compat-files-v1-0-fab2d8b18266@siemens.com |
---|---|
Headers | show |
Series | Replace debian/compat files by a build dependency to debhelper-compat | expand |
On Fri, 2025-03-14 at 20:33 +0100, 'Florian Bezdeka' via isar-users wrote: > Hi all, > > according to the Debian packaging guidelines and linting done during > the > package build debian/compat files should be replaced by a build > dependency to the debhelper-compat package. > > This series cleans that up for all recipes inside meta and meta-isar. > With that series applied no debian/compat files remain. > > Build tested by building for the stm32mp15x machine which pulls in > all > affected recipes. > > Happy reviewing ;-) > > Cc: Quirin Gylstorff <quirin.gylstorff@siemens.com> > > Signed-off-by: Florian Bezdeka <florian.bezdeka@siemens.com> > --- > Florian Bezdeka (7): > meta: uboot: Replace debian/compat by debhelper-compat > meta: trusted-firmware-a: Replace debian/compat by debhelper- > compat > meta: optee-os: Replace debian/compat by debhelper-compat > meta: optee-ftpm: Replace debian/compat by debhelper-compat > meta: optee-client: Update debianization to allow compat level > increase > meta: optee-client: Replace debian/compat by debhelper-compat > meta-isar: optee-examples: Replace debian/compat by debhelper- > compat > > .../recipes-bsp/optee-examples/files/debian/compat | 1 - > .../optee-examples/files/debian/control.tmpl | 2 +- > .../optee-examples-stm32mp15x_3.21.0.bb | 4 +- > meta/recipes-bsp/optee-client/files/debian/compat | 1 - > .../optee-client/files/debian/control.tmpl | 59 > ++++++++++++++++++++-- > .../optee-client/files/debian/libckteec0.install | 1 + > .../optee-client/files/debian/libseteec0.install | 1 + > .../files/debian/libteeacl0.1.0.install | 1 + > .../optee-client/files/debian/libteec1.install | 1 + > .../files/debian/optee-client-dev.install | 2 + > .../files/debian/tee-supplicant.install | 1 + > .../optee-client/optee-client-custom.inc | 7 +-- > meta/recipes-bsp/optee-ftpm/files/debian/compat | 1 - > .../optee-ftpm/files/debian/control.tmpl | 2 +- > meta/recipes-bsp/optee-ftpm/optee-ftpm.inc | 3 +- > meta/recipes-bsp/optee-os/files/debian/compat | 1 - > .../recipes-bsp/optee-os/files/debian/control.tmpl | 2 +- > meta/recipes-bsp/optee-os/optee-os.inc | 4 +- > .../trusted-firmware-a/files/debian/compat | 1 - > .../trusted-firmware-a/files/debian/control.tmpl | 2 +- > .../trusted-firmware-a-custom.inc | 5 +- > meta/recipes-bsp/u-boot/files/debian/compat | 1 - > meta/recipes-bsp/u-boot/files/debian/control.tmpl | 2 +- > meta/recipes-bsp/u-boot/u-boot-custom.inc | 4 +- > 24 files changed, 83 insertions(+), 26 deletions(-) > --- > base-commit: d46adc844a74ba55c4b9521b7d7da9b5a47b489e > change-id: 20250314-flo-remove-compat-files-20b23ddaf9e5 > > Best regards, > -- > Florian Bezdeka <florian.bezdeka@siemens.com> Applied to next, thanks.
Hi all, according to the Debian packaging guidelines and linting done during the package build debian/compat files should be replaced by a build dependency to the debhelper-compat package. This series cleans that up for all recipes inside meta and meta-isar. With that series applied no debian/compat files remain. Build tested by building for the stm32mp15x machine which pulls in all affected recipes. Happy reviewing ;-) Cc: Quirin Gylstorff <quirin.gylstorff@siemens.com> Signed-off-by: Florian Bezdeka <florian.bezdeka@siemens.com> --- Florian Bezdeka (7): meta: uboot: Replace debian/compat by debhelper-compat meta: trusted-firmware-a: Replace debian/compat by debhelper-compat meta: optee-os: Replace debian/compat by debhelper-compat meta: optee-ftpm: Replace debian/compat by debhelper-compat meta: optee-client: Update debianization to allow compat level increase meta: optee-client: Replace debian/compat by debhelper-compat meta-isar: optee-examples: Replace debian/compat by debhelper-compat .../recipes-bsp/optee-examples/files/debian/compat | 1 - .../optee-examples/files/debian/control.tmpl | 2 +- .../optee-examples-stm32mp15x_3.21.0.bb | 4 +- meta/recipes-bsp/optee-client/files/debian/compat | 1 - .../optee-client/files/debian/control.tmpl | 59 ++++++++++++++++++++-- .../optee-client/files/debian/libckteec0.install | 1 + .../optee-client/files/debian/libseteec0.install | 1 + .../files/debian/libteeacl0.1.0.install | 1 + .../optee-client/files/debian/libteec1.install | 1 + .../files/debian/optee-client-dev.install | 2 + .../files/debian/tee-supplicant.install | 1 + .../optee-client/optee-client-custom.inc | 7 +-- meta/recipes-bsp/optee-ftpm/files/debian/compat | 1 - .../optee-ftpm/files/debian/control.tmpl | 2 +- meta/recipes-bsp/optee-ftpm/optee-ftpm.inc | 3 +- meta/recipes-bsp/optee-os/files/debian/compat | 1 - .../recipes-bsp/optee-os/files/debian/control.tmpl | 2 +- meta/recipes-bsp/optee-os/optee-os.inc | 4 +- .../trusted-firmware-a/files/debian/compat | 1 - .../trusted-firmware-a/files/debian/control.tmpl | 2 +- .../trusted-firmware-a-custom.inc | 5 +- meta/recipes-bsp/u-boot/files/debian/compat | 1 - meta/recipes-bsp/u-boot/files/debian/control.tmpl | 2 +- meta/recipes-bsp/u-boot/u-boot-custom.inc | 4 +- 24 files changed, 83 insertions(+), 26 deletions(-) --- base-commit: d46adc844a74ba55c4b9521b7d7da9b5a47b489e change-id: 20250314-flo-remove-compat-files-20b23ddaf9e5 Best regards,