From abda6d461c9cf9783569935261ddbd5f0e88da97 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Sat, 28 Feb 2026 14:43:19 -0500 Subject: [PATCH] added make-pavucontrol --- helpers/make-pavucontrol | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 helpers/make-pavucontrol diff --git a/helpers/make-pavucontrol b/helpers/make-pavucontrol new file mode 100644 index 0000000..a358f8f --- /dev/null +++ b/helpers/make-pavucontrol @@ -0,0 +1,29 @@ +#!/bin/sh +# +# Copyright (C) 2026 Rubén Rodríguez +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# + +VERSION=1 + +. ./config + +sed 's/Recommends: pulseaudio/Recommends: pipewire-audio | pulseaudio/' -i debian/control + +changelog "Prevent conflicts with pipewire" + +package +