Your message dated Tue, 03 Jun 2025 11:33:54 +0000
with message-id <e1umpty-004uuc...@respighi.debian.org>
and subject line unblock meta-phosh
has caused the Debian Bug report #1107072,
regarding unblock: meta-phosh/46.1
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
1107072: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1107072
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Control: affects -1 + src:meta-phosh
User: release.debian....@packages.debian.org
Usertags: unblock
Severity: normal
Please unblock package meta-phosh
[ Reason ]
Currently there's a `Recommends: xwayland` on phoc (the Wayland
compositor) that pulls in xwayland. However we should have a hard
dependency for the full phosh DE install so add it to the phosh-full
package. Otherwise people might remove it and wonder why X11 apps
aren't working.
[ Impact ]
A package that is installed by default via Recommends: is added as a
hard dependency.
[ Tests ]
piuparts tests the installation/removal.
[ Risks ]
Low as it doesn't pull in anything new, just ensures it doesn't get
removed accidentally.
[ 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
unblock meta-phosh/46.1
diff --git a/debian/changelog b/debian/changelog
index 9ad1380..f2404a2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+meta-phosh (46.1) unstable; urgency=medium
+
+ * phosh-full: Depend on xwayland.
+ It comes in via phoc anyway but this ensures a full blown installation
+ has it.
+ * Check wrap-and-sort in CI
+
+ -- Guido Günther <a...@sigxcpu.org> Fri, 30 May 2025 14:24:09 +0200
+
meta-phosh (46) unstable; urgency=medium
* Use phrog instead of phog.
diff --git a/debian/control b/debian/control
index 610ed5a..187d02b 100644
--- a/debian/control
+++ b/debian/control
@@ -56,9 +56,9 @@ Recommends:
iio-sensor-proxy,
libjxl-gdk-pixbuf,
libproxy1-plugin-networkmanager [linux-any],
- phrog,
phosh-mobile-settings (>= 0.44~),
phosh-tour (>= 0.43.0),
+ phrog,
sound-theme-phosh (>= 0.42.0),
xdg-desktop-portal-gtk,
xdg-desktop-portal-wlr,
@@ -147,6 +147,7 @@ Depends:
lollypop,
phosh-core (= ${binary:Version}),
phosh-pim (= ${binary:Version}),
+ xwayland,
${misc:Depends},
Recommends:
chatty,
diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml
index 5e6658d..69202db 100644
--- a/debian/salsa-ci.yml
+++ b/debian/salsa-ci.yml
@@ -3,3 +3,6 @@ include:
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
+variables:
+ SALSA_CI_DISABLE_WRAP_AND_SORT: 0
+ SALSA_CI_WRAP_AND_SORT_ARGS: '-ast'
--- End Message ---
--- Begin Message ---
Unblocked.
--- End Message ---