[Pkg-pulseaudio-devel] [SCM] pulseaudio packaging branch, master, updated. debian/0.9.14-1-8-g1846c0f

sjoerd at users.alioth.debian.org sjoerd at users.alioth.debian.org
Sun Mar 1 11:20:20 UTC 2009


The branch, master has been updated
       via  1846c0f64e2d4004a8ca560bd0dc89fc072cf387 (commit)
       via  afc96dd734ec732008e78e594f970f951af786dc (commit)
      from  64284358b57f645adffd8b106a76ba5cb7a61381 (commit)


- Shortlog ------------------------------------------------------------
1846c0f Bump soname of libpulsecore to 9
afc96dd Use per user esound sockets instead of a single one for all users

Summary of changes:
 debian/changelog             |    4 +++-
 debian/control               |    6 +++---
 debian/libpulsecore8.install |    1 -
 debian/libpulsecore9.install |    1 +
 debian/rules                 |    2 +-
 5 files changed, 8 insertions(+), 6 deletions(-)
-----------------------------------------------------------------------
Details of changes:

commit 1846c0f64e2d4004a8ca560bd0dc89fc072cf387
Author: Sjoerd Simons <sjoerd at debian.org>
Date:   Sun Mar 1 10:23:35 2009 +0000

    Bump soname of libpulsecore to 9

diff --git a/debian/changelog b/debian/changelog
index daeb5ee..13f9446 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ pulseaudio (0.9.14-2) UNRELEASED; urgency=low
 
   * Build against libcap2-dev (Closes: #489060)
   * Bump shlibs of libpulse0 (Closes: #514645)
+  * Bump soname of libpulsecore to 9
   * Wait up to 5 seconds for pulseaudio to stop. Fix suggested by Aron Griffis
     (Closes: #488754, #498457)
   * Don't put stop links in rc0 and rc6. Pulse doens't really need it. Patch
@@ -10,7 +11,7 @@ pulseaudio (0.9.14-2) UNRELEASED; urgency=low
     suggested by Aron Griffis (Closes: #488752)
   * Use per user esound sockets instead of a single one for all users
 
- -- Sjoerd Simons <sjoerd at debian.org>  Sat, 21 Feb 2009 00:05:04 +0000
+ -- Sjoerd Simons <sjoerd at debian.org>  Sun, 01 Mar 2009 10:22:45 +0000
 
 pulseaudio (0.9.14-1) experimental; urgency=low
 
diff --git a/debian/control b/debian/control
index 6b642be..94b52d6 100644
--- a/debian/control
+++ b/debian/control
@@ -269,7 +269,7 @@ Description: X11 module for PulseAudio sound server debugging symbols
  .
  This package contains debugging symbols for the PulseAudio X11 modules.
 
-Package: libpulsecore8
+Package: libpulsecore9
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -286,10 +286,10 @@ Description: PulseAudio sound server core
  This library provides core services to the PulseAudio daemon and modules
  the run inside the daemon.
 
-Package: libpulsecore8-dbg
+Package: libpulsecore9-dbg
 Architecture: any
 Priority: extra
-Depends: ${misc:Depends}, libpulsecore8 (= ${binary:Version})
+Depends: ${misc:Depends}, libpulsecore9 (= ${binary:Version})
 Description: PulseAudio sound server core detached debugging symbols
  PulseAudio, previously known as Polypaudio, is a sound server for POSIX and
  WIN32 systems. It is a drop in replacement for the ESD sound server with
diff --git a/debian/libpulsecore8.install b/debian/libpulsecore9.install
similarity index 100%
rename from debian/libpulsecore8.install
rename to debian/libpulsecore9.install

commit afc96dd734ec732008e78e594f970f951af786dc
Author: Sjoerd Simons <sjoerd at debian.org>
Date:   Sat Feb 21 00:05:27 2009 +0000

    Use per user esound sockets instead of a single one for all users

diff --git a/debian/changelog b/debian/changelog
index d0c0bef..daeb5ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,8 +8,9 @@ pulseaudio (0.9.14-2) UNRELEASED; urgency=low
     supplied by James Westby (Closes: #494959)
   * Make the start option of the init script report the right status. Fix
     suggested by Aron Griffis (Closes: #488752)
+  * Use per user esound sockets instead of a single one for all users
 
- -- Sjoerd Simons <sjoerd at debian.org>  Fri, 20 Feb 2009 23:43:31 +0000
+ -- Sjoerd Simons <sjoerd at debian.org>  Sat, 21 Feb 2009 00:05:04 +0000
 
 pulseaudio (0.9.14-1) experimental; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 88bc046..62d7a3c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,7 +34,7 @@ update-patch-series:
 		mv $${patch}.chomped $$patch ; \
 	done
 
-DEB_CONFIGURE_EXTRA_FLAGS = --with-realtime-group=pulse-rt --disable-per-user-esound-socket
+DEB_CONFIGURE_EXTRA_FLAGS = --with-realtime-group=pulse-rt
 DEB_DH_MAKESHLIBS_ARGS_ALL = --exclude=usr/lib/pulse-0.9/modules
 DEB_DH_INSTALL_ARGS = --sourcedir=$(CURDIR)/debian/tmp
 DEB_UPDATE_RCD_PARAMS = start 25 2 3 4 5 . stop 15 1 .

-- 
pulseaudio packaging



More information about the Pkg-pulseaudio-devel mailing list