Version in base suite: 5.0.0-5 Base version: virt-manager_5.0.0-5 Target version: virt-manager_5.0.0-5+deb13u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/v/virt-manager/virt-manager_5.0.0-5.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/v/virt-manager/virt-manager_5.0.0-5+deb13u1.dsc changelog | 9 +++++++++ gbp.conf | 4 ++-- patches/fix-browse-local-button.patch | 17 +++++++++++++++++ patches/series | 1 + 4 files changed, 29 insertions(+), 2 deletions(-) gpgv: Signature made Sat Apr 5 05:21:13 2025 UTC gpgv: using RSA key 5F2A9FB82FA6C1E1077007072D191C8843B13F4D gpgv: Note: signatures using the SHA1 algorithm are rejected gpgv: Can't check signature: Bad public key dpkg-source: warning: cannot verify inline signature for /srv/release.debian.org/tmp/tmpeqx0drap/virt-manager_5.0.0-5.dsc: no acceptable signature found gpgv: Signature made Thu Oct 30 13:47:00 2025 UTC gpgv: using RSA key D847C62510A9C2FF242CE02CD604A1C4823EE0F8 gpgv: Note: signatures using the SHA1 algorithm are rejected gpgv: WARNING: signing subkey D604A1C4823EE0F8 has an invalid cross-certification gpgv: Can't check signature: General error dpkg-source: warning: cannot verify inline signature for /srv/release.debian.org/tmp/tmpeqx0drap/virt-manager_5.0.0-5+deb13u1.dsc: no acceptable signature found diff -Nru virt-manager-5.0.0/debian/changelog virt-manager-5.0.0/debian/changelog --- virt-manager-5.0.0/debian/changelog 2025-04-05 05:20:17.000000000 +0000 +++ virt-manager-5.0.0/debian/changelog 2025-10-28 22:02:57.000000000 +0000 @@ -1,3 +1,12 @@ +virt-manager (1:5.0.0-5+deb13u1) trixie; urgency=medium + + * Non-maintainer upload. + * Fix: Clicking on "Browse Local" has no effect and throws an error (Closes: + #1112514) + * Update debian/gbp.conf to point to trixie branches + + -- Lee Garrett Tue, 28 Oct 2025 23:02:57 +0100 + virt-manager (1:5.0.0-5) unstable; urgency=medium * virt-install: demote virt-viewer recommend to suggest (Closes: #912725) diff -Nru virt-manager-5.0.0/debian/gbp.conf virt-manager-5.0.0/debian/gbp.conf --- virt-manager-5.0.0/debian/gbp.conf 2022-03-08 05:30:57.000000000 +0000 +++ virt-manager-5.0.0/debian/gbp.conf 2025-10-28 22:01:44.000000000 +0000 @@ -1,6 +1,6 @@ [DEFAULT] -upstream-branch=upstream/latest -debian-branch=debian/sid +upstream-branch=upstream/trixie +debian-branch=debian/trixie [pq] patch-numbers = False diff -Nru virt-manager-5.0.0/debian/patches/fix-browse-local-button.patch virt-manager-5.0.0/debian/patches/fix-browse-local-button.patch --- virt-manager-5.0.0/debian/patches/fix-browse-local-button.patch 1970-01-01 00:00:00.000000000 +0000 +++ virt-manager-5.0.0/debian/patches/fix-browse-local-button.patch 2025-10-28 22:01:32.000000000 +0000 @@ -0,0 +1,17 @@ +Description: Clicking on "Browse Local" has no effect and throws an error +Origin: upstream, https://github.com/virt-manager/virt-manager/pull/911 +Bug: https://github.com/virt-manager/virt-manager/issues/901 +Reviewed-by: Lee Garrett +Last-Update: 2025-10-28 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- a/virtManager/storagebrowse.py ++++ b/virtManager/storagebrowse.py +@@ -181,6 +181,7 @@ + data = _BrowseReasonMetadata(self._browse_reason) + gsettings_key = data.gsettings_key + ++ start_folder = None + if gsettings_key: + start_folder = self.config.get_default_directory(gsettings_key) + diff -Nru virt-manager-5.0.0/debian/patches/series virt-manager-5.0.0/debian/patches/series --- virt-manager-5.0.0/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ virt-manager-5.0.0/debian/patches/series 2025-10-28 22:01:32.000000000 +0000 @@ -0,0 +1 @@ +fix-browse-local-button.patch