Control: tags 994239 + patch
Control: tags 994239 + pending

Dear maintainer,

I've prepared an NMU for micropython (versioned as 1.17+ds-1.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.

diff -Nru micropython-1.17+ds/debian/changelog micropython-
1.17+ds/debian/changelog
--- micropython-1.17+ds/debian/changelog        2021-09-04 02:41:03.000000000
-0400
+++ micropython-1.17+ds/debian/changelog        2021-11-10 15:51:19.000000000
-0500
@@ -1,3 +1,11 @@
+micropython (1.17+ds-1.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * debian/rules: Circumvent FTBFS with gcc 11 using
+    -Wno-error=maybe-uninitialized cflag. (Closes: #994239)
+
+ -- Boyuan Yang <by...@debian.org>  Wed, 10 Nov 2021 15:51:19 -0500
+
 micropython (1.17+ds-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru micropython-1.17+ds/debian/rules micropython-1.17+ds/debian/rules
--- micropython-1.17+ds/debian/rules    2021-09-04 02:41:03.000000000 -0400
+++ micropython-1.17+ds/debian/rules    2021-11-10 15:51:19.000000000 -0500
@@ -3,7 +3,7 @@
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-format
 
-export DEB_CFLAGS_MAINT_APPEND  = -Wformat -Werror=format-security
+export DEB_CFLAGS_MAINT_APPEND  = -Wformat -Werror=format-security -Wno-
error=maybe-uninitialized
 export DEB_LDFLAGS_MAINT_APPEND =
 
 export BUILD_VERBOSE = 1

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to