[SCM] pulseaudio packaging branch, master, updated. debian/4.0-3-2-g13ce7b7
sjoerd at users.alioth.debian.org
sjoerd at users.alioth.debian.org
Sun Jul 14 13:42:02 UTC 2013
The branch, master has been updated
via 13ce7b784aff36730a72a9297531ed63ca8ad05c (commit)
via 3465fdf73d3dc7c8b9fe86c201c83dc511609fc5 (commit)
via ba874c6c1f2df0523c3c14927984f3c8eb79b176 (commit)
via 60a69d0a141c4af5121ec81dc504a6d7262537f7 (commit)
via b3d50abbb61f821cfd63150ff3bed6464d144d76 (commit)
from e9b80862d0d8fc01487dedcce8524e48107d8ab3 (commit)
- Shortlog ------------------------------------------------------------
13ce7b7 * debian/rules: svolume moved to libpulse-common, adjust accordingly to fix build on armel
3465fdf debian/shlibs.local: Update to new soname versions (Closes: #714381)
ba874c6 Fix build on arm
60a69d0 Target unstable
b3d50ab Only b-d on libsbc-dev on linux
Summary of changes:
debian/changelog | 22 ++++++++++++++++++++++
debian/control | 2 +-
debian/rules | 2 +-
debian/shlibs.local | 4 ++--
4 files changed, 26 insertions(+), 4 deletions(-)
-----------------------------------------------------------------------
Details of changes:
commit 13ce7b784aff36730a72a9297531ed63ca8ad05c
Author: Sjoerd Simons <sjoerd at debian.org>
Date: Sun Jul 14 15:13:28 2013 +0200
* debian/rules: svolume moved to libpulse-common, adjust accordingly to fix
build on armel
diff --git a/debian/changelog b/debian/changelog
index a898507..8eb4609 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,11 @@
-pulseaudio (4.0-4) UNRELEASED; urgency=low
+pulseaudio (4.0-4) unstable; urgency=low
- * debian/shlibs.local: Update to new soname versions (Closes: #714381)
+ * debian/shlibs.local: Update to new soname versions
+ (Closes: #714381, #712919)
+ * debian/rules: svolume moved to libpulse-common, adjust accordingly to fix
+ build on armel
- -- Sjoerd Simons <sjoerd at debian.org> Sun, 14 Jul 2013 14:44:59 +0200
+ -- Sjoerd Simons <sjoerd at debian.org> Sun, 14 Jul 2013 15:09:04 +0200
pulseaudio (4.0-3) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 9f061d0..7bf0383 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,7 @@ common-install-arch::
common-configure-arch::
ifneq (,$(findstring $(DEB_HOST_ARCH), "arm armel"))
- make -C src libpulsecore_4.0_la-svolume_arm.lo CFLAGS+=-march=armv6
+ make -C src libpulsecommon_4.0_la-svolume_arm.lo CFLAGS+=-march=armv6
endif
common-binary-post-install-arch:: list-missing
commit 3465fdf73d3dc7c8b9fe86c201c83dc511609fc5
Author: Sjoerd Simons <sjoerd at debian.org>
Date: Sun Jul 14 14:45:38 2013 +0200
debian/shlibs.local: Update to new soname versions (Closes: #714381)
diff --git a/debian/changelog b/debian/changelog
index 520ac17..a898507 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pulseaudio (4.0-4) UNRELEASED; urgency=low
+
+ * debian/shlibs.local: Update to new soname versions (Closes: #714381)
+
+ -- Sjoerd Simons <sjoerd at debian.org> Sun, 14 Jul 2013 14:44:59 +0200
+
pulseaudio (4.0-3) unstable; urgency=low
* Fix build on arm
diff --git a/debian/shlibs.local b/debian/shlibs.local
index f1e095a..ccabf50 100644
--- a/debian/shlibs.local
+++ b/debian/shlibs.local
@@ -1,2 +1,2 @@
-libpulsecommon 2.99 libpulse0 (= ${binary:Version})
-libpulsecore 2.99 pulseaudio (= ${binary:Version})
+libpulsecommon 4.0 libpulse0 (= ${binary:Version})
+libpulsecore 4.0 pulseaudio (= ${binary:Version})
commit ba874c6c1f2df0523c3c14927984f3c8eb79b176
Author: Sjoerd Simons <sjoerd at debian.org>
Date: Sun Jun 16 22:38:48 2013 +0200
Fix build on arm
diff --git a/debian/changelog b/debian/changelog
index 03717af..520ac17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pulseaudio (4.0-3) unstable; urgency=low
+
+ * Fix build on arm
+
+ -- Sjoerd Simons <sjoerd at debian.org> Sun, 16 Jun 2013 22:36:43 +0200
+
pulseaudio (4.0-2) unstable; urgency=low
* Only b-d on libsbc-dev on linux, it's only used when bluetooth support is
diff --git a/debian/rules b/debian/rules
index 5d8ad77..9f061d0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,7 @@ common-install-arch::
common-configure-arch::
ifneq (,$(findstring $(DEB_HOST_ARCH), "arm armel"))
- make -C src libpulsecore_2.1_la-svolume_arm.lo CFLAGS+=-march=armv6
+ make -C src libpulsecore_4.0_la-svolume_arm.lo CFLAGS+=-march=armv6
endif
common-binary-post-install-arch:: list-missing
commit 60a69d0a141c4af5121ec81dc504a6d7262537f7
Author: Sjoerd Simons <sjoerd at debian.org>
Date: Sun Jun 16 19:29:57 2013 +0200
Target unstable
diff --git a/debian/changelog b/debian/changelog
index e3c663c..03717af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-pulseaudio (4.0-2) UNRELEASED; urgency=low
+pulseaudio (4.0-2) unstable; urgency=low
* Only b-d on libsbc-dev on linux, it's only used when bluetooth support is
enabled which is linux only (Closes: #710029)
- -- Sjoerd Simons <sjoerd at debian.org> Sun, 16 Jun 2013 19:25:44 +0200
+ -- Sjoerd Simons <sjoerd at debian.org> Sun, 16 Jun 2013 19:29:28 +0200
pulseaudio (4.0-1) unstable; urgency=low
commit b3d50abbb61f821cfd63150ff3bed6464d144d76
Author: Sjoerd Simons <sjoerd at debian.org>
Date: Sun Jun 16 19:28:55 2013 +0200
Only b-d on libsbc-dev on linux
The sbc packaging is linux-only and it's only used when bluetooth
support is enabled which is linux only (Closes: #710029)
diff --git a/debian/changelog b/debian/changelog
index 9eb0de6..e3c663c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pulseaudio (4.0-2) UNRELEASED; urgency=low
+
+ * Only b-d on libsbc-dev on linux, it's only used when bluetooth support is
+ enabled which is linux only (Closes: #710029)
+
+ -- Sjoerd Simons <sjoerd at debian.org> Sun, 16 Jun 2013 19:25:44 +0200
+
pulseaudio (4.0-1) unstable; urgency=low
[ Luke Yelavich ]
diff --git a/debian/control b/debian/control
index 06c74bd..9746673 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,7 @@ Build-Depends: debhelper (>= 8.1.3),
libatomic-ops-dev,
libavahi-client-dev,
libbluetooth-dev (>= 4.99) [linux-any],
+ libsbc-dev [linux-any],
libcap-dev [linux-any],
libfftw3-dev,
libgconf2-dev,
@@ -26,7 +27,6 @@ Build-Depends: debhelper (>= 8.1.3),
libltdl-dev (>= 2.2.6a-2),
liborc-0.4-dev (>= 1:0.4.11),
libsamplerate0-dev,
- libsbc-dev,
libsndfile1-dev (>= 1.0.20),
libspeexdsp-dev (>= 1.2~rc1),
libssl-dev,
--
pulseaudio packaging
More information about the pkg-pulseaudio-devel
mailing list