Control: tags 957746 + patch Control: tags 957746 + pending -- Dear maintainer,
I've prepared an NMU for ramond (versioned as 0.5-4.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. -- Regards Sudip diff -Nru ramond-0.5/debian/changelog ramond-0.5/debian/changelog --- ramond-0.5/debian/changelog 2012-06-05 00:19:14.000000000 +0100 +++ ramond-0.5/debian/changelog 2020-09-09 22:11:47.000000000 +0100 @@ -1,3 +1,11 @@ +ramond (0.5-4.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix ftbfs with GCC-10. (Closes: #957746) + - Build with -fcommon. + + -- Sudip Mukherjee <sudipm.mukher...@gmail.com> Wed, 09 Sep 2020 22:11:47 +0100 + ramond (0.5-4) unstable; urgency=low * Add explicit build-depends on zlib1g-dev (Closes: #676011) diff -Nru ramond-0.5/debian/rules ramond-0.5/debian/rules --- ramond-0.5/debian/rules 2012-04-04 01:23:30.000000000 +0100 +++ ramond-0.5/debian/rules 2020-09-09 22:10:46.000000000 +0100 @@ -1,6 +1,7 @@ #!/usr/bin/make -f # -*- makefile -*- +export DEB_CFLAGS_MAINT_APPEND = -fcommon # Inject the dpkg buildflags export DEB_BUILD_MAINT_OPTIONS = hardening=+all DPKG_EXPORT_BUILDFLAGS = 1