[Pkg-libvirt-commits] [Git][libvirt-team/virt-manager][debian/sid] 4 commits: d/control: drop Rules-Requires-Root, no more needed since Debian trixie
Pino Toscano (@pino)
gitlab at salsa.debian.org
Fri Aug 7 06:28:49 BST 2026
Pino Toscano pushed to branch debian/sid at Libvirt Packaging Team / virt-manager
Commits:
59719628 by Pino Toscano at 2026-08-07T07:04:52+02:00
d/control: drop Rules-Requires-Root, no more needed since Debian trixie
- - - - -
4dddcc1e by Pino Toscano at 2026-08-07T07:06:34+02:00
Bump the debhelper compatibility to 14:
- bump the debhelper-compat build dependency to 14
- drop the ${python3:Depends}, and ${misc:Depends} substvars
Gbp-Dch: Full
- - - - -
d13174ab by Pino Toscano at 2026-08-07T07:24:38+02:00
d/control: add the cpio dependency to virt-install
Closes: #1129529
- - - - -
8112f16c by Pino Toscano at 2026-08-07T07:26:59+02:00
d/rules: drop dh_python3 override, so the default behaviour fixes shebangs
Closes: #1116124
- - - - -
2 changed files:
- debian/control
- debian/rules
Changes:
=====================================
debian/control
=====================================
@@ -9,7 +9,7 @@ Vcs-Git: https://salsa.debian.org/libvirt-team/virt-manager.git
Vcs-Browser: https://salsa.debian.org/libvirt-team/virt-manager
Homepage: https://virt-manager.org/
Build-Depends:
- debhelper-compat (= 13),
+ debhelper-compat (= 14),
dh-python,
dh-sequence-python3,
gettext,
@@ -30,7 +30,6 @@ Build-Depends:
python3-libxml2 <!nocheck>,
python3-pytest <!nocheck>,
python3-requests <!nocheck>,
-Rules-Requires-Root: no
Package: virt-manager
Architecture: all
@@ -45,8 +44,6 @@ Depends:
python3-gi-cairo,
python3-libvirt (>= 0.7.1),
virt-install (= ${binary:Version}),
- ${misc:Depends},
- ${python3:Depends},
Recommends:
gir1.2-ayatanaappindicator3-0.1 | gir1.2-appindicator3-0.1,
gir1.2-spiceclientglib-2.0,
@@ -70,6 +67,7 @@ Description: desktop application for managing virtual machines
Package: virt-install
Architecture: all
Depends:
+ cpio,
e2fsprogs,
xorriso,
gir1.2-libosinfo-1.0,
@@ -77,8 +75,6 @@ Depends:
python3-libvirt (>= 0.4.6),
python3-libxml2,
python3-requests,
- ${misc:Depends},
- ${python3:Depends},
Recommends:
libvirt-clients,
qemu-utils,
@@ -108,7 +104,6 @@ Architecture: all
Section: oldlibs
Depends:
virt-install (>= ${source:Version}),
- ${misc:Depends},
Description: transitional dummy package for virt-install
This is a transitional package for migrating to virt-install.
.
=====================================
debian/rules
=====================================
@@ -9,9 +9,6 @@ override_dh_auto_configure:
-Dupdate-icon-cache=false \
-Dtests=disabled
-override_dh_python3:
- dh_python3 usr/share/virt-manager
-
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
pytest-3 -v -rs
View it on GitLab: https://salsa.debian.org/libvirt-team/virt-manager/-/compare/ffb6df6a1917e3f1953746f7e4be3230b0d4f2c7...8112f16c648ad7309f0c6a7e796f864314ad4d92
--
View it on GitLab: https://salsa.debian.org/libvirt-team/virt-manager/-/compare/ffb6df6a1917e3f1953746f7e4be3230b0d4f2c7...8112f16c648ad7309f0c6a7e796f864314ad4d92
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-libvirt-commits/attachments/20260807/6e7e0bab/attachment-0001.htm>
More information about the Pkg-libvirt-commits
mailing list