[pulseaudio] 03/07: Merge tag 'debian/7.99.2-1' into ubuntu-pulse8-ppa

Luke Yelavich themuso-guest at moszumanska.debian.org
Wed Feb 10 05:29:46 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 5925c1cb147286c3edec0f39beb5005da8d92778
Merge: 6a27900 0dbfb1d
Author: Luke Yelavich <themuso at ubuntu.com>
Date:   Tue Jan 19 16:41:16 2016 +1100

    Merge tag 'debian/7.99.2-1' into ubuntu-pulse8-ppa
    
    pulseaudio Debian release 7.99.2-1

 .tarball-version                                   |   2 +-
 .version                                           |   2 +-
 Makefile.in                                        |   1 +
 config.h.in                                        |   9 +
 configure                                          | 264 ++++++++++++++++++++-
 configure.ac                                       |  14 ++
 debian/changelog                                   |  10 +-
 ...ild-sys-Fix-install-order-of-libpulsecore.patch |  44 ----
 debian/patches/series                              |   1 -
 doxygen/Makefile.in                                |   1 +
 man/Makefile.in                                    |   1 +
 src/Makefile.am                                    |  10 +-
 src/Makefile.in                                    | 117 ++++++---
 src/daemon/default.pa.in                           |   4 +
 src/daemon/system.pa.in                            |   4 +
 src/modules/alsa/alsa-util.c                       |  21 +-
 src/modules/macosx/module-coreaudio-device.c       |  46 +++-
 src/modules/module-tunnel.c                        |   4 +-
 src/pulsecore/rtpoll.c                             |   2 +-
 src/pulsecore/sample-util.h                        |   2 +-
 src/pulsecore/sink-input.c                         |   2 +
 src/pulsecore/source-output.c                      |   2 +
 src/tests/mult-s16-test.c                          |   8 +-
 23 files changed, 461 insertions(+), 110 deletions(-)

diff --cc debian/changelog
index 3db5ea3,0a804f2..d160619
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,36 -1,11 +1,44 @@@
- pulseaudio (7.99.1-1ubuntu1~xenial1) UNRELEASED; urgency=medium
++pulseaudio (1:7.99.2-1ubuntu1~xenial1) UNRELEASED; urgency=medium
 +
 +  * Merge from Debian experimental, remaining changes:
 +    - epoch (my stupid fault :S)
 +    - Don't ship the consolekit module, and explicitly depend on the PAM
 +      systemd module
 +    - Add a module to allow pulseaudio to use the Android audio HAL
 +    - Adjust gbp.conf file to point to the ubuntu branch for package builds
 +    - Disable module-role-cork by default
 +    - Load module-x11-bell in the start-pulseaudio-x11 script
 +    - Hide pulseaudio from startup apps dialog
 +    - Quit daemon if pid file is removed
 +    - Avoid abort when poll descriptor is 0, such as when using it with the
 +      audioflinger bridge, like done in ubuntu touch
 +    - change default rlimit_rttime value to 200 ms
 +    - Don't probe UCM profiles, trust that the profile writer knows what they
 +      are doing
 +    - Add card hook to allow modules to do something before a profile becomes
 +      active
 +    - Add an option to the bluez4 discovery module to set the profile
 +    - Allow leaving bluetooth transport running while sink and source are
 +      suspended.
 +    - Add option to module-switch-on-connect to skip abstract devices
 +    - Add property to module-device-restore to skip store/restore
 +    - Add missing fields for sink_input/source_output info struct to the vala
 +      bindings
 +    - Add example upstart job to run pulseaudio in system mode
 +    - Add a build/run autopkgtest for libpulse-dev
 +    - Drop libsoxr-dev build dep, its in universe
 +  * Refreshed patches, and dropped those that were applied upstream.
 +
 + -- Luke Yelavich <themuso at ubuntu.com>  Tue, 05 Jan 2016 10:04:43 +1100
 +
+ pulseaudio (7.99.2-1) experimental; urgency=medium
+ 
+   * New upstream release candidate
+   * Drop build-sys-Fix-install-order-of-libpulsecore.patch, applied
+     upstream
+ 
+  -- Felipe Sateler <fsateler at debian.org>  Fri, 15 Jan 2016 18:21:14 -0300
+ 
  pulseaudio (7.99.1-1) experimental; urgency=medium
  
    * New upstream release candidate
diff --cc debian/patches/series
index 0d57f62,0000000..f00d76a
mode 100644,000000..100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@@ -1,38 -1,0 +1,37 @@@
 +# Ubuntu/Debian specific config/fixes
- 0001-build-sys-Fix-install-order-of-libpulsecore.patch
 +0001-volume-config-changes.patch
 +0005-dont-load-cork-music-on-phone.patch
 +0006-load-module-x11-bell.patch
 +0016-nodisplay-autostart.patch
 +0022-inotify-wrapper-Quit-daemon-if-pid-file-is-removed.patch
 +0023-fixing_snd_mixer_poll_descriptors_count_when_zero.patch
 +
 +# Ubuntu touch stuff
 +0202-dont-probe-ucm.patch
 +0203-card-Add-hook-before-profile-changes.patch
 +0206-module-bluetooth-discover-adding-module-option-profi.patch
 +0207-Enable-pulseaudio-droid.patch
 +0208-module-bluetooth-device-Allow-leaving-transport-runn.patch
 +0209-module-switch-on-connect-adding-parameter-to-allow-s.patch
 +0210-module-device-restore-adding-property-to-skip.patch
 +0211-corking-a-sink-input-stream-when-stalled.patch
 +
 +# Ubuntu touch: support for trust-store
 +0406-tagstruct-add-copy-method.patch
 +0407-access-Add-access-control-hooks.patch
 +0408-protocol-native-add-access-checks.patch
 +0409-Trust-store-patch.patch
 +0410-Add-thread-to-activate-trust-store-interface.patch
 +0417-increase-timeout-check-apparmor.patch
 +
 +# Ubuntu touch: enable bluez5 HFP over ofono support
 +0501-bluetooth-bluez5-ofono-add-support-for-HFP-gateway-r.patch
 +0502-bluetooth-bluez5-bring-back-SCO-over-PCM-support.patch
 +0503-bluetooth-bluez5-ofono-add-support-for-spekaer-micro.patch
 +0504-bluetooth-bluez5-add-support-for-both-mode.patch
 +0505-bluetooth-bluez5-let-user-specify-a-default-profile-.patch
 +0506-bluetooth-bluez5-prevent-SCO-sink-source-to-be-suspe.patch
 +0507-bluetooth-bluez5-drop-save-restore-of-SCO-sink-sourc.patch
 +0508-bluetooth-bluez5-add-guards-to-prevent-HFP-and-HSP-c.patch
 +0509-bluetooth-bluez5-don-t-reactivate-default-profile-wh.patch
 +0510-Further-fixes-for-HFP-A2DP-with-BlueZ-5.x.patch

-- 
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