Control: tags 957771 + patch
Dear maintainer, I've released an NMU for sagan (versioned as 1.2.0-1.2). The diff is attached to this message. Regards. diff -Nru sagan-1.2.0/debian/changelog sagan-1.2.0/debian/changelog --- sagan-1.2.0/debian/changelog 2019-09-10 16:15:15.000000000 +0200 +++ sagan-1.2.0/debian/changelog 2021-01-26 16:36:37.000000000 +0100 @@ -1,3 +1,12 @@ +sagan (1.2.0-1.2) unstable; urgency=medium + + * Non-maintainer upload. + + * build with compiler option -fcommon; + closes: bug#957771, thanks to Matthias Klose + + -- Jonas Smedegaard <d...@jones.dk> Tue, 26 Jan 2021 16:36:37 +0100 + sagan (1.2.0-1.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru sagan-1.2.0/debian/rules sagan-1.2.0/debian/rules --- sagan-1.2.0/debian/rules 2018-04-29 17:01:20.000000000 +0200 +++ sagan-1.2.0/debian/rules 2021-01-26 16:35:40.000000000 +0100 @@ -12,6 +12,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +# TODO: drop when upstream cleans up code (see bug#957771) +export DEB_CFLAGS_MAINT_APPEND=-fcommon + override_dh_auto_configure: dh_testdir dh_auto_configure -- --with-postgresql-includes=/usr/include/postgresql --disable-libdnet LIBS="-lm -lestr -lee"