[pulseaudio] 01/07: Merge tag 'debian/9.0-4' into ubuntu

Luke Yelavich themuso-guest at moszumanska.debian.org
Fri Oct 28 01:24:00 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 ec350cf82df071c39d66d11a8d5fd57105bbad92
Merge: 13978f1 036d6fb
Author: Luke Yelavich <themuso at ubuntu.com>
Date:   Wed Oct 26 11:21:22 2016 +1100

    Merge tag 'debian/9.0-4' into ubuntu
    
    pulseaudio Debian release 9.0-4

 debian/changelog                       | 55 ++++++++++++++++++++++++++++++
 debian/control                         | 19 +++++++++--
 debian/pulseaudio-equalizer.install    |  2 ++
 debian/pulseaudio-module-gconf.install |  2 +-
 debian/pulseaudio-utils.install        |  3 ++
 debian/pulseaudio-utils.links          |  3 --
 debian/pulseaudio.install              |  3 +-
 debian/rules                           | 61 ++++++++++++++++++++++------------
 debian/shlibs.local                    |  2 --
 debian/shlibs.local.in                 |  2 ++
 10 files changed, 120 insertions(+), 32 deletions(-)

diff --cc debian/changelog
index 559094d,96a1c53..5f9f921
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,42 -1,24 +1,97 @@@
++pulseaudio (1:9.0-4ubuntu1) 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
++    - Use conflicts/replaces instead of breaks to handle former
++      pulseaudio-module-udev split
++
++ -- Luke Yelavich <themuso at ubuntu.com>  Wed, 26 Oct 2016 11:19:16 +1100
++
+ pulseaudio (9.0-4) unstable; urgency=medium
+ 
+   * Generate shlibs.local file on build, to avoid hardcoding
+     on each new upstream version
+   * Enable hardening flags
+   * Fix build on nonlinux archs
+ 
+  -- Felipe Sateler <fsateler at debian.org>  Sun, 09 Oct 2016 13:23:58 -0300
+ 
+ pulseaudio (9.0-3) unstable; urgency=medium
+ 
+   [ Willem Mulder ]
+   * Split equalizer sink module into its own package (Closes: #794650)
+ 
+   [ Felipe Sateler ]
+   * Switch from CDBS to short-form dh
+   * Use upstream-provided pamon,parec,parecord links instead of creating our own
+   * Now that we ship everything upstream ships, enable --fail-missing
+ 
+  -- Felipe Sateler <fsateler at debian.org>  Sun, 28 Aug 2016 13:15:28 -0300
+ 
 +pulseaudio (1:9.0-2ubuntu2) yakkety; urgency=medium
 +
 +  * Bumping packages off the system requires Conflicts/Replaces, not Breaks.
 +  * Adjust version of pulseaudio-module-{udev,x11} dep to account for epoch.
 +
 + -- Adam Conrad <adconrad at ubuntu.com>  Mon, 19 Sep 2016 12:57:56 -0600
 +
 +pulseaudio (1:9.0-2ubuntu1) yakkety; 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
 +
 + -- Luke Yelavich <themuso at ubuntu.com>  Fri, 26 Aug 2016 08:56:25 +1000
 +
  pulseaudio (9.0-2) unstable; urgency=medium
  
    * Merge module-udev-detect back into main package.
diff --cc debian/control
index b363755,0aebc92..26705c0
--- a/debian/control
+++ b/debian/control
@@@ -6,10 -5,7 +6,9 @@@ XSBC-Original-Maintainer: Pulseaudio ma
  Uploaders: Sjoerd Simons <sjoerd at debian.org>,
      Balint Reczey <balint at balintreczey.hu>,
      Felipe Sateler <fsateler at debian.org>
 -Build-Depends: debhelper (>= 9.20141010),
 +Build-Depends: android-headers-19 (>= 23) [armhf i386 amd64],
 +    android-headers-22 (>= 23) [armhf i386 amd64],
 +    debhelper (>= 9.20141010),
-     cdbs (>= 0.4.93),
      check,
      dh-autoreconf,
      dh-exec,
@@@ -42,9 -35,8 +41,9 @@@
      libssl-dev,
      libsystemd-dev [linux-any],
      libtdb-dev [!hurd-any],
 +    libtrust-store-dev [armhf i386 amd64],
      libudev-dev (>= 143) [linux-any],
-     libwebrtc-audio-processing-dev (>= 0.2),
+     libwebrtc-audio-processing-dev (>= 0.2) [linux-any],
      libwrap0-dev,
      libx11-xcb-dev,
      libxcb1-dev (>= 1.6),

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