Bug#1026600: firmware-microbit-micropython: diff for NMU version 1.0.1-3.1

2023-02-07 Thread Nick Morrott
On Tue, 7 Feb 2023 at 09:01, Adrian Bunk  wrote:
>
> On Tue, Feb 07, 2023 at 01:23:28AM +, Nick Morrott wrote:
> >...
> > I'm happy for the NMU to stay in DELAYED/1 and will have a look at
> > getting the new upstream packaged over the next days.
>
> that sounds good, but please wait until my NMU is in testing before
> making further uploads - if the package misses the deadline on the 12th
> it will not be in bookworm.

Absolutely.

Thank you again,
Nick



Bug#1026600: firmware-microbit-micropython: diff for NMU version 1.0.1-3.1

2023-02-07 Thread Adrian Bunk
On Tue, Feb 07, 2023 at 01:23:28AM +, Nick Morrott wrote:
>...
> 
> Dear Adrian,

Dear Nick,

>...
> I'm happy for the NMU to stay in DELAYED/1 and will have a look at
> getting the new upstream packaged over the next days.

that sounds good, but please wait until my NMU is in testing before 
making further uploads - if the package misses the deadline on the 12th 
it will not be in bookworm.

> Thanks,
> Nick

cu
Adrian



Bug#1026600: firmware-microbit-micropython: diff for NMU version 1.0.1-3.1

2023-02-06 Thread Nick Morrott
On Mon, 6 Feb 2023 at 23:33, Adrian Bunk  wrote:
>
> Control: tags 1026600 + patch
> Control: tags 1026600 + pending
>
> Dear maintainer,
>
> I've prepared an NMU for firmware-microbit-micropython (versioned as 
> 1.0.1-3.1)
> and uploaded it to DELAYED/1. Please feel free to tell me if I should cancel 
> it.

Dear Adrian,

Thank you so much for preparing a patch and NMU to fix this issue. I
hadn't yet realised the fix would be quite so straightforward.

I'm happy for the NMU to stay in DELAYED/1 and will have a look at
getting the new upstream packaged over the next days.

Thanks,
Nick



Bug#1026600: firmware-microbit-micropython: diff for NMU version 1.0.1-3.1

2023-02-06 Thread Adrian Bunk
Control: tags 1026600 + patch
Control: tags 1026600 + pending

Dear maintainer,

I've prepared an NMU for firmware-microbit-micropython (versioned as 1.0.1-3.1)
and uploaded it to DELAYED/1. Please feel free to tell me if I should cancel it.

cu
Adrian
diff -Nru firmware-microbit-micropython-1.0.1/debian/changelog firmware-microbit-micropython-1.0.1/debian/changelog
--- firmware-microbit-micropython-1.0.1/debian/changelog	2022-02-15 13:57:55.0 +0200
+++ firmware-microbit-micropython-1.0.1/debian/changelog	2023-02-07 01:28:56.0 +0200
@@ -1,3 +1,10 @@
+firmware-microbit-micropython (1.0.1-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Build with -std=gnu++14 to fix FTBFS. (Closes: #1026600)
+
+ -- Adrian Bunk   Tue, 07 Feb 2023 01:28:56 +0200
+
 firmware-microbit-micropython (1.0.1-3) unstable; urgency=medium
 
   [ Ondřej Nový ]
diff -Nru firmware-microbit-micropython-1.0.1/debian/rules firmware-microbit-micropython-1.0.1/debian/rules
--- firmware-microbit-micropython-1.0.1/debian/rules	2022-02-15 13:57:55.0 +0200
+++ firmware-microbit-micropython-1.0.1/debian/rules	2023-02-07 01:28:49.0 +0200
@@ -5,6 +5,8 @@
 export LANG=C.UTF-8
 export LC_ALL=C.UTF-8
 
+export DEB_CXXFLAGS_MAINT_APPEND += -std=gnu++14
+
 %:
 	dh $@ --with sphinxdoc