public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: Henning Schild <henning.schild@siemens.com>
To: isar-users@googlegroups.com
Cc: Jan Kiszka <jan.kiszka@siemens.com>,
	Henning Schild <henning.schild@siemens.com>
Subject: [PATCH] meta/debianize: bump default dh compat to 10
Date: Tue, 21 Jul 2020 11:51:46 +0200	[thread overview]
Message-ID: <20200721095146.30749-1-henning.schild@siemens.com> (raw)

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


             reply	other threads:[~2020-07-21  9:51 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-21  9:51 Henning Schild [this message]
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

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=20200721095146.30749-1-henning.schild@siemens.com \
    --to=henning.schild@siemens.com \
    --cc=isar-users@googlegroups.com \
    --cc=jan.kiszka@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