[Pkg-pulseaudio-devel] [SCM] pulseaudio packaging branch, master, updated. debian/0.9.10-1-1-g0b39dfd
sjoerd at users.alioth.debian.org
sjoerd at users.alioth.debian.org
Sun Apr 27 19:46:28 UTC 2008
The branch, master has been updated
via 0b39dfd11766d56420de92543c7dde5d23e72c68 (commit)
from 2a1387d0a3ebba7e074687de2dba8da15b0f6a2d (commit)
- Shortlog ------------------------------------------------------------
0b39dfd * debian/patches/0003-Define-PULSE_INTERNAL.patch
Summary of changes:
debian/changelog | 8 ++++++++
debian/patches/0003-Define-PULSE_INTERNAL.patch | 21 +++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 30 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
Details of changes:
commit 0b39dfd11766d56420de92543c7dde5d23e72c68
Author: Sjoerd Simons <sjoerd at luon.net>
Date: Sun Apr 27 21:46:19 2008 +0200
* debian/patches/0003-Define-PULSE_INTERNAL.patch
- Added. Let the daemon put PULSE_INTERNAL in its environment so things
can detect when called from within pulseaudio
diff --git a/debian/changelog b/debian/changelog
index 88ffda9..38bba33 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+pulseaudio (0.9.10-2) UNRELEASED; urgency=low
+
+ * debian/patches/0003-Define-PULSE_INTERNAL.patch
+ - Added. Let the daemon put PULSE_INTERNAL in its environment so things
+ can detect when called from within pulseaudio
+
+ -- Sjoerd Simons <sjoerd at debian.org> Sun, 27 Apr 2008 21:43:47 +0200
+
pulseaudio (0.9.10-1) unstable; urgency=low
[ CJ van den Berg ]
diff --git a/debian/patches/0003-Define-PULSE_INTERNAL.patch b/debian/patches/0003-Define-PULSE_INTERNAL.patch
new file mode 100644
index 0000000..2195a29
--- /dev/null
+++ b/debian/patches/0003-Define-PULSE_INTERNAL.patch
@@ -0,0 +1,21 @@
+From 7d213f4c7a5328190626b5efdccc45901408650d Mon Sep 17 00:00:00 2001
+From: Sjoerd Simons <sjoerd at luon.net>
+Date: Sun, 27 Apr 2008 21:39:08 +0200
+Subject: [PATCH] Define PULSE_INTERNAL
+
+---
+ src/daemon/main.c | 1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+diff --git a/src/daemon/main.c b/src/daemon/main.c
+index 1e3b358..1b6fe3f 100644
+--- a/src/daemon/main.c
++++ b/src/daemon/main.c
+@@ -677,6 +677,7 @@ int main(int argc, char *argv[]) {
+ #endif
+ }
+
++ set_env("PULSE_INTERNAL", "1");
+ pa_assert_se(chdir("/") == 0);
+ umask(0022);
+
diff --git a/debian/patches/series b/debian/patches/series
index cbf2b76..e0d7dec 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
0001-Set-ESD-socket-to-tmp-.esd-socket-to-match-up-with.patch
0002-Fix-library-search-path-to-include-lib-and-usr-lib.patch
+0003-Define-PULSE_INTERNAL.patch
--
pulseaudio packaging
More information about the Pkg-pulseaudio-devel
mailing list