This is an automated email from the git hooks/post-receive script. themuso-guest pushed a commit to branch ubuntu in repository pulseaudio.
commit 294f857c6c4f93e9858ba14a093bb165561be932 Merge: b4333e1 0a03f4e Author: Luke Yelavich <[email protected]> Date: Tue Jan 24 09:43:49 2017 +1100 Merge commit '0a03f4e925f63bb4eb1a299e36e9f0b01efb4041' into ubuntu-pulse10-ppa .tarball-version | 2 +- .version | 2 +- AGPL | 661 +++++++ Makefile.am | 1 + Makefile.in | 1 + NEWS | 58 + configure | 20 +- debian/changelog | 11 +- debian/copyright | 16 + debian/gbp.conf | 2 +- debian/rules | 2 +- man/pulse-daemon.conf.5 | 2 +- man/pulse-daemon.conf.5.xml.in | 2 +- po/LINGUAS | 1 + po/lt.po | 3224 +++++++++++++++++++++++++++++++++ src/modules/module-zeroconf-publish.c | 4 +- src/pulse/version.h | 6 +- 17 files changed, 3994 insertions(+), 21 deletions(-) diff --cc debian/changelog index f09d09e,4ac5d4e..e1978b3 --- a/debian/changelog +++ b/debian/changelog @@@ -1,37 -1,12 +1,46 @@@ - pulseaudio (1:9.99.1-1ubuntu1~zesty1) UNRELEASED; urgency=medium ++pulseaudio (1:10.0-1ubuntu1) UNRELEASED; urgency=medium + + * Merge with Debian experimental: + - 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 <[email protected]> Fri, 06 Jan 2017 09:05:55 +1100 + + pulseaudio (10.0-1) unstable; urgency=medium + + * New upstream release + - Memfd is enabled by default. This unbreaks using pa within firejail or + similar. (Closes: #804120) + * Document qpaeq AGPL license + + -- Felipe Sateler <[email protected]> Thu, 19 Jan 2017 20:49:55 -0300 + pulseaudio (9.99.1-1) experimental; urgency=medium * New upstream release candidate diff --cc debian/gbp.conf index 413a6c3,cec628c..d8d8b1e --- a/debian/gbp.conf +++ b/debian/gbp.conf @@@ -1,3 -1,2 +1,3 @@@ [DEFAULT] pristine-tar = True - debian-branch = ubuntu-pulse10-ppa ++debian-branch = ubuntu -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-pulseaudio/pulseaudio.git _______________________________________________ pkg-pulseaudio-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-pulseaudio-devel

