Control: tags 953568 + pending Dear maintainer,
I've prepared an NMU for alsa-lib (versioned as 1.2.2-2.2) and uploaded it to DELAYED/3. Please feel free to tell me if I should delay it longer or cancel the NMU. Regards. diff -Nru alsa-lib-1.2.2/debian/changelog alsa-lib-1.2.2/debian/changelog --- alsa-lib-1.2.2/debian/changelog 2020-03-07 18:21:22.000000000 +0000 +++ alsa-lib-1.2.2/debian/changelog 2020-06-10 06:26:40.000000000 +0000 @@ -1,3 +1,11 @@ +alsa-lib (1.2.2-2.2) unstable; urgency=medium + + * Non-maintainer upload. + * debian/patches/python3.8.diff: + - Updated as upstream commit '1654f38', fixed FTBFS. (Closes: #953568) + + -- Francisco Vilmar Cardoso Ruviaro <francisco.ruvi...@riseup.net> Wed, 10 Jun 2020 06:26:40 +0000 + alsa-lib (1.2.2-2.1) unstable; urgency=medium [ Matthias Klose ] diff -Nru alsa-lib-1.2.2/debian/patches/python3.8.diff alsa-lib-1.2.2/debian/patches/python3.8.diff --- alsa-lib-1.2.2/debian/patches/python3.8.diff 2020-03-04 08:23:20.000000000 +0000 +++ alsa-lib-1.2.2/debian/patches/python3.8.diff 2020-06-10 05:49:04.000000000 +0000 @@ -1,16 +1,21 @@ -# Description: fixes the build with python 3.8 -# Upstream: https://github.com/alsa-project/alsa-lib/issues/33 -# Author: Matthias Klose -Index: b/configure.ac -=================================================================== ---- a/configure.ac -+++ b/configure.ac -@@ -423,7 +423,7 @@ if test "$build_python" = "yes" -a "$bui +Description: fixes the build with python 3.8 +Upstream: https://github.com/alsa-project/alsa-lib/issues/33 +Author: Matthias Klose +Bug-Debian: https://bugs.debian.org/953568 +Reviewed-By: Francisco Vilmar Cardoso Ruviaro <francisco.ruvi...@riseup.net> +Last-Update: 2020-06-10 + +--- alsa-lib-1.2.2.orig/configure.ac ++++ alsa-lib-1.2.2/configure.ac +@@ -423,7 +423,10 @@ if test "$build_python" = "yes" -a "$bui pythonlibs0= pythoninc0= if test "$build_python2" != "yes"; then - pythonlibs0=$(python3-config --libs) -+ pythonlibs0=$(python3-config --libs --embed) ++ pythonlibs0=$(python3-config --libs --embed 2> /dev/null) ++ if test -z "$pythonlibs0"; then ++ pythonlibs0=$(python3-config --libs) ++ fi pythoninc0=$(python3-config --includes) fi if test -z "$pythonlibs0"; then -- Francisco Vilmar Cardoso Ruviaro <francisco.ruvi...@riseup.net> 4096R: 1B8C F656 EF3B 8447 2F48 F0E7 82FB F706 0B2F 7D00