public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] meta/recipes-kernel/linux/files: use debhelper-compat to generate compat file
@ 2024-08-09  6:51 srinuvasan.a via isar-users
  2024-08-09 16:43 ` 'Jan Kiszka' via isar-users
  2024-08-27 15:45 ` Uladzimir Bely
  0 siblings, 2 replies; 14+ messages in thread
From: srinuvasan.a via isar-users @ 2024-08-09  6:51 UTC (permalink / raw)
  To: isar-users; +Cc: jan.kiszka, Srinuvasan A

From: Srinuvasan A <srinuvasan.a@siemens.com>

Now debhelper supports the versions debhelper-compat (= 9) till
debhelper-compat (= 13), hence set appropriate debian helper compatible version
in the debian/control file and remove the debian/compat file.

Signed-off-by: Srinuvasan A <srinuvasan.a@siemens.com>
---
 meta/recipes-kernel/linux/files/debian/compat       | 1 -
 meta/recipes-kernel/linux/files/debian/control.tmpl | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)
 delete mode 100644 meta/recipes-kernel/linux/files/debian/compat

diff --git a/meta/recipes-kernel/linux/files/debian/compat b/meta/recipes-kernel/linux/files/debian/compat
deleted file mode 100644
index f599e28b..00000000
--- a/meta/recipes-kernel/linux/files/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-10
diff --git a/meta/recipes-kernel/linux/files/debian/control.tmpl b/meta/recipes-kernel/linux/files/debian/control.tmpl
index 04ad0f4f..ae257b7c 100644
--- a/meta/recipes-kernel/linux/files/debian/control.tmpl
+++ b/meta/recipes-kernel/linux/files/debian/control.tmpl
@@ -2,7 +2,7 @@ Source: linux-${KERNEL_NAME_PROVIDED}
 Section: kernel
 Priority: optional
 Maintainer: ${MAINTAINER}
-Build-Depends: bc, kmod, cpio, ${KBUILD_DEPENDS}
+Build-Depends: debhelper-compat (= 12), bc, kmod, cpio, ${KBUILD_DEPENDS}
 Homepage: http://www.kernel.org/
 
 Package: linux-image-${KERNEL_NAME_PROVIDED}
-- 
2.34.1

-- 
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 on the web visit https://groups.google.com/d/msgid/isar-users/20240809065158.224059-1-srinuvasan.a%40siemens.com.

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2025-01-31 12:39 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-09  6:51 [PATCH] meta/recipes-kernel/linux/files: use debhelper-compat to generate compat file srinuvasan.a via isar-users
2024-08-09 16:43 ` 'Jan Kiszka' via isar-users
2024-08-11 14:20   ` Srinuvasan Arjunan
2024-08-27 15:45 ` Uladzimir Bely
2024-08-28  5:04   ` 'Arjunan, Srinu' via isar-users
2024-09-09  5:51   ` [PATCH v2] " srinuvasan.a via isar-users
2024-09-09  5:53     ` 'Arjunan, Srinu' via isar-users
2024-09-11 11:28     ` Uladzimir Bely
2024-12-16 11:20       ` [PATCH v3] meta/recipes-kernel: " srinuvasan.a via isar-users
2024-12-16 11:15         ` Srinuvasan Arjunan
2024-12-20  7:48         ` Uladzimir Bely
2025-01-31 12:14         ` 'Jan Kiszka' via isar-users
2025-01-31 12:31           ` 'MOESSBAUER, Felix' via isar-users
2025-01-31 12:39             ` 'Jan Kiszka' via isar-users

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox