The branch, master has been updated
via df7669010f525db9136aae28e78975e93dde3993 (commit)
via 2bc9e19cbce22b29fef9c0b9fe128a09c76e8fb7 (commit)
via 3a0f7ba4f740ef5c70b6c194b7cf6460898f4a73 (commit)
via 5b6665975715b4a95f2acb150b9cf14621231723 (commit)
via c2e59d3b377cde7e1e0da5a468a6b01fd883342f (commit)
via 8ca6056d333a123b2ca8c10c132f7cdb28d49462 (commit)
via eb87388bcf9a507b6f3829d2e0a5d847f26dbb20 (commit)
via a84448e501f2a98d7f11dfa5a8cfdec9964b1ea7 (commit)
from 77e44b947c372e7a311cbf2afdc0a43b4797dd17 (commit)
- Shortlog ------------------------------------------------------------
df76690 Target unstable
2bc9e19 debian/rules: Install modules in /usr/lib/pulse-1.0
3a0f7ba debian/libpulse-mainloop-glib0.symbols:
5b66659 Target unstable
c2e59d3 Update symbols files
8ca6056 Start packaging 1.0
eb87388 Merge commit 'upstream/1.0'
Summary of changes:
.tarball-version | 2 +-
.version | 2 +-
Makefile.in | 4 +-
configure | 54 +++++++++++++++---------------
configure.ac | 4 +-
debian/changelog | 16 +++++++++
debian/gbp.conf | 2 +
debian/libpulse-mainloop-glib0.symbols | 2 +-
debian/libpulse0.symbols | 2 +-
debian/rules | 6 ++--
debian/source/options | 1 +
src/modules/dbus/module-dbus-protocol.c | 8 +++--
src/pulse/version.h | 6 ++--
src/pulsecore/sink-input.c | 6 ++--
src/pulsecore/sink.c | 41 ++++++++++++++++-------
src/pulsecore/sink.h | 3 ++
src/pulsecore/source-output.c | 8 +++--
src/pulsecore/source.c | 41 ++++++++++++++++-------
src/pulsecore/source.h | 3 ++
src/pulsecore/thread-mq.c | 2 +-
20 files changed, 138 insertions(+), 75 deletions(-)
-----------------------------------------------------------------------
Details of changes:
commit df7669010f525db9136aae28e78975e93dde3993
Author: Sjoerd Simons <[email protected]>
Date: Wed Sep 28 07:27:46 2011 +0100
Target unstable
diff --git a/debian/changelog b/debian/changelog
index 4b8051a..9d19e3f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-pulseaudio (1.0-2) UNRELEASED; urgency=low
+pulseaudio (1.0-2) unstable; urgency=low
* debian/libpulse-mainloop-glib0.symbols:
+ Fix the naming of the package providing this library (Closes: #639892)
commit 2bc9e19cbce22b29fef9c0b9fe128a09c76e8fb7
Author: Sjoerd Simons <[email protected]>
Date: Wed Sep 28 07:40:02 2011 +0100
debian/rules: Install modules in /usr/lib/pulse-1.0
diff --git a/debian/changelog b/debian/changelog
index 9dfd1fc..4b8051a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,8 @@
pulseaudio (1.0-2) UNRELEASED; urgency=low
- * debian/libpulse-mainloop-glib0.symbols:
+ * debian/libpulse-mainloop-glib0.symbols:
+ Fix the naming of the package providing this library (Closes: #639892)
+ * debian/rules: Install modules in /usr/lib/pulse-1.0
-- Sjoerd Simons <[email protected]> Wed, 28 Sep 2011 07:25:08 +0100
diff --git a/debian/rules b/debian/rules
index 8c149f1..f850db9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -53,9 +53,9 @@ update-patch-series:
# normal directory as pulseaudio is foreign
DEB_CONFIGURE_EXTRA_FLAGS = --enable-x11 --disable-hal \
--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
- --with-module-dir=\$${prefix}/lib/pulse-0.99/modules
+ --with-module-dir=\$${prefix}/lib/pulse-1.0/modules
-DEB_DH_MAKESHLIBS_ARGS_ALL = --exclude=usr/lib/pulse-0.99/modules
+DEB_DH_MAKESHLIBS_ARGS_ALL = --exclude=usr/lib/pulse-1.0/modules
LDFLAGS += -Wl,--no-as-needed
commit 3a0f7ba4f740ef5c70b6c194b7cf6460898f4a73
Author: Sjoerd Simons <[email protected]>
Date: Wed Sep 28 07:27:23 2011 +0100
debian/libpulse-mainloop-glib0.symbols:
* debian/libpulse-mainloop-glib0.symbols:
+ Fix the naming of the package providing this library (Closes: #639892)
diff --git a/debian/changelog b/debian/changelog
index ade0488..9dfd1fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pulseaudio (1.0-2) UNRELEASED; urgency=low
+
+ * debian/libpulse-mainloop-glib0.symbols:
+ + Fix the naming of the package providing this library (Closes: #639892)
+
+ -- Sjoerd Simons <[email protected]> Wed, 28 Sep 2011 07:25:08 +0100
+
pulseaudio (1.0-1) unstable; urgency=low
* New upstream release
diff --git a/debian/libpulse-mainloop-glib0.symbols
b/debian/libpulse-mainloop-glib0.symbols
index c5fd6b7..88f0437 100644
--- a/debian/libpulse-mainloop-glib0.symbols
+++ b/debian/libpulse-mainloop-glib0.symbols
@@ -1,4 +1,4 @@
-libpulse-mainloop-glib.so.0 libpulse-glib-mainloop0 #MINVER#
+libpulse-mainloop-glib.so.0 libpulse-mainloop-mainloop-glib0 #MINVER#
PULSE_0@PULSE_0 0.99.1
pa_glib_mainloop_free@PULSE_0 0.99.1
pa_glib_mainloop_get_api@PULSE_0 0.99.1
commit 5b6665975715b4a95f2acb150b9cf14621231723
Author: Sjoerd Simons <[email protected]>
Date: Wed Sep 28 00:52:51 2011 +0100
Target unstable
diff --git a/debian/changelog b/debian/changelog
index 205f213..ade0488 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-pulseaudio (1.0-1) UNRELEASED; urgency=low
+pulseaudio (1.0-1) unstable; urgency=low
* New upstream release
* debian/source/options: Switch to xz compression
* debian/gbp.conf: Switch to xz compression
- -- Sjoerd Simons <[email protected]> Tue, 27 Sep 2011 23:39:55 +0100
+ -- Sjoerd Simons <[email protected]> Wed, 28 Sep 2011 00:52:27 +0100
pulseaudio (0.99.4-1) experimental; urgency=low
commit c2e59d3b377cde7e1e0da5a468a6b01fd883342f
Author: Sjoerd Simons <[email protected]>
Date: Tue Sep 27 23:59:24 2011 +0100
Update symbols files
diff --git a/debian/libpulse0.symbols b/debian/libpulse0.symbols
index e5f6289..92932e6 100644
--- a/debian/libpulse0.symbols
+++ b/debian/libpulse0.symbols
@@ -358,7 +358,7 @@ libpulse.so.0 libpulse0 #MINVER#
pa_xrealloc@PULSE_0 0.99.1
pa_xstrdup@PULSE_0 0.99.1
pa_xstrndup@PULSE_0 0.99.1
-libpulsecommon-0.99.so libpulse0 #MINVER#
+libpulsecommon-1.0.so libpulse0 #MINVER#
pa_accept_cloexec@Base 0.99.1
pa_ascii_filter@Base 0.99.1
pa_ascii_valid@Base 0.99.1
diff --git a/debian/rules b/debian/rules
index c835015..8c149f1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,7 @@ common-install-arch::
common-configure-arch::
ifneq (,$(findstring $(DEB_HOST_ARCH), "arm armel"))
- make -C src libpulsecore_0.99.4_la-svolume_arm.lo CFLAGS+=-march=armv6
+ make -C src libpulsecore_1.0_la-svolume_arm.lo CFLAGS+=-march=armv6
endif
pulseaudio-install-arch::
commit 8ca6056d333a123b2ca8c10c132f7cdb28d49462
Author: Sjoerd Simons <[email protected]>
Date: Tue Sep 27 23:40:48 2011 +0100
Start packaging 1.0
diff --git a/debian/changelog b/debian/changelog
index da6e6f4..205f213 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+pulseaudio (1.0-1) UNRELEASED; urgency=low
+
+ * New upstream release
+ * debian/source/options: Switch to xz compression
+ * debian/gbp.conf: Switch to xz compression
+
+ -- Sjoerd Simons <[email protected]> Tue, 27 Sep 2011 23:39:55 +0100
+
pulseaudio (0.99.4-1) experimental; urgency=low
* New upstream release
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..8a9ec36
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,2 @@
+[DEFAULT]
+compression = xz
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..b7bc1f2
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+compression = "xz"
commit eb87388bcf9a507b6f3829d2e0a5d847f26dbb20
Merge: 77e44b947c372e7a311cbf2afdc0a43b4797dd17
a84448e501f2a98d7f11dfa5a8cfdec9964b1ea7
Author: Sjoerd Simons <[email protected]>
Date: Tue Sep 27 23:39:42 2011 +0100
Merge commit 'upstream/1.0'
--
pulseaudio packaging
_______________________________________________
pkg-pulseaudio-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-pulseaudio-devel