[pulseaudio] 01/02: Merge tag 'debian/9.0-5' into ubuntu
Luke Yelavich
themuso-guest at moszumanska.debian.org
Tue Nov 8 02:18:31 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 38ba611503d96dd97958b714cd86ff15cfa928d4
Merge: 38d857c 694fc03
Author: Luke Yelavich <themuso at ubuntu.com>
Date: Tue Nov 8 11:37:47 2016 +1100
Merge tag 'debian/9.0-5' into ubuntu
pulseaudio Debian release 9.0-5
debian/changelog | 46 +++++++++++++++++
.../0001-Fix_detection_of_online_CPUs.patch | 31 ------------
.../Fix-detection-of-online-CPUs-in-pa_ncpus.patch | 38 ++++++++++++++
...raop-add-compatibility-with-openssl-1.1.0.patch | 59 ++++++++++++++++++++++
debian/patches/series | 3 +-
debian/source/options | 1 -
6 files changed, 145 insertions(+), 33 deletions(-)
diff --cc debian/changelog
index 246c3f3,5c28bfe..1da5aaf
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,43 -1,15 +1,89 @@@
++pulseaudio (1:9.0-5ubuntu1) UNRELEASED; urgency=medium
++
++ * Merge with Debian:
++ - epoch (my stupid fault :S)
++ - 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 bluez 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 a build/run autopkgtest for libpulse-dev
++ - Drop libsoxr-dev build dep, its in universe
++ - Add support for the trust-store
++ - Add snappy support, preventing snap apps from recording audio, full
++ support via trust-store is planned
++ - Add epoch to conflicts/replaces
++ - Use liblirc-dev instead of liblircclient-dev
++
++ -- Luke Yelavich <themuso at ubuntu.com> Tue, 08 Nov 2016 11:35:42 +1100
++
+ pulseaudio (9.0-5) unstable; urgency=medium
+
+ [ Felipe Sateler ]
+ * Remove unnecessary compression=xz dpkg source option
+ * Reformat patches for use with gbp-pq
+ * Backport upstream patch for building with openssl 1.1 (Closes: #828515)
+
+ [ Adam Conrad ]
+ * Bumping packages off the system requires Conflicts/Replaces, not Breaks.
+
+ -- Felipe Sateler <fsateler at debian.org> Fri, 04 Nov 2016 19:18:11 -0300
+
+pulseaudio (1:9.0-4ubuntu1) zesty; urgency=medium
+
+ * Merge with Debian:
+ - epoch (my stupid fault :S)
+ - 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 bluez 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 a build/run autopkgtest for libpulse-dev
+ - Drop libsoxr-dev build dep, its in universe
+ - Add support for the trust-store
+ - Add snappy support, preventing snap apps from recording audio, full
+ support via trust-store is planned
+ - Use conflicts/replaces instead of breaks to handle former
+ pulseaudio-module-udev split
+ * 0502-bluetooth-bluez5-bring-back-SCO-over-PCM-support.patch:
+ - Remove patch hunk that set u->transport to NULL. At the time this
+ code was written for 15.10, it was to prevent an assertion. Now with
+ newer versions of pulse, the opposite is happening in some circumstances
+ (LP: #1574324)
+ * debian/control: Use liblirc-dev instead of liblircclient-dev
+
+ -- Luke Yelavich <themuso at ubuntu.com> Fri, 28 Oct 2016 12:20:16 +1100
+
pulseaudio (9.0-4) unstable; urgency=medium
* Generate shlibs.local file on build, to avoid hardcoding
diff --cc debian/patches/series
index b042058,1fe9e5d..9e360bf
--- a/debian/patches/series
+++ b/debian/patches/series
@@@ -1,47 -1,2 +1,48 @@@
- 0001-Fix_detection_of_online_CPUs.patch
+ Fix-detection-of-online-CPUs-in-pa_ncpus.patch
+ raop-add-compatibility-with-openssl-1.1.0.patch
+
+# Ubuntu specific config/fixes
+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
+
+# 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
+
+# Ubuntu touch: add support for Android 5.x
+0600-droid-sync-with-upstream-for-Android-5-support-and-b.patch
+0601-droid-alternative-hw-module-id.patch
+0602-droid-inputstream-config-parameters.pach
+0603-droid-port-priority-and-availability.patch
+
+# Ubuntu Snappy
+0700-modules-add-snappy-policy-module.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