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

sjoerd at users.alioth.debian.org sjoerd at users.alioth.debian.org
Sun Mar 1 12:18:59 UTC 2009


The branch, master has been updated
       via  19a50e18ca13970eba0beea36796cf91304999e5 (commit)
       via  7d57748d422f999e9debc2ee92e4208c5ff1ec7a (commit)
       via  d31da08fad30c13bf208710c7fbe8cbd8b0f7d6b (commit)
      from  1846c0f64e2d4004a8ca560bd0dc89fc072cf387 (commit)


- Shortlog ------------------------------------------------------------
19a50e1 Comment that close #513832
7d57748 debian/control: Don't build the bluetooth module on non-linux systems (Closes: #502837)
d31da08 Split the bluetooth module into a seperate package

Summary of changes:
 debian/changelog                           |   15 ++++++++++++++-
 debian/control                             |   28 +++++++++++++++++++++++++++-
 debian/pulseaudio-module-bluetooth.install |    6 ++++++
 debian/pulseaudio.install                  |    6 ------
 4 files changed, 47 insertions(+), 8 deletions(-)
-----------------------------------------------------------------------
Details of changes:

commit 19a50e18ca13970eba0beea36796cf91304999e5
Author: Sjoerd Simons <sjoerd at debian.org>
Date:   Sun Mar 1 12:18:51 2009 +0000

    Comment that close #513832

diff --git a/debian/changelog b/debian/changelog
index 9ae9702..396c204 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,7 +14,7 @@ pulseaudio (0.9.14-2) UNRELEASED; urgency=low
 
   [ Baptiste Mille-Mathias ]
   * debian/control:
-    - create a separate package for bluetooth module
+    - create a separate package for bluetooth module (Closes: #513832)
   * debian/pulseaudio-module-bluetooth.install
     - put files for the separate bluetooth module package
   * debian/pulseaudio.install

commit 7d57748d422f999e9debc2ee92e4208c5ff1ec7a
Author: Sjoerd Simons <sjoerd at debian.org>
Date:   Sun Mar 1 12:16:21 2009 +0000

    debian/control: Don't build the bluetooth module on non-linux systems (Closes: #502837)

diff --git a/debian/changelog b/debian/changelog
index b9e9c72..9ae9702 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,7 +20,11 @@ pulseaudio (0.9.14-2) UNRELEASED; urgency=low
   * debian/pulseaudio.install
     - remove files of the separate bluetooth module package
 
- -- Sjoerd Simons <sjoerd at debian.org>  Sun, 01 Mar 2009 10:22:45 +0000
+  [ Sjoerd Simons ]
+  * debian/control: Don't build the bluetooth module on non-linux systems
+    (Closes: #502837)
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Sun, 01 Mar 2009 12:02:01 +0000
 
 pulseaudio (0.9.14-1) experimental; urgency=low
 
diff --git a/debian/control b/debian/control
index 7401e47..bc19813 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,8 @@ Build-Depends: debhelper (>= 5), cdbs, quilt, m4, libltdl3-dev,
     libasound2-dev (>= 1.0.17) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
     libavahi-client-dev, libjack0.100.0-dev, libwrap0-dev,
     liblircclient-dev, libgconf2-dev, libhal-dev, libasyncns-dev,
-    libatomic-ops-dev, libspeexdsp-dev (>= 1.2~rc1), libbluetooth-dev (>= 3.0),
+    libatomic-ops-dev, libspeexdsp-dev (>= 1.2~rc1),
+    libbluetooth-dev (>= 3.0) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
     libpolkit-dbus-dev, libgdbm-dev, intltool
 Standards-Version: 3.7.3
 Vcs-Git: git://git.debian.org/git/pkg-pulseaudio/pulseaudio.git
@@ -244,7 +245,7 @@ Description: GConf module for PulseAudio sound server debugging symbols
  This package contains debugging symbols for the PulseAudio GConf module.
 
 Package: pulseaudio-module-bluetooth
-Architecture: any
+Architecture: [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386]
 Priority: extra
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Bluetooth module for PulseAudio sound server
@@ -252,7 +253,7 @@ Description: Bluetooth module for PulseAudio sound server
  WIN32 systems. It is a drop in replacement for the ESD sound server with
  much better latency, mixing/re-sampling quality and overall architecture.
  .
- This module enables PulseAudio to work with bluetooth devices, like headset 
+ This module enables PulseAudio to work with bluetooth devices, like headset
  or audio gateway.
  .
  The module is called module-bluetooth

commit d31da08fad30c13bf208710c7fbe8cbd8b0f7d6b
Author: Baptiste Mille-Mathias <baptiste.millemathias at gmail.com>
Date:   Sun Mar 1 11:45:51 2009 +0000

    Split the bluetooth module into a seperate package

diff --git a/debian/changelog b/debian/changelog
index 13f9446..b9e9c72 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 pulseaudio (0.9.14-2) UNRELEASED; urgency=low
 
+  [ Sjoerd Simons ]
   * Build against libcap2-dev (Closes: #489060)
   * Bump shlibs of libpulse0 (Closes: #514645)
   * Bump soname of libpulsecore to 9
@@ -11,6 +12,14 @@ 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
 
+  [ Baptiste Mille-Mathias ]
+  * debian/control:
+    - create a separate package for bluetooth module
+  * debian/pulseaudio-module-bluetooth.install
+    - put files for the separate bluetooth module package
+  * debian/pulseaudio.install
+    - remove files of the separate bluetooth module package
+
  -- 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 94b52d6..7401e47 100644
--- a/debian/control
+++ b/debian/control
@@ -243,6 +243,31 @@ Description: GConf module for PulseAudio sound server debugging symbols
  .
  This package contains debugging symbols for the PulseAudio GConf module.
 
+Package: pulseaudio-module-bluetooth
+Architecture: any
+Priority: extra
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Bluetooth module for PulseAudio sound server
+ 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
+ much better latency, mixing/re-sampling quality and overall architecture.
+ .
+ This module enables PulseAudio to work with bluetooth devices, like headset 
+ or audio gateway.
+ .
+ The module is called module-bluetooth
+
+Package: pulseaudio-module-bluetooth-dbg
+Architecture: any
+Priority: extra
+Depends: ${misc:Depends}, pulseaudio-module-bluetooth (= ${binary:Version})
+Description: Bluetooth module for PulseAudio sound server
+ 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
+ much better latency, mixing/re-sampling quality and overall architecture.
+ .
+ This package contains debugging symbols for the PulseAudio bluetooth module.
+
 Package: pulseaudio-module-x11
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, pulseaudio-utils
diff --git a/debian/pulseaudio-module-bluetooth.install b/debian/pulseaudio-module-bluetooth.install
new file mode 100644
index 0000000..8c9a243
--- /dev/null
+++ b/debian/pulseaudio-module-bluetooth.install
@@ -0,0 +1,6 @@
+usr/lib/pulse-*/modules/module-bluetooth-proximity.so
+usr/lib/pulse-*/modules/module-bluetooth-device.so
+usr/lib/pulse-*/modules/module-bluetooth-discover.so
+usr/lib/pulse-*/modules/libbluetooth-ipc.so
+usr/lib/pulse-*/modules/libbluetooth-sbc.so
+usr/lib/pulseaudio/pulse/proximity-helper
diff --git a/debian/pulseaudio.install b/debian/pulseaudio.install
index 9453930..df3e757 100644
--- a/debian/pulseaudio.install
+++ b/debian/pulseaudio.install
@@ -30,15 +30,9 @@ usr/lib/pulse-*/modules/libtagstruct.so
 usr/lib/pulse-*/modules/module-alsa-sink.so
 usr/lib/pulse-*/modules/module-alsa-source.so
 usr/lib/pulse-*/modules/module-always-sink.so
-usr/lib/pulse-*/modules/libbluetooth-ipc.so
-usr/lib/pulse-*/modules/libbluetooth-sbc.so
-usr/lib/pulse-*/modules/module-bluetooth-device.so
-usr/lib/pulse-*/modules/module-bluetooth-discover.so
-usr/lib/pulse-*/modules/module-bluetooth-proximity.so
 usr/lib/pulse-*/modules/module-console-kit.so
 usr/lib/pulse-*/modules/module-device-restore.so
 usr/lib/pulse-*/modules/module-stream-restore.so
-usr/lib/pulseaudio/pulse/proximity-helper
 usr/lib/pulse-*/modules/module-cli-protocol-tcp.so
 usr/lib/pulse-*/modules/module-cli-protocol-unix.so
 usr/lib/pulse-*/modules/module-cli.so

-- 
pulseaudio packaging



More information about the Pkg-pulseaudio-devel mailing list