[Pkg-libvirt-maintainers] Bug#1119303: trixie-pu: package virt-manager/5.0.0-5+deb13u1

Lee Garrett debian at rocketjump.eu
Tue Oct 28 22:45:37 GMT 2025


Package: release.debian.org
Severity: normal
Tags: trixie
X-Debbugs-Cc: virt-manager at packages.debian.org, debian at rocketjump.eu
Control: affects -1 + src:virt-manager
User: release.debian.org at packages.debian.org
Usertags: pu

[ Reason ]
This upload fixes a menu button in virt-manager.

[ Impact ]
Users won't be able to add local directories as guest filesystems.

[ Tests ]
I have manually tested that the patch fixes the issue.

[ Risks ]
The fix is trivial. It initializes a var before testing for it's value.

[ 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 (old)stable
  [x] the issue is verified as fixed in unstable

[ Changes ]
* one line patch to initialize a var before accessing it.
* Update debian/gbp.conf to point to the trixie branches

[ Other info ]
none
-------------- next part --------------
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 07:20:17.000000000 +0200
+++ virt-manager-5.0.0/debian/changelog	2025-10-28 23:02:57.000000000 +0100
@@ -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 <debian at rocketjump.eu>  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 06:30:57.000000000 +0100
+++ virt-manager-5.0.0/debian/gbp.conf	2025-10-28 23:01:44.000000000 +0100
@@ -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 01:00:00.000000000 +0100
+++ virt-manager-5.0.0/debian/patches/fix-browse-local-button.patch	2025-10-28 23:01:32.000000000 +0100
@@ -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 <debian at rocketjump.eu>
+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 01:00:00.000000000 +0100
+++ virt-manager-5.0.0/debian/patches/series	2025-10-28 23:01:32.000000000 +0100
@@ -0,0 +1 @@
+fix-browse-local-button.patch


More information about the Pkg-libvirt-maintainers mailing list