--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
Please unblock package tone-generator
[ Reason ]
This change/upload is part of a series of three uploads
(ayatana-indicator-sound, lomiri-session and tone-generator) that fixes
co-installability of Lomiri and GNOME.
[ Impact ]
When co-installing GNOME and Lomiri, pulseaudio will be removed and
Lomiri needs to tolerated running on top of pipewire with pipewire-pulse
compat layer for pulseaudio.
[ Tests ]
Co-installation tests. Sound in Lomiri is still operational.
[ Risks ]
Audio operations in Lomiri haven't all been tested in depth. So
regressions might pop up. These, however, should be considered as flaws
in pipewire-pulse not providing a 100% pulseaudio-compatible API.
[ Checklist ]
[x] all changes are documented in the d/changelog
[x] I reviewed all changes and I approve them
[x] attach debdiff against the package in testing
[ Other info ]
This unblock correlates with two other unblocks (ayatana-indicator-sound,
tone-generator).
Furthermore, as part of this upload a URL change has been applied to the
watch URL (required these days by gitlab.com).
unblock tone-generator/1.6.1-3
+ * debian/watch: Amend watch URL.
+ * debian/control:
+ + Add pipewire-pulse as alternative D for pulseaudio. Support parallel
+ installation of Lomiri and GNOME (relates to #1035093 and #1035095).
diff -Nru tone-generator-1.6.1/debian/changelog tone-generator-1.6.1/debian/changelog
--- tone-generator-1.6.1/debian/changelog 2023-01-27 22:34:32.000000000 +0100
+++ tone-generator-1.6.1/debian/changelog 2023-05-22 10:06:16.000000000 +0200
@@ -1,3 +1,12 @@
+tone-generator (1.6.1-3) unstable; urgency=medium
+
+ * debian/watch: Amend watch URL.
+ * debian/control:
+ + Add pipewire-pulse as alternative D for pulseaudio. Support parallel
+ installation of Lomiri and GNOME (relates to #1035093 and #1035095).
+
+ -- Mike Gabriel <sunweaver@debian.org> Mon, 22 May 2023 10:06:16 +0200
+
tone-generator (1.6.1-2) unstable; urgency=medium
* Re-upload as is source-only.
diff -Nru tone-generator-1.6.1/debian/control tone-generator-1.6.1/debian/control
--- tone-generator-1.6.1/debian/control 2023-01-27 22:31:06.000000000 +0100
+++ tone-generator-1.6.1/debian/control 2023-05-22 10:06:16.000000000 +0200
@@ -22,7 +22,7 @@
Architecture: any
Depends:
dbus,
- pulseaudio,
+ pulseaudio | pipewire-pulse,
${misc:Depends},
${shlibs:Depends},
Recommends:
diff -Nru tone-generator-1.6.1/debian/watch tone-generator-1.6.1/debian/watch
--- tone-generator-1.6.1/debian/watch 2023-01-27 22:31:06.000000000 +0100
+++ tone-generator-1.6.1/debian/watch 2023-05-22 10:06:16.000000000 +0200
@@ -1,2 +1,2 @@
version=4
-https://gitlab.com/ubports/development/core/tone-generator/tags .*/tone-generator-(\d\S+)\.tar\.gz
+https://gitlab.com/ubports/development/core/tone-generator/-/tags .*/tone-generator-(\d\S+)\.tar\.gz
--- End Message ---