Control: tags 957698 + patch Control: tags 957698 + pending Dear maintainer,
I've prepared an NMU for pommed (versioned as 1.39~dfsg-5.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. -- Regards Sudip diff -Nru pommed-1.39~dfsg/debian/changelog pommed-1.39~dfsg/debian/changelog --- pommed-1.39~dfsg/debian/changelog 2018-06-01 22:46:53.000000000 +0100 +++ pommed-1.39~dfsg/debian/changelog 2020-08-04 20:18:05.000000000 +0100 @@ -1,3 +1,10 @@ +pommed (1.39~dfsg-5.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix ftbfs with GCC-10. (Closes: #957698) + + -- Sudip Mukherjee <sudipm.mukher...@gmail.com> Tue, 04 Aug 2020 20:18:05 +0100 + pommed (1.39~dfsg-5) unstable; urgency=medium * Change team mail address. (Closes: #899658) diff -Nru pommed-1.39~dfsg/debian/patches/fix_ftbfs.patch pommed-1.39~dfsg/debian/patches/fix_ftbfs.patch --- pommed-1.39~dfsg/debian/patches/fix_ftbfs.patch 1970-01-01 01:00:00.000000000 +0100 +++ pommed-1.39~dfsg/debian/patches/fix_ftbfs.patch 2020-08-04 20:05:26.000000000 +0100 @@ -0,0 +1,28 @@ +Description: Fix ftbfs with GCC-10 + +Author: Sudip Mukherjee <sudipm.mukher...@gmail.com> +Bug-Debian: https://bugs.debian.org/957698 +Forwarded: no + +--- + +--- pommed-1.39~dfsg.orig/pommed/mactel/nv8600mgt_backlight.c ++++ pommed-1.39~dfsg/pommed/mactel/nv8600mgt_backlight.c +@@ -48,7 +48,6 @@ + #include "../dbus.h" + + +-struct _lcd_bck_info lcd_bck_info; + + + static int nv8600mgt_inited = 0; +--- pommed-1.39~dfsg.orig/pommed/mactel/x1600_backlight.c ++++ pommed-1.39~dfsg/pommed/mactel/x1600_backlight.c +@@ -45,7 +45,6 @@ + #include "../dbus.h" + + +-struct _lcd_bck_info lcd_bck_info; + + static int fd = -1; + static char *memory = NULL; diff -Nru pommed-1.39~dfsg/debian/patches/series pommed-1.39~dfsg/debian/patches/series --- pommed-1.39~dfsg/debian/patches/series 2018-06-01 22:46:53.000000000 +0100 +++ pommed-1.39~dfsg/debian/patches/series 2020-08-04 20:04:20.000000000 +0100 @@ -2,3 +2,4 @@ MacBookPro91.patch 0001-rely-on-sys-inotify.h-for-inotify-support.patch apple-keyboard-ids +fix_ftbfs.patch