public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: "'Florian Bezdeka' via isar-users" <isar-users@googlegroups.com>
To: isar-users@googlegroups.com
Cc: Quirin Gylstorff <quirin.gylstorff@siemens.com>
Subject: [PATCH 0/7] Replace debian/compat files by a build dependency to debhelper-compat
Date: Fri, 14 Mar 2025 20:33:31 +0100	[thread overview]
Message-ID: <20250314-flo-remove-compat-files-v1-0-fab2d8b18266@siemens.com> (raw)

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>

-- 
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/20250314-flo-remove-compat-files-v1-0-fab2d8b18266%40siemens.com.

             reply	other threads:[~2025-03-14 19:33 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-14 19:33 'Florian Bezdeka' via isar-users [this message]
2025-03-14 19:33 ` [PATCH 1/7] meta: uboot: Replace debian/compat by debhelper-compat 'Florian Bezdeka' via isar-users
2025-03-14 19:33 ` [PATCH 2/7] meta: trusted-firmware-a: " 'Florian Bezdeka' via isar-users
2025-03-14 19:33 ` [PATCH 3/7] meta: optee-os: " 'Florian Bezdeka' via isar-users
2025-03-14 19:33 ` [PATCH 4/7] meta: optee-ftpm: " 'Florian Bezdeka' via isar-users
2025-03-14 19:33 ` [PATCH 5/7] meta: optee-client: Update debianization to allow compat level increase 'Florian Bezdeka' via isar-users
2025-03-14 19:33 ` [PATCH 6/7] meta: optee-client: Replace debian/compat by debhelper-compat 'Florian Bezdeka' via isar-users
2025-03-14 19:33 ` [PATCH 7/7] meta-isar: optee-examples: " 'Florian Bezdeka' via isar-users
2025-03-25 16:57 ` [PATCH 0/7] Replace debian/compat files by a build dependency to debhelper-compat Uladzimir Bely

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250314-flo-remove-compat-files-v1-0-fab2d8b18266@siemens.com \
    --to=isar-users@googlegroups.com \
    --cc=florian.bezdeka@siemens.com \
    --cc=quirin.gylstorff@siemens.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox