Hi Luke, On Sun, Nov 30, 2014 at 7:48 PM, Luke Yelavich <[email protected]> wrote: > > This is an automated email from the git hooks/post-receive script. > > themuso-guest pushed a commit to branch ubuntu > in repository pulseaudio. > > commit 72002db9df6391f0e4fda0dfa78b1dcbb5d7e97d > Author: Luke Yelavich <[email protected]> > Date: Tue Nov 25 12:35:40 2014 +1100 > > Update symbols > --- > debian/changelog | 1 + > debian/libpulse0.symbols | 785 > +++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 786 insertions(+) > > diff --git a/debian/changelog b/debian/changelog > index d89dc80..d4465c5 100644 > --- a/debian/changelog > +++ b/debian/changelog > @@ -23,6 +23,7 @@ pulseaudio (5.99.1-1) UNRELEASED; urgency=medium > * Pulse now ships zsh completions, so drop install code, and adjust > pulseaudio.install to match > * Update shlibs > + * Update symbols > > -- Luke Yelavich <[email protected]> Tue, 25 Nov 2014 09:39:16 +1100 > > diff --git a/debian/libpulse0.symbols b/debian/libpulse0.symbols > index 7c19521..5b3c829 100644 > --- a/debian/libpulse0.symbols > +++ b/debian/libpulse0.symbols > @@ -155,6 +155,8 @@ libpulse.so.0 libpulse0 #MINVER# > pa_cvolume_snprint@PULSE_0 0.99.1 > pa_cvolume_snprint_verbose@PULSE_0 5.0 > pa_cvolume_valid@PULSE_0 0.99.1 > + pa_direction_to_string@PULSE_0 5.99.1 > + pa_direction_valid@PULSE_0 5.99.1 > pa_encoding_to_string@PULSE_0 0.99.4 > pa_ext_device_manager_delete@PULSE_0 0.99.1 > pa_ext_device_manager_enable_role_device_priority_routing@PULSE_0 0.99.1 > @@ -327,6 +329,7 @@ libpulse.so.0 libpulse0 #MINVER# > pa_stream_update_timing_info@PULSE_0 0.99.1 > pa_stream_writable_size@PULSE_0 0.99.1 > pa_stream_write@PULSE_0 0.99.1 > + pa_stream_write_ext_free@PULSE_0 5.99.1 > pa_strerror@PULSE_0 0.99.1 > pa_sw_cvolume_divide@PULSE_0 0.99.1 > pa_sw_cvolume_divide_scalar@PULSE_0 0.99.1 > @@ -373,3 +376,785 @@ libpulse.so.0 libpulse0 #MINVER# > pa_xrealloc@PULSE_0 0.99.1 > pa_xstrdup@PULSE_0 0.99.1 > pa_xstrndup@PULSE_0 0.99.1 > +libpulsecommon-5.99.so libpulse0 #MINVER# > + pa_accept_cloexec@Base 5.99.1 > + pa_append_to_config_home_dir@Base 5.99.1 > + pa_append_to_home_dir@Base 5.99.1 > + pa_ascii_filter@Base 5.99.1
This library is not really public. Maintaining the list of methods here will be busywork for no real gain. Given that in debian/shlibs.local we ensure the users of this library will get a strict depenency, I think we can safely not add this list. -- Saludos, Felipe Sateler _______________________________________________ pkg-pulseaudio-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-pulseaudio-devel

