[pulseaudio] 01/01: Merge tag 'debian/5.99.2-2' into ubuntu
Luke Yelavich
themuso-guest at moszumanska.debian.org
Mon Jan 5 01:53:12 UTC 2015
This is an automated email from the git hooks/post-receive script.
themuso-guest pushed a commit to branch ubuntu
in repository pulseaudio.
commit f904587a772f73f5aeb33068ade00e3f3ab1b521
Merge: 87da15c b5b3bb6
Author: Luke Yelavich <themuso at ubuntu.com>
Date: Mon Jan 5 12:51:04 2015 +1100
Merge tag 'debian/5.99.2-2' into ubuntu
pulseaudio Debian release 5.99.2-2
Conflicts:
debian/changelog
debian/patches/gnu-kfreebsd.patch
debian/patches/series
.tarball-version | 2 +-
.version | 2 +-
Makefile.in | 1 -
NEWS | 1 -
configure | 65 +-
configure.ac | 24 +-
debian/changelog | 27 +-
debian/control | 3 +-
.../disable-srbchannel-test-non-linux.patch | 49 --
debian/patches/gnu-kfreebsd.patch | 161 ----
debian/patches/series | 4 -
debian/pulseaudio.bug-script | 5 +-
debian/pulseaudio.postinst | 4 +-
debian/rules | 2 +-
doxygen/Makefile.in | 1 -
man/Makefile.in | 1 -
man/pulse-client.conf.5 | 2 +-
man/pulse-client.conf.5.xml.in | 2 +-
po/fr.po | 2 +-
po/pl.po | 911 +++++++++------------
po/uk.po | 689 +++++++---------
po/zh_TW.po | 314 +++----
src/Makefile.am | 6 +-
src/Makefile.in | 430 +++++-----
src/modules/bluetooth/bluez5-util.c | 6 +-
src/modules/bluetooth/module-bluez5-device.c | 4 +-
src/modules/dbus/module-dbus-protocol.c | 5 +
src/modules/module-card-restore.c | 34 +
src/modules/module-equalizer-sink.c | 22 +-
src/pulse/client-conf.c | 4 -
src/pulse/client.conf.in | 2 +-
src/pulse/introspect.h | 2 +-
src/pulsecore/atomic.h | 2 +-
src/pulsecore/core-util.c | 2 +
src/pulsecore/core.c | 6 +-
src/pulsecore/core.h | 1 +
src/pulsecore/memblock.c | 19 +-
src/pulsecore/module.c | 9 +-
src/pulsecore/sconv_sse.c | 4 +-
src/pulsecore/srbchannel.c | 3 +
src/pulsecore/svolume_mmx.c | 8 +-
src/pulsecore/svolume_sse.c | 8 +-
src/tests/once-test.c | 6 +-
src/tests/rtstutter.c | 6 +-
44 files changed, 1194 insertions(+), 1667 deletions(-)
diff --cc debian/changelog
index a80d6d1,8098e63..7c66d41
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,36 -1,28 +1,61 @@@
- pulseaudio (1:5.99.1-2ubuntu1~vivid2) UNRELEASED; urgency=medium
++pulseaudio (1:5.99.2-2ubuntu1~vivid1) 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
+ * Refreshed patches, and dropped patches that were either applied upstream
+ or are obsolete
+
+ -- Luke Yelavich <themuso at ubuntu.com> Wed, 19 Nov 2014 11:21:32 +1100
+
+ pulseaudio (5.99.2-2) experimental; urgency=medium
+
+ * Let configure guess if systemd is available. Closes: #773879
+
+ -- Felipe Sateler <fsateler at debian.org> Wed, 24 Dec 2014 18:42:30 -0300
+
+ pulseaudio (5.99.2-1) experimental; urgency=medium
+
+ * New upstream release candidate
+ * Remove all patches: applied upstream
+ * Build-Depend on newer libsystemd-dev instead of the older -login and
+ -journal variants
+ * Reenable socket activation, as it no longer disables autospawn
+
+ -- Felipe Sateler <fsateler at debian.org> Tue, 23 Dec 2014 21:28:08 -0300
+
+ pulseaudio (5.99.1-3) experimental; urgency=medium
+
+ * Do not fail if udevadm commands fail in postinst. They are provided for
+ convenience only, and will fail when udev is not running
+ (eg, in a chroot or container). Closes: #772212
+ * Simplify bug script: use a single pactl list call
+
+ -- Felipe Sateler <fsateler at debian.org> Wed, 10 Dec 2014 23:34:41 -0300
+
pulseaudio (5.99.1-2) experimental; urgency=medium
* Add patch to disable srbchannel tests when eventfd is not available
diff --cc debian/patches/series
index e991671,0000000..ea7c7c9
mode 100644,000000..100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@@ -1,19 -1,0 +1,15 @@@
- # Debian patches
- gnu-kfreebsd.patch
- disable-srbchannel-test-non-linux.patch
-
+# Ubuntu/Debian specific config/fixes
+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
--
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