[SCM] pulseaudio packaging branch, master, updated. debian/0.9.21-1-8-gbb6dae5
sjoerd at users.alioth.debian.org
sjoerd at users.alioth.debian.org
Sun Jun 27 15:18:58 UTC 2010
The branch, master has been updated
via bb6dae503c8408bae5e43a96f6b51cff62693fcc (commit)
via f1519b55889ffe0b47e4188259892f3171362a47 (commit)
via 4a864619d5af22932c29c8f0e85094fb1dd5a730 (commit)
from 9c3388799a7df3ed08c2409caab0bcf2a82a18ea (commit)
- Shortlog ------------------------------------------------------------
bb6dae5 make sure we could potentially build on HURD
f1519b5 Thank the security team for their NMUs
4a86461 Fix two typos in `debian/pulseaudio.default`.
Summary of changes:
debian/changelog | 9 +++++++--
debian/pulseaudio.default | 4 ++--
debian/rules | 3 +++
3 files changed, 12 insertions(+), 4 deletions(-)
-----------------------------------------------------------------------
Details of changes:
commit bb6dae503c8408bae5e43a96f6b51cff62693fcc
Author: Sjoerd Simons <sjoerd at debian.org>
Date: Sun Jun 27 15:52:37 2010 +0100
make sure we could potentially build on HURD
Prepare the debian package for building on HURD again (needs
some upstream fixes as well). Patch by Pino Toscano (Closes: #573339)
diff --git a/debian/changelog b/debian/changelog
index 9237eab..095780d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,8 +13,10 @@ pulseaudio (0.9.21-2) UNRELEASED; urgency=low
instead of the generic pulseaudio-x11 file
* Fix two typos in debian/pulseaudio.default, patch by Paul Menzel
(Closes: #566332)
+ * Prepare the debian package for building on HURD again (needs some upstream
+ fixes as well). Patch by Pino Toscano (Closes: #573339)
- -- Sjoerd Simons <sjoerd at debian.org> Sun, 27 Jun 2010 15:18:37 +0100
+ -- Sjoerd Simons <sjoerd at debian.org> Sun, 27 Jun 2010 15:51:31 +0100
pulseaudio (0.9.21-1.2) unstable; urgency=high
diff --git a/debian/rules b/debian/rules
index b5d0e3b..3503079 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,8 @@ common-build-arch::
debian/pulseaudio.install.kfreebsd-i386
grep -v -e alsa -e evdev -e udev debian/pulseaudio.install > \
debian/pulseaudio.install.kfreebsd-amd64
+ grep -v -e alsa -e evdev -e udev debian/pulseaudio.install > \
+ debian/pulseaudio.install.hurd-i386
common-install-arch::
find $(DEB_DESTDIR) -name "*.la" -delete
@@ -29,6 +31,7 @@ common-binary-post-install-arch:: list-missing
clean::
rm -f debian/pulseaudio.install.kfreebsd-i386
rm -f debian/pulseaudio.install.kfreebsd-amd64
+ rm -f debian/pulseaudio.install.hurd-i386
update-patch-series:
mkdir -p $(CURDIR)/debian/patches
commit f1519b55889ffe0b47e4188259892f3171362a47
Author: Sjoerd Simons <sjoerd at debian.org>
Date: Sun Jun 27 15:48:33 2010 +0100
Thank the security team for their NMUs
diff --git a/debian/changelog b/debian/changelog
index 0c42631..9237eab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
pulseaudio (0.9.21-2) UNRELEASED; urgency=low
- * Import NMU patches into git
+ * Import NMU patches into git, thanks to the security team for
+ their work!
* debian/patches/0003-Re-bootstrap.patch
+ Added. Update configure so we don't have to re-run autotools when
building the package (Closes: #576457, #576546, #576769)
commit 4a864619d5af22932c29c8f0e85094fb1dd5a730
Author: Paul Menzel <pm.debian at googlemail.com>
Date: Fri Jan 22 23:57:12 2010 +0100
Fix two typos in `debian/pulseaudio.default`.
* In addition add changelog entry.
diff --git a/debian/changelog b/debian/changelog
index f7606ae..0c42631 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ pulseaudio (0.9.21-2) UNRELEASED; urgency=low
* d/p/0004-In-KDE-only-start-pulseaudio-from-the-KDE-specific-d.patch
+ Added. When running KDE use the KDE specific autostart desktop file
instead of the generic pulseaudio-x11 file
+ * Fix two typos in debian/pulseaudio.default, patch by Paul Menzel
+ (Closes: #566332)
-- Sjoerd Simons <sjoerd at debian.org> Sun, 27 Jun 2010 15:18:37 +0100
diff --git a/debian/pulseaudio.default b/debian/pulseaudio.default
index ba63687..d21f3fe 100644
--- a/debian/pulseaudio.default
+++ b/debian/pulseaudio.default
@@ -3,7 +3,7 @@
# System mode is not the recommended way to run PulseAudio as it has some
# limitations (such as no shared memory access) and could potentially allow
# users to disconnect or redirect each others audio streams. The
-# recommend way to run PulseAudio is as a per-session daemon. For GNOME
+# recommended way to run PulseAudio is as a per-session daemon. For GNOME
# sessions you can install pulseaudio-esound-compat and GNOME will
# automatically start PulseAudio on login (if ESD is enabled in
# System->Preferences->Sound). For other sessions, you can simply start
@@ -12,7 +12,7 @@
PULSEAUDIO_SYSTEM_START=0
# Prevent users from dynamically loading modules into the PulseAudio sound
-# server. Dynamic module loading enhances the flexibilty of the PulseAudio
+# server. Dynamic module loading enhances the flexibility of the PulseAudio
# system, but may pose a security risk.
# 0 = no, 1 = yes
DISALLOW_MODULE_LOADING=1
--
pulseaudio packaging
More information about the pkg-pulseaudio-devel
mailing list