* [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
* Re: [PATCH] meta/debianize: bump default dh compat to 10
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-08-18 11:26 ` Henning Schild
2020-08-24 6:49 ` Baurzhan Ismagulov
2 siblings, 1 reply; 7+ messages in thread
From: Jan Kiszka @ 2020-07-21 10:07 UTC (permalink / raw)
To: Henning Schild, isar-users
On 21.07.20 11:51, Henning Schild wrote:
> 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.
This applies both to buster and stretch? Just to make this explicit.
Jan
>
> 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() {
>
--
Siemens AG, Corporate Technology, CT RDA IOT SES-DE
Corporate Competence Center Embedded Linux
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] meta/debianize: bump default dh compat to 10
2020-07-21 10:07 ` Jan Kiszka
@ 2020-07-21 10:34 ` Henning Schild
2020-07-21 10:43 ` Jan Kiszka
0 siblings, 1 reply; 7+ messages in thread
From: Henning Schild @ 2020-07-21 10:34 UTC (permalink / raw)
To: Jan Kiszka; +Cc: isar-users
On Tue, 21 Jul 2020 12:07:27 +0200
Jan Kiszka <jan.kiszka@siemens.com> wrote:
> On 21.07.20 11:51, Henning Schild wrote:
> > 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.
>
> This applies both to buster and stretch? Just to make this explicit.
Yes 10 is the default, i think also for bullseye, while you can already
see some packages using a 12 or 13.
stretch has debhelper 10 (that number), buster has 12, bullseye has 13
Henning
> Jan
>
> >
> > 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() {
> >
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] meta/debianize: bump default dh compat to 10
2020-07-21 10:34 ` Henning Schild
@ 2020-07-21 10:43 ` Jan Kiszka
0 siblings, 0 replies; 7+ messages in thread
From: Jan Kiszka @ 2020-07-21 10:43 UTC (permalink / raw)
To: Henning Schild; +Cc: isar-users
On 21.07.20 12:34, Henning Schild wrote:
> On Tue, 21 Jul 2020 12:07:27 +0200
> Jan Kiszka <jan.kiszka@siemens.com> wrote:
>
>> On 21.07.20 11:51, Henning Schild wrote:
>>> 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.
>>
>> This applies both to buster and stretch? Just to make this explicit.
>
> Yes 10 is the default, i think also for bullseye, while you can already
> see some packages using a 12 or 13.
>
> stretch has debhelper 10 (that number), buster has 12, bullseye has 13
>
Perfect!
Reviewed-by: Jan Kiszka <jan.kiszka@siemens.com>
> Henning
>
>> Jan
>>
>>>
>>> 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() {
>>>
>>
>
--
Siemens AG, Corporate Technology, CT RDA IOT SES-DE
Corporate Competence Center Embedded Linux
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] meta/debianize: bump default dh compat to 10
2020-07-21 9:51 [PATCH] meta/debianize: bump default dh compat to 10 Henning Schild
2020-07-21 10:07 ` Jan Kiszka
@ 2020-08-18 11:26 ` Henning Schild
2020-08-23 17:28 ` Baurzhan Ismagulov
2020-08-24 6:49 ` Baurzhan Ismagulov
2 siblings, 1 reply; 7+ messages in thread
From: Henning Schild @ 2020-08-18 11:26 UTC (permalink / raw)
To: isar-users; +Cc: Jan Kiszka
ping
On Tue, 21 Jul 2020 11:51:46 +0200
Henning Schild <henning.schild@siemens.com> wrote:
> 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() {
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] meta/debianize: bump default dh compat to 10
2020-08-18 11:26 ` Henning Schild
@ 2020-08-23 17:28 ` Baurzhan Ismagulov
0 siblings, 0 replies; 7+ messages in thread
From: Baurzhan Ismagulov @ 2020-08-23 17:28 UTC (permalink / raw)
To: isar-users
Hello Henning,
On Tue, Aug 18, 2020 at 01:26:40PM +0200, Henning Schild wrote:
> > 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.
Thanks for you patience. I had "semop(1): encountered an error: Function not
implemented", probably not related to the patch. I'll double-check and let you
know.
I assume you've verified that the generated packages are actually compliant.
I've quickly skimmed through debhelper(7) and couldn't see anything applicable,
but I don't know all possible configurations generated by deb_debianize.
With kind regards,
Baurzhan.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] meta/debianize: bump default dh compat to 10
2020-07-21 9:51 [PATCH] meta/debianize: bump default dh compat to 10 Henning Schild
2020-07-21 10:07 ` Jan Kiszka
2020-08-18 11:26 ` Henning Schild
@ 2020-08-24 6:49 ` Baurzhan Ismagulov
2 siblings, 0 replies; 7+ messages in thread
From: Baurzhan Ismagulov @ 2020-08-24 6:49 UTC (permalink / raw)
To: isar-users
On Tue, Jul 21, 2020 at 11:51:46AM +0200, Henning Schild wrote:
> 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.
I couldn't reproduce the problem. Applied to next, thanks.
With kind regards,
Baurzhan.
^ 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