Version in base suite: 0.46.0-3 Base version: phosh_0.46.0-3 Target version: phosh_0.46.0-3+deb13u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/p/phosh/phosh_0.46.0-3.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/p/phosh/phosh_0.46.0-3+deb13u1.dsc changelog | 8 + patches/cell-broadcast-prompt-Close-dialog-on-swipe.patch | 56 ++++++++++ patches/cell-broadcast-prompt-Strip-whitespace.patch | 33 +++++ patches/series | 4 patches/wifi-network-Don-t-unconditionally-overwrite-active-acces.patch | 42 +++++++ patches/wifi-network-row-Don-t-set-active-indicator-visible.patch | 30 +++++ salsa-ci.yml | 7 + 7 files changed, 180 insertions(+) dpkg-source: warning: cannot verify inline signature for /srv/release.debian.org/tmp/tmprd95qpi1/phosh_0.46.0-3.dsc: no acceptable signature found dpkg-source: warning: cannot verify inline signature for /srv/release.debian.org/tmp/tmprd95qpi1/phosh_0.46.0-3+deb13u1.dsc: no acceptable signature found diff: /srv/release.debian.org/tmp/rk33qMu89x/phosh-0.46.0/subprojects/gvc/.gitlab-ci/subprojects/gvc: recursive directory loop diff -Nru phosh-0.46.0/debian/changelog phosh-0.46.0/debian/changelog --- phosh-0.46.0/debian/changelog 2025-05-03 07:38:50.000000000 +0000 +++ phosh-0.46.0/debian/changelog 2025-09-11 06:58:18.000000000 +0000 @@ -1,3 +1,11 @@ +phosh (0.46.0-3+deb13u1) trixie; urgency=medium + + * Backport patches from upstream's 0.46 branch. + This gets us in sync with upstream's 0.46 branch bringing in + some Wi-Fi and Cell Broadcast related fixes. + + -- Guido Günther Thu, 11 Sep 2025 08:58:18 +0200 + phosh (0.46.0-3) unstable; urgency=medium * Backport patches from phosh's 0.46 branch. This fixes icons in the app diff -Nru phosh-0.46.0/debian/patches/cell-broadcast-prompt-Close-dialog-on-swipe.patch phosh-0.46.0/debian/patches/cell-broadcast-prompt-Close-dialog-on-swipe.patch --- phosh-0.46.0/debian/patches/cell-broadcast-prompt-Close-dialog-on-swipe.patch 1970-01-01 00:00:00.000000000 +0000 +++ phosh-0.46.0/debian/patches/cell-broadcast-prompt-Close-dialog-on-swipe.patch 2025-09-11 06:58:18.000000000 +0000 @@ -0,0 +1,56 @@ +From: =?utf-8?q?Guido_G=C3=BCnther?= +Date: Wed, 6 Aug 2025 18:06:31 +0200 +Subject: cell-broadcast-prompt: Close dialog on swipe +MIME-Version: 1.0 +Content-Type: text/plain; charset="utf-8" +Content-Transfer-Encoding: 8bit + +Fixes: b281cc5d3 ("cell-broadcast-prompt: New dialog for cell broadcast message") +Signed-off-by: Guido Günther +(cherry picked from commit 17453a8d55b80aa83c09ff6eba67a1408c5f99c9) + +Part-of: +(cherry picked from commit 164c5f53933f8033e3b1566d0835d9efd4a06c43) +--- + src/cell-broadcast-prompt.c | 8 ++++++++ + src/ui/cell-broadcast-prompt.ui | 1 + + 2 files changed, 9 insertions(+) + +diff --git a/src/cell-broadcast-prompt.c b/src/cell-broadcast-prompt.c +index d6d0c72..3354ccc 100644 +--- a/src/cell-broadcast-prompt.c ++++ b/src/cell-broadcast-prompt.c +@@ -113,6 +113,13 @@ on_ok_clicked (PhoshCellBroadcastPrompt *self) + } + + ++static void ++on_dialog_canceled (PhoshCellBroadcastPrompt *self) ++{ ++ g_signal_emit (self, signals[CLOSED], 0); ++} ++ ++ + static void + phosh_cell_broadcast_prompt_finalize (GObject *obj) + { +@@ -148,6 +155,7 @@ phosh_cell_broadcast_prompt_class_init (PhoshCellBroadcastPromptClass *klass) + gtk_widget_class_set_template_from_resource (widget_class, + "/mobi/phosh/ui/cell-broadcast-prompt.ui"); + gtk_widget_class_bind_template_child (widget_class, PhoshCellBroadcastPrompt, lbl_msg); ++ gtk_widget_class_bind_template_callback (widget_class, on_dialog_canceled); + gtk_widget_class_bind_template_callback (widget_class, on_ok_clicked); + + gtk_widget_class_set_css_name (widget_class, "phosh-cell-broadcast-prompt"); +diff --git a/src/ui/cell-broadcast-prompt.ui b/src/ui/cell-broadcast-prompt.ui +index 1c89d72..4ddfe02 100644 +--- a/src/ui/cell-broadcast-prompt.ui ++++ b/src/ui/cell-broadcast-prompt.ui +@@ -2,6 +2,7 @@ + + +