Control: tags 997197 + patch Control: tags 997197 + pending Dear maintainer,
I've prepared an NMU for clfft (versioned as 2.12.2-3.2) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diff -Nru clfft-2.12.2/debian/changelog clfft-2.12.2/debian/changelog --- clfft-2.12.2/debian/changelog 2021-01-10 21:36:30.000000000 +0200 +++ clfft-2.12.2/debian/changelog 2022-01-06 14:09:04.000000000 +0200 @@ -1,3 +1,11 @@ +clfft (2.12.2-3.2) unstable; urgency=medium + + * Non-maintainer upload. + * Build with -fpermissive to workaround FTBFS with gcc 11. + (Closes: #997197) + + -- Adrian Bunk <b...@debian.org> Thu, 06 Jan 2022 14:09:04 +0200 + clfft (2.12.2-3.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru clfft-2.12.2/debian/rules clfft-2.12.2/debian/rules --- clfft-2.12.2/debian/rules 2021-01-10 21:33:39.000000000 +0200 +++ clfft-2.12.2/debian/rules 2022-01-06 14:09:04.000000000 +0200 @@ -6,7 +6,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic -export DEB_CXXFLAGS_MAINT_APPEND = -Wall -pedantic +export DEB_CXXFLAGS_MAINT_APPEND = -Wall -pedantic -fpermissive export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed BUILD_OPTIONS = \