Control: tags 940143 + patch Control: tags 940143 + pending Control: tags 957973 + patch Control: tags 957973 + pending
Dear maintainer, I've prepared an NMU for xcfa (versioned as 5.0.2-1.1) and uploaded it to DELAYED/1. Please feel free to tell me if I should cancel it. cu Adrian
diff -Nru xcfa-5.0.2/debian/changelog xcfa-5.0.2/debian/changelog --- xcfa-5.0.2/debian/changelog 2015-06-10 15:17:28.000000000 +0300 +++ xcfa-5.0.2/debian/changelog 2021-02-05 13:03:24.000000000 +0200 @@ -1,3 +1,13 @@ +xcfa (5.0.2-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Build with -fcommon to workaround FTBFS with gcc 10. + (Closes: #957973) + * Depend on a version of icedax with a cdda2wav symlink. + (Closes: #940143) + + -- Adrian Bunk <b...@debian.org> Fri, 05 Feb 2021 13:03:24 +0200 + xcfa (5.0.2-1) unstable; urgency=medium * New upstream release: diff -Nru xcfa-5.0.2/debian/control xcfa-5.0.2/debian/control --- xcfa-5.0.2/debian/control 2015-06-10 15:04:30.000000000 +0300 +++ xcfa-5.0.2/debian/control 2021-02-05 13:03:24.000000000 +0200 @@ -21,7 +21,7 @@ Architecture: any Depends: flac, - icedax | cdparanoia, + icedax (>= 9:1.1.11-3.1) | cdparanoia, vorbis-tools, ${misc:Depends}, ${shlibs:Depends} diff -Nru xcfa-5.0.2/debian/rules xcfa-5.0.2/debian/rules --- xcfa-5.0.2/debian/rules 2015-06-10 15:04:30.000000000 +0300 +++ xcfa-5.0.2/debian/rules 2021-02-05 13:03:24.000000000 +0200 @@ -1,6 +1,7 @@ #!/usr/bin/make -f export LDFLAGS+=-Wl,--as-needed +export DEB_CPPFLAGS_MAINT_APPEND += -fcommon %: dh $@ --parallel --with autotools_dev