public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] meta/debianize: bump default dh compat to 10
@ 2020-07-21  9:51 Henning Schild
  2020-07-21 10:07 ` Jan Kiszka
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Henning Schild @ 2020-07-21  9:51 UTC (permalink / raw)
  To: isar-users; +Cc: Jan Kiszka, Henning Schild

From: Henning Schild <henning.schild@siemens.com>

10 is the default compat level currently used by debian. Bumping to it
makes us up to date and helps with stuff like parallel builds.

Signed-off-by: Henning Schild <henning.schild@siemens.com>
---
 meta/classes/debianize.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/debianize.bbclass b/meta/classes/debianize.bbclass
index 1197f3d570..dad1cb48fa 100644
--- a/meta/classes/debianize.bbclass
+++ b/meta/classes/debianize.bbclass
@@ -47,7 +47,7 @@ EOF
 }
 
 deb_create_compat() {
-	echo 9 > ${S}/debian/compat
+	echo 10 > ${S}/debian/compat
 }
 
 deb_create_control() {
-- 
2.26.2


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

end of thread, other threads:[~2020-08-24  6:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-21  9:51 [PATCH] meta/debianize: bump default dh compat to 10 Henning Schild
2020-07-21 10:07 ` Jan Kiszka
2020-07-21 10:34   ` Henning Schild
2020-07-21 10:43     ` Jan Kiszka
2020-08-18 11:26 ` Henning Schild
2020-08-23 17:28   ` Baurzhan Ismagulov
2020-08-24  6:49 ` Baurzhan Ismagulov

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