[Pkg-pulseaudio-devel] [SCM] pulseaudio packaging branch, master, updated. debian/0.9.7-3-2-gfbbf698
neurocyte-guest at users.alioth.debian.org
neurocyte-guest at users.alioth.debian.org
Sat Nov 17 21:47:27 UTC 2007
The branch, master has been updated
via fbbf698d8301073bc75503f182ecae37a815f122 (commit)
via 986ca3cc24784fa8be25b95171939e8bc68b2d15 (commit)
from 7f06f116fc90c811649ada60b44aa933252deadd (commit)
- Shortlog ------------------------------------------------------------
fbbf698 Change the priority of all -dbg packages to extra
986ca3c Remove pulseaudio lintian override for setuid-binary message
Summary of changes:
debian/changelog | 7 +++++++
debian/control | 12 ++++++++++++
debian/overrides/pulseaudio | 1 -
3 files changed, 19 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
Details of changes:
commit fbbf698d8301073bc75503f182ecae37a815f122
Author: CJ van den Berg <cj at vdbonline.com>
Date: Sat Nov 17 22:02:48 2007 +0100
Change the priority of all -dbg packages to extra
diff --git a/debian/changelog b/debian/changelog
index 0feab61..c7fc9a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
pulseaudio (0.9.7-4) UNRELEASED; urgency=low
* debian/overrides/pulseaudio: Remove override for setuid-binary.
+ * debian/control: Change the priority of all -dbg packages to extra.
- -- CJ van den Berg <cj at vdbonline.com> Sat, 17 Nov 2007 22:03:47 +0100
+ -- CJ van den Berg <cj at vdbonline.com> Sat, 17 Nov 2007 22:05:34 +0100
pulseaudio (0.9.7-3) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 1cfe6b2..230e607 100644
--- a/debian/control
+++ b/debian/control
@@ -52,6 +52,7 @@ Description: PulseAudio sound server
Package: pulseaudio-dbg
Architecture: any
+Priority: extra
Depends: ${misc:Depends}, pulseaudio (= ${binary:Version})
Description: PulseAudio sound server detached debugging symbols
PulseAudio, previously known as Polypaudio, is a sound server for POSIX and
@@ -85,6 +86,7 @@ Description: Command line tools for the PulseAudio sound server
Package: pulseaudio-utils-dbg
Architecture: any
+Priority: extra
Depends: ${misc:Depends}, pulseaudio-utils (= ${binary:Version})
Description: PulseAudio command line tools detached debugging symbols
PulseAudio, previously known as Polypaudio, is a sound server for POSIX and
@@ -109,6 +111,7 @@ Description: PulseAudio ESD compatibility layer
Package: pulseaudio-esound-compat-dbg
Architecture: any
+Priority: extra
Depends: ${misc:Depends}, pulseaudio-esound-compat (= ${binary:Version})
Description: PulseAudio ESD compatibility layer debugging symbols
PulseAudio, previously known as Polypaudio, is a sound server for POSIX and
@@ -133,6 +136,7 @@ Description: Zeroconf module for PulseAudio sound server
Package: pulseaudio-module-zeroconf-dbg
Architecture: any
+Priority: extra
Depends: ${misc:Depends}, pulseaudio-module-zeroconf (= ${binary:Version})
Description: Zeroconf module for PulseAudio sound server debugging symbols
PulseAudio, previously known as Polypaudio, is a sound server for POSIX and
@@ -156,6 +160,7 @@ Description: HAL device detection module for PulseAudio sound server
Package: pulseaudio-module-hal-dbg
Architecture: any
+Priority: extra
Depends: ${misc:Depends}, pulseaudio-module-hal (= ${binary:Version})
Description: HAL module for PulseAudio sound server debugging symbols
PulseAudio, previously known as Polypaudio, is a sound server for POSIX and
@@ -178,6 +183,7 @@ Description: jackd modules for PulseAudio sound server
Package: pulseaudio-module-jack-dbg
Architecture: any
+Priority: extra
Depends: ${misc:Depends}, pulseaudio-module-jack (= ${binary:Version})
Description: jackd modules for PulseAudio sound server debugging symbols
PulseAudio, previously known as Polypaudio, is a sound server for POSIX and
@@ -201,6 +207,7 @@ Description: lirc module for PulseAudio sound server
Package: pulseaudio-module-lirc-dbg
Architecture: any
+Priority: extra
Depends: ${misc:Depends}, pulseaudio-module-lirc (= ${binary:Version})
Description: lirc module for PulseAudio sound server debugging symbols
PulseAudio, previously known as Polypaudio, is a sound server for POSIX and
@@ -223,6 +230,7 @@ Description: gconf module for PulseAudio sound server
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
PulseAudio, previously known as Polypaudio, is a sound server for POSIX and
@@ -248,6 +256,7 @@ Description: X11 module for PulseAudio sound server
Package: pulseaudio-module-x11-dbg
Architecture: any
+Priority: extra
Depends: ${misc:Depends}, pulseaudio-module-x11 (= ${binary:Version})
Description: X11 module for PulseAudio sound server debugging symbols
PulseAudio, previously known as Polypaudio, is a sound server for POSIX and
@@ -285,6 +294,7 @@ Description: PulseAudio client libraries
Package: libpulse0-dbg
Section: libs
Architecture: any
+Priority: extra
Depends: ${misc:Depends}, libpulse0 (= ${binary:Version})
Description: PulseAudio client libraries detached debugging symbols
PulseAudio, previously known as Polypaudio, is a sound server for POSIX and
@@ -309,6 +319,7 @@ Description: PulseAudio client libraries (glib support)
Package: libpulse-mainloop-glib0-dbg
Architecture: any
+Priority: extra
Depends: ${misc:Depends}, libpulse-mainloop-glib0 (= ${binary:Version})
Description: PulseAudio client libraries (glib support) debugging symbols
PulseAudio, previously known as Polypaudio, is a sound server for POSIX and
@@ -334,6 +345,7 @@ Description: PulseAudio client libraries (zeroconf support)
Package: libpulse-browse0-dbg
Architecture: any
+Priority: extra
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: PulseAudio client libraries (zeroconf support) debugging symbols
PulseAudio, previously known as Polypaudio, is a sound server for POSIX and
commit 986ca3cc24784fa8be25b95171939e8bc68b2d15
Author: CJ van den Berg <cj at vdbonline.com>
Date: Sat Nov 17 21:57:48 2007 +0100
Remove pulseaudio lintian override for setuid-binary message
diff --git a/debian/changelog b/debian/changelog
index 620f677..0feab61 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pulseaudio (0.9.7-4) UNRELEASED; urgency=low
+
+ * debian/overrides/pulseaudio: Remove override for setuid-binary.
+
+ -- CJ van den Berg <cj at vdbonline.com> Sat, 17 Nov 2007 22:03:47 +0100
+
pulseaudio (0.9.7-3) unstable; urgency=low
[ CJ van den Berg ]
diff --git a/debian/overrides/pulseaudio b/debian/overrides/pulseaudio
index 826da6c..6223ad2 100644
--- a/debian/overrides/pulseaudio
+++ b/debian/overrides/pulseaudio
@@ -1,4 +1,3 @@
-pulseaudio: setuid-binary usr/bin/pulseaudio 4755 root/root
pulseaudio: script-not-executable ./etc/pulse/default.pa
pulseaudio: description-starts-with-package-name
pulseaudio: binary-or-shlib-defines-rpath
--
pulseaudio packaging
More information about the Pkg-pulseaudio-devel
mailing list