[Pkg-pulseaudio-devel] [SCM] pulseaudio packaging branch, master, updated. debian/0.9.9-1-12-gf042109

neurocyte-guest at users.alioth.debian.org neurocyte-guest at users.alioth.debian.org
Sun Mar 30 19:40:47 UTC 2008


The branch, master has been updated
       via  f04210924e2c0963f9be38f3239eab0f4a597c1a (commit)
       via  b776d88822eda9417c939be9f450d84c6b732800 (commit)
      from  638a8463b3a4f322810f68756250463f71430be9 (commit)


- Shortlog ------------------------------------------------------------
f042109 Fix -dbg dependencies as per lintian warnings
b776d88 Fix capitalisation of GConf and GStreamer in package descriptions

Summary of changes:
 debian/changelog |    3 +++
 debian/control   |   16 ++++++++--------
 2 files changed, 11 insertions(+), 8 deletions(-)
-----------------------------------------------------------------------
Details of changes:

commit f04210924e2c0963f9be38f3239eab0f4a597c1a
Author: CJ van den Berg <cj at vdbonline.com>
Date:   Sun Mar 30 21:39:47 2008 +0200

    Fix -dbg dependencies as per lintian warnings

diff --git a/debian/changelog b/debian/changelog
index 275926c..6ea9b44 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,9 @@ pulseaudio (0.9.10-1) UNRELEASED; urgency=low
     - 0006-Implement-opcodes-added-in-version-12-in-the-tunnel.patch
     - 0007-Change-config-to-not-fail-if-loading-of-esd-gconf-o.patch
     - 0008-Fix-compilation-on-non-linux-platforms.patch
+  * debian/control:
+    + Make libpulsecore5-dbg depend on libpulsecore5, instead of pulseaudio.
+    + Make libpulse-browse0-dbg depend on libpulse-browse0.
   * Update Standards-Version to 3.7.3 (no changes required).
 
   [ Petter Reinholdtsen ]
diff --git a/debian/control b/debian/control
index 938e6ef..bf0d40b 100644
--- a/debian/control
+++ b/debian/control
@@ -287,7 +287,7 @@ Description: PulseAudio sound server core
 Package: libpulsecore5-dbg
 Architecture: any
 Priority: extra
-Depends: ${misc:Depends}, pulseaudio (= ${binary:Version})
+Depends: ${misc:Depends}, libpulsecore5 (= ${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
@@ -364,7 +364,7 @@ Description: PulseAudio client libraries (zeroconf support)
 Package: libpulse-browse0-dbg
 Architecture: any
 Priority: extra
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, libpulse-browse0 (= ${binary:Version})
 Description: PulseAudio client libraries (zeroconf support) 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

commit b776d88822eda9417c939be9f450d84c6b732800
Author: CJ van den Berg <cj at vdbonline.com>
Date:   Sun Mar 30 21:26:17 2008 +0200

    Fix capitalisation of GConf and GStreamer in package descriptions

diff --git a/debian/control b/debian/control
index 54bda55..938e6ef 100644
--- a/debian/control
+++ b/debian/control
@@ -37,8 +37,8 @@ Description: PulseAudio sound server
      into one (with sample rate adjustment).
  .
    * Wide range of supported client libraries. ESD, ALSA, oss, libao and
-     gstreamer client applications are supported as-is. Native PulseAudio
-     plug-ins are also available for xmms and mplayer. 
+     GStreamer client applications are supported as-is. Native PulseAudio
+     plug-ins are also available for xmms and mplayer.
  .
    * Good low latency behaviour and very accurate latency measurement for
      playback and recording. Ability to fully synchronize multiple playback
@@ -221,12 +221,12 @@ Description: lirc module for PulseAudio sound server debugging symbols
 Package: pulseaudio-module-gconf
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: gconf module for PulseAudio sound server
+Description: GConf 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 store additional configuration in gconf.
+ This module enables PulseAudio to store additional configuration in GConf.
  .
  The module is called module-gconf.
 
@@ -234,12 +234,12 @@ Package: pulseaudio-module-gconf-dbg
 Architecture: any
 Priority: extra
 Depends: ${misc:Depends}, pulseaudio-module-gconf (= ${binary:Version})
-Description: gconf module for PulseAudio sound server debugging symbols
+Description: GConf module for PulseAudio sound server 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
  much better latency, mixing/re-sampling quality and overall architecture.
  .
- This package contains debugging symbols for the PulseAudio gconf module.
+ This package contains debugging symbols for the PulseAudio GConf module.
 
 Package: pulseaudio-module-x11
 Architecture: any

-- 
pulseaudio packaging



More information about the Pkg-pulseaudio-devel mailing list