Control: tags 984209 + patch Control: tags 984209 + pending Dear maintainer,
I've released an NMU for libsynthesis (versioned as 3.4.0.47.5+syncevolution-1.5.3-1.1) fixing the release-cricical bug#984209. Regards, - Jonas diff -Nru libsynthesis-3.4.0.47.5+syncevolution-1.5.3/debian/changelog libsynthesis-3.4.0.47.5+syncevolution-1.5.3/debian/changelog --- libsynthesis-3.4.0.47.5+syncevolution-1.5.3/debian/changelog 2018-01-27 22:27:13.000000000 +0100 +++ libsynthesis-3.4.0.47.5+syncevolution-1.5.3/debian/changelog 2021-11-03 18:31:38.000000000 +0100 @@ -1,3 +1,11 @@ +libsynthesis (3.4.0.47.5+syncevolution-1.5.3-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * work around FTPFS with g++ 11 by setting CXXFLAG -std=c++14; + closes: bug#984209, thanks to Matthias Klose + + -- Jonas Smedegaard <[email protected]> Wed, 03 Nov 2021 18:31:38 +0100 + libsynthesis (3.4.0.47.5+syncevolution-1.5.3-1) unstable; urgency=medium * New upstream release diff -Nru libsynthesis-3.4.0.47.5+syncevolution-1.5.3/debian/rules libsynthesis-3.4.0.47.5+syncevolution-1.5.3/debian/rules --- libsynthesis-3.4.0.47.5+syncevolution-1.5.3/debian/rules 2018-01-27 22:27:13.000000000 +0100 +++ libsynthesis-3.4.0.47.5+syncevolution-1.5.3/debian/rules 2021-11-03 18:31:03.000000000 +0100 @@ -6,6 +6,9 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all +# TODO: patch code to support C0017 (see bug#984209) +export DEB_CXXFLAGS_MAINT_APPEND = -std=c++14 + %: dh $@ --without autoreconf

