[SCM] pulseaudio packaging branch, master, updated. debian/1.0-4-6-ged50fb1
sjoerd at users.alioth.debian.org
sjoerd at users.alioth.debian.org
Sun Oct 23 13:26:50 UTC 2011
The branch, master has been updated
via ed50fb167da6fb86f5d2b03a68626c88e29b007f (commit)
via 051449f1068a2436d8eb7526868ddd3ecda79d13 (commit)
via 51e399fa11d09f42f3e2689bee80cc44eede72a3 (commit)
via 2f4cdad575e31541d756bb50c3be4f8868dae8a0 (commit)
via f94de84b30bff0c46d8b37e65040b2f92ee2dc51 (commit)
via 48d2e06bdd76a8141704ad4daf2a143d016a55ed (commit)
from 89a57b82a027f68fff6cd5659878973affe41192 (commit)
- Shortlog ------------------------------------------------------------
ed50fb1 target unstable
051449f debian/control: Update standards version
51e399f debian/libpulse0.symbols: Soname of internal libpulsecommon library bumped
2f4cdad New upstream release
f94de84 Merge commit 'upstream/1.1'
Summary of changes:
.tarball-version | 2 +-
.version | 2 +-
LICENSE | 31 ++-
Makefile.am | 3 +
Makefile.in | 70 ++++--
PulseAudioConfig.cmake.in | 12 +
PulseAudioConfigVersion.cmake.in | 11 +
aclocal.m4 | 4 +
config.h.in | 6 +
configure | 82 ++++++--
configure.ac | 13 +-
debian/changelog | 8 +
debian/control | 2 +-
debian/libpulse0.symbols | 2 +-
doxygen/Makefile.in | 3 +
m4/intltool.m4 | 4 +-
man/Makefile.in | 3 +
po/Makefile.in.in | 4 +-
src/Makefile.am | 12 +-
src/Makefile.in | 326 +++++++++++++-------------
src/daemon/default.pa.in | 2 +
src/daemon/main.c | 12 +-
src/daemon/server-lookup.c | 2 +-
src/modules/alsa/alsa-mixer.c | 39 +++-
src/modules/alsa/alsa-sink.c | 22 ++-
src/modules/alsa/alsa-source.c | 8 +-
src/modules/echo-cancel/module-echo-cancel.c | 18 ++-
src/modules/jack/module-jackdbus-detect.c | 2 +-
src/modules/module-filter-apply.c | 4 +-
src/modules/module-null-sink.c | 2 +
src/modules/module-solaris.c | 4 +-
src/pulse/channelmap.h | 36 ++--
src/pulse/context.c | 2 +-
src/pulse/context.h | 2 +-
src/pulse/format.h | 10 +-
src/pulse/stream.h | 2 +-
src/pulse/version.h | 4 +-
src/pulse/version.h.in | 2 +-
src/pulsecore/sink.c | 37 +++-
src/pulsecore/socket-server.c | 9 +
src/pulsecore/source-output.c | 3 +-
src/pulsecore/source.c | 8 +-
src/pulsecore/svolume_mmx.c | 4 +-
src/pulsecore/svolume_sse.c | 4 +-
src/tests/resampler-test.c | 12 +-
45 files changed, 554 insertions(+), 296 deletions(-)
-----------------------------------------------------------------------
Details of changes:
commit ed50fb167da6fb86f5d2b03a68626c88e29b007f
Author: Sjoerd Simons <sjoerd at debian.org>
Date: Sun Oct 23 11:08:14 2011 +0200
target unstable
diff --git a/debian/changelog b/debian/changelog
index b4b1620..3c26224 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-pulseaudio (1.1-1) UNRELEASED; urgency=low
+pulseaudio (1.1-1) unstable; urgency=low
- * New upstream release
+ * New upstream bugfix release
* debian/libpulse0.symbols: Soname of internal libpulsecommon library bumped
* debian/control: Update standards version
- -- Sjoerd Simons <sjoerd at debian.org> Sun, 23 Oct 2011 10:59:32 +0200
+ -- Sjoerd Simons <sjoerd at debian.org> Sun, 23 Oct 2011 11:08:01 +0200
pulseaudio (1.0-4) unstable; urgency=low
commit 051449f1068a2436d8eb7526868ddd3ecda79d13
Author: Sjoerd Simons <sjoerd at debian.org>
Date: Sun Oct 23 10:59:42 2011 +0200
debian/control: Update standards version
diff --git a/debian/changelog b/debian/changelog
index 4ac2a63..b4b1620 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ pulseaudio (1.1-1) UNRELEASED; urgency=low
* New upstream release
* debian/libpulse0.symbols: Soname of internal libpulsecommon library bumped
+ * debian/control: Update standards version
- -- Sjoerd Simons <sjoerd at debian.org> Sun, 23 Oct 2011 10:35:54 +0200
+ -- Sjoerd Simons <sjoerd at debian.org> Sun, 23 Oct 2011 10:59:32 +0200
pulseaudio (1.0-4) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 53372ed..b5382be 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Build-Depends: debhelper (>= 8.1.3), cdbs, quilt, m4, dh-autoreconf,
libssl-dev,
libx11-xcb-dev, libice-dev, libxcb1-dev (>= 1.6),
libjson0-dev, liborc-0.4-dev (>= 1:0.4.11), libfftw3-dev
-Standards-Version: 3.8.1
+Standards-Version: 3.9.2
Vcs-Git: git://git.debian.org/git/pkg-pulseaudio/pulseaudio.git
Vcs-Browser: http://git.debian.org/?p=pkg-pulseaudio/pulseaudio.git
Homepage: http://www.pulseaudio.org
commit 51e399fa11d09f42f3e2689bee80cc44eede72a3
Author: Sjoerd Simons <sjoerd at debian.org>
Date: Sun Oct 23 10:36:44 2011 +0200
debian/libpulse0.symbols: Soname of internal libpulsecommon library bumped
diff --git a/debian/changelog b/debian/changelog
index 6bb384a..4ac2a63 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
pulseaudio (1.1-1) UNRELEASED; urgency=low
* New upstream release
+ * debian/libpulse0.symbols: Soname of internal libpulsecommon library bumped
- -- Sjoerd Simons <sjoerd at debian.org> Fri, 21 Oct 2011 23:13:12 +0200
+ -- Sjoerd Simons <sjoerd at debian.org> Sun, 23 Oct 2011 10:35:54 +0200
pulseaudio (1.0-4) unstable; urgency=low
diff --git a/debian/libpulse0.symbols b/debian/libpulse0.symbols
index 92932e6..a12a270 100644
--- a/debian/libpulse0.symbols
+++ b/debian/libpulse0.symbols
@@ -358,7 +358,7 @@ libpulse.so.0 libpulse0 #MINVER#
pa_xrealloc at PULSE_0 0.99.1
pa_xstrdup at PULSE_0 0.99.1
pa_xstrndup at PULSE_0 0.99.1
-libpulsecommon-1.0.so libpulse0 #MINVER#
+libpulsecommon-1.1.so libpulse0 #MINVER#
pa_accept_cloexec at Base 0.99.1
pa_ascii_filter at Base 0.99.1
pa_ascii_valid at Base 0.99.1
commit 2f4cdad575e31541d756bb50c3be4f8868dae8a0
Author: Sjoerd Simons <sjoerd at debian.org>
Date: Fri Oct 21 23:13:30 2011 +0200
New upstream release
diff --git a/debian/changelog b/debian/changelog
index 75f124b..6bb384a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pulseaudio (1.1-1) UNRELEASED; urgency=low
+
+ * New upstream release
+
+ -- Sjoerd Simons <sjoerd at debian.org> Fri, 21 Oct 2011 23:13:12 +0200
+
pulseaudio (1.0-4) unstable; urgency=low
* debian/control: Don't depend on libasound2-plugins on kfreebsd
commit f94de84b30bff0c46d8b37e65040b2f92ee2dc51
Merge: 89a57b82a027f68fff6cd5659878973affe41192 48d2e06bdd76a8141704ad4daf2a143d016a55ed
Author: Sjoerd Simons <sjoerd at debian.org>
Date: Fri Oct 21 23:13:03 2011 +0200
Merge commit 'upstream/1.1'
--
pulseaudio packaging
More information about the pkg-pulseaudio-devel
mailing list