summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Sateler <fsateler@debian.org>2021-02-26 19:31:03 -0300
committerFelipe Sateler <fsateler@debian.org>2021-02-26 19:31:03 -0300
commit3f6809b857b9125f04d0a94daa89cda8f9ec6e79 (patch)
treeff0bd1a8d1d2512b815bb450c90757e85156e7ac
parentd11d6825e023e818fde8bf1f664fdb98eec7f601 (diff)
Use gbp-pq format for old patches
Gbp-Dch: ignore
-rw-r--r--debian/patches/disable-autospawn.patch10
1 files changed, 9 insertions, 1 deletions
diff --git a/debian/patches/disable-autospawn.patch b/debian/patches/disable-autospawn.patch
index 1611070..4f43d0b 100644
--- a/debian/patches/disable-autospawn.patch
+++ b/debian/patches/disable-autospawn.patch
@@ -1,8 +1,16 @@
From: Felipe Sateler <fsateler@debian.org>
+Date: Fri, 26 Feb 2021 19:29:30 -0300
Subject: Disable autospawn by default
+
+---
+ src/pulse/client-conf.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/pulse/client-conf.c b/src/pulse/client-conf.c
+index 1daaf91..bf88723 100644
--- a/src/pulse/client-conf.c
+++ b/src/pulse/client-conf.c
-@@ -63,7 +63,7 @@
+@@ -63,7 +63,7 @@ static const pa_client_conf default_conf = {
.cookie_from_x11_valid = false,
.cookie_file_from_application = NULL,
.cookie_file_from_client_conf = NULL,