[pulseaudio] 01/02: Fix build failure by changing pa_strlist_tostring calls to pa_strlist_to_string

Luke Yelavich themuso-guest at moszumanska.debian.org
Wed Feb 10 21:46:41 UTC 2016


This is an automated email from the git hooks/post-receive script.

themuso-guest pushed a commit to branch ubuntu
in repository pulseaudio.

commit 79fc074d03b991d622ee6fa33c4f2b7e5617ca3f
Author: Luke Yelavich <themuso at ubuntu.com>
Date:   Thu Feb 11 08:29:18 2016 +1100

    Fix build failure by changing pa_strlist_tostring calls to pa_strlist_to_string
---
 debian/changelog                                                  | 8 ++++++++
 ...600-droid-sync-with-upstream-for-Android-5-support-and-b.patch | 4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index aa54a09..929bbea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+pulseaudio (1:8.0-0ubuntu2) UNRELEASED; urgency=medium
+
+  * 0600-droid-sync-with-upstream-for-Android-5-support-and-b.patch:
+    - Fix build failure by changing pa_strlist_tostring calls to
+      pa_strlist_to_string
+
+ -- Luke Yelavich <themuso at ubuntu.com>  Thu, 11 Feb 2016 08:27:37 +1100
+
 pulseaudio (1:8.0-0ubuntu1) xenial; urgency=medium
 
   * New upstream release
diff --git a/debian/patches/0600-droid-sync-with-upstream-for-Android-5-support-and-b.patch b/debian/patches/0600-droid-sync-with-upstream-for-Android-5-support-and-b.patch
index 582111f..37d925c 100644
--- a/debian/patches/0600-droid-sync-with-upstream-for-Android-5-support-and-b.patch
+++ b/debian/patches/0600-droid-sync-with-upstream-for-Android-5-support-and-b.patch
@@ -3195,8 +3195,8 @@ Index: pulseaudio/src/modules/droid/droid-util.c
 +    }
 +    to_inputs = pa_strlist_reverse(to_inputs);
 +
-+    o_str = pa_strlist_tostring(to_outputs);
-+    i_str = pa_strlist_tostring(to_inputs);
++    o_str = pa_strlist_to_string(to_outputs);
++    i_str = pa_strlist_to_string(to_inputs);
 +
 +    pa_log_debug("New combined profile: %s (outputs: %s, inputs: %s)", module->name, o_str, i_str);
 +

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-pulseaudio/pulseaudio.git



More information about the pkg-pulseaudio-devel mailing list