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.000000000 +0200 +++ firmware-microbit-micropython-1.0.1/debian/changelog 2023-02-07 01:28:56.000000000 +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 <[email protected]> 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.000000000 +0200 +++ firmware-microbit-micropython-1.0.1/debian/rules 2023-02-07 01:28:49.000000000 +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

