Control: tags 957129 + patch Control: tags 957129 + pending -- Dear maintainer,
I've prepared an NMU for ddrutility (versioned as 2.8-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. -- Regards Sudip diff -Nru ddrutility-2.8/debian/changelog ddrutility-2.8/debian/changelog --- ddrutility-2.8/debian/changelog 2018-01-02 13:23:00.000000000 +0000 +++ ddrutility-2.8/debian/changelog 2021-01-21 20:51:18.000000000 +0000 @@ -1,3 +1,10 @@ +ddrutility (2.8-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix ftbfs with GCC-10. (Closes: #957129) + + -- Sudip Mukherjee <sudipm.mukher...@gmail.com> Thu, 21 Jan 2021 20:51:18 +0000 + ddrutility (2.8-1) unstable; urgency=low * Initial release (Closes: #730429) diff -Nru ddrutility-2.8/debian/rules ddrutility-2.8/debian/rules --- ddrutility-2.8/debian/rules 2018-01-02 13:23:00.000000000 +0000 +++ ddrutility-2.8/debian/rules 2021-01-21 20:48:04.000000000 +0000 @@ -3,7 +3,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed -fPIE -pie -export DEB_CFLAGS_MAINT_APPEND = -D_FORTIFY_SOURCE=2 -fPIE +export DEB_CFLAGS_MAINT_APPEND = -D_FORTIFY_SOURCE=2 -fPIE -fcommon %: dh $@