Bug#563192: portaudio19: diff for NMU version 19+svn20071022-3.1
tony mancill
tmancill at debian.org
Sat Oct 30 18:00:41 UTC 2010
tags 563192 + pending
thanks
Dear maintainer,
As per Jari's intent to NMU posted to the BTS and his communication with
the Debian QA team, I have sponsored an NMU for portaudio19
(versioned as 19+svn20071022-3.1).
It has been uploaded it to DELAYED/3. Please feel free to tell me if I
should delay it longer or remove the upload from the queue.
Regards,
tony mancill
diff -u portaudio19-19+svn20071022/debian/changelog portaudio19-19+svn20071022/debian/changelog
--- portaudio19-19+svn20071022/debian/changelog
+++ portaudio19-19+svn20071022/debian/changelog
@@ -1,3 +1,14 @@
+portaudio19 (19+svn20071022-3.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * debian/patches
+ - (series): Add *.dpatch suffix to 01.
+ - (20): New. Do not define error handler because ALSA's default error
+ handler prints errors to stderr. Patch tanks to Marcelo E. Magallon
+ <mmagallo at debian.org>. (grave; Closes: #563192).
+
+ -- Jari Aalto <jari.aalto at cante.net> Thu, 28 Oct 2010 14:52:22 +0300
+
portaudio19 (19+svn20071022-3) unstable; urgency=low
[ Patrick Matthäi ]
diff -u portaudio19-19+svn20071022/debian/patches/00list portaudio19-19+svn20071022/debian/patches/00list
--- portaudio19-19+svn20071022/debian/patches/00list
+++ portaudio19-19+svn20071022/debian/patches/00list
@@ -1 +1,2 @@
-01_config
+01_config.dpatch
+20_error_handler.dpatch
only in patch2:
unchanged:
--- portaudio19-19+svn20071022.orig/debian/patches/20_error_handler.dpatch
+++ portaudio19-19+svn20071022/debian/patches/20_error_handler.dpatch
@@ -0,0 +1,23 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## /tmp/error-handler.patch.dpatch by jaalto <jari.aalto at cante.net>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP:
+## DP: src/hostapi/alsa/pa_linux_alsa.c: snd_lib_error_set_handler set NULL
+## DP: By Marcelo E. Magallon <mmagallo at debian.org>
+
+ at DPATCH@
+
+diff --git a/src/hostapi/alsa/pa_linux_alsa.c b/src/hostapi/alsa/pa_linux_alsa.c
+index 0842bb4..665be18 100644
+--- a/src/hostapi/alsa/pa_linux_alsa.c
++++ b/src/hostapi/alsa/pa_linux_alsa.c
+@@ -304,6 +304,8 @@ static void Terminate( struct PaUtilHostApiRepresentation *hostApi )
+
+ assert( hostApi );
+
++ snd_lib_error_set_handler(NULL);
++
+ if( alsaHostApi->allocations )
+ {
+ PaUtil_FreeAllAllocations( alsaHostApi->allocations );
More information about the Pkg-voip-maintainers
mailing list