Control: tags 1022339 + patch Control: tags 1022339 + pending Dear maintainer,
I've prepared an NMU for virt-manager (versioned as 1:4.1.0-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. SR
diff -Nru virt-manager-4.1.0/debian/changelog virt-manager-4.1.0/debian/changelog --- virt-manager-4.1.0/debian/changelog 2022-08-05 08:35:08.000000000 +0200 +++ virt-manager-4.1.0/debian/changelog 2022-11-05 20:08:35.000000000 +0200 @@ -1,3 +1,11 @@ +virt-manager (1:4.1.0-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Explicitly specify --install-layout=deb in the Python module installation, + fixing compatibility with Python 3.10 in Debian. (Closes: #1022339) + + -- Stefano Rivera <stefa...@debian.org> Sat, 05 Nov 2022 20:08:35 +0200 + virt-manager (1:4.1.0-1) unstable; urgency=medium * New upstream version 4.1.0 diff -Nru virt-manager-4.1.0/debian/rules virt-manager-4.1.0/debian/rules --- virt-manager-4.1.0/debian/rules 2022-08-05 08:09:44.000000000 +0200 +++ virt-manager-4.1.0/debian/rules 2022-11-05 20:08:32.000000000 +0200 @@ -10,7 +10,7 @@ pytest-3 -v -rs override_dh_auto_install: - python3 setup.py --no-update-icon-cache --no-compile-schemas install --force --root=debian/tmp --no-compile -O0 + python3 setup.py --no-update-icon-cache --no-compile-schemas install --force --install-layout=deb --root=debian/tmp --no-compile -O0 override_dh_installdocs: dh_installdocs --all NEWS.md