[Debian-on-mobile-maintainers] [Git][DebianOnMobile-team/wys][debian/master] 2 commits: d/user.service: soften deps to allow for pipewire-pulse

Arnaud Ferraris (@a-wai) gitlab at salsa.debian.org
Tue Jul 25 11:30:27 BST 2023



Arnaud Ferraris pushed to branch debian/master at Debian On Mobile / wys


Commits:
5a51503e by Arnaud Ferraris at 2023-07-25T12:28:50+02:00
d/user.service: soften deps to allow for pipewire-pulse

Currently the systemd service *requires* `pulseaudio.service`. However,
`pipewire-pulse` can be used instead, and either one of those will work.
Let's acknowledge this by lowering the dependency requirement
(otherwise `wys` won't start due to a missing dependency) and having
both services listed there.

- - - - -
7f792e6a by Arnaud Ferraris at 2023-07-25T12:29:09+02:00
d/changelog: release version 0.1.11-3

- - - - -


2 changed files:

- debian/changelog
- debian/wys.user.service


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+wys (0.1.11-3) unstable; urgency=medium
+
+  * d/user.service: soften deps to allow for pipewire-pulse.
+    Currently the systemd service *requires* `pulseaudio.service`. However,
+    `pipewire-pulse` can be used instead, and either one of those will work.
+    Let's acknowledge this by lowering the dependency requirement
+    (otherwise `wys` won't start due to a missing dependency) and having
+    both services listed there.
+
+ -- Arnaud Ferraris <aferraris at debian.org>  Tue, 25 Jul 2023 12:28:53 +0200
+
 wys (0.1.11-2) unstable; urgency=medium
 
   * d/control: allow pipewire-pulse to replace pulseaudio.


=====================================
debian/wys.user.service
=====================================
@@ -4,8 +4,8 @@ Description=Wys, a daemon for voice call audio
 # Don't stop restarting the program
 StartLimitIntervalSec=0
 
-# We need PulseAudio
-Requires=pulseaudio.service
+# We need a daemon that speaks the PulseAudio protocol
+Wants=pulseaudio.service pipewire-pulse.service
 
 [Service]
 



View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/wys/-/compare/5b4811cc7975b8af4a4f788814b8f28d325ed5f2...7f792e6a5f9c29dc4b4927e565ff5ed2ef4a9633

-- 
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/wys/-/compare/5b4811cc7975b8af4a4f788814b8f28d325ed5f2...7f792e6a5f9c29dc4b4927e565ff5ed2ef4a9633
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-on-mobile-maintainers/attachments/20230725/5ca73907/attachment-0001.htm>


More information about the Debian-on-mobile-maintainers mailing list