[Pkg-libvirt-commits] [Git][libvirt-team/virt-manager][debian/sid] 4 commits: Rename the virtinst binary package to virt-install, matching the main tool in it:
Pino Toscano (@pino)
gitlab at salsa.debian.org
Thu Dec 19 11:28:41 GMT 2024
Pino Toscano pushed to branch debian/sid at Libvirt Packaging Team / virt-manager
Commits:
83635932 by Pino Toscano at 2024-12-19T12:17:14+01:00
Rename the virtinst binary package to virt-install, matching the main tool in it:
- rename the binary package, its install files, and all the references to it
- add proper breaks/replaces to virtinst
- add a virtinst transitional dummy binary package to ease the migration to it
- - - - -
25e1e78a by Pino Toscano at 2024-12-19T12:20:44+01:00
Minor naming improvements to the autopkgtests:
- rename 'help.sh' to 'help-virt-install'
- rename 'virt-manager.sh' to 'help-virt-manager'
This way they both match the package they test.
- - - - -
11baed5a by Pino Toscano at 2024-12-19T12:22:41+01:00
d/clean: drop, no more needed now with the separate meson build directory
- - - - -
46c0ac96 by Pino Toscano at 2024-12-19T12:26:11+01:00
d/control: drop breaks/replaces for versions older than Debian Bullseye
- - - - -
6 changed files:
- − debian/clean
- debian/control
- debian/tests/control
- debian/tests/help.sh → debian/tests/help-virt-install
- debian/tests/virt-manager.sh → debian/tests/help-virt-manager
- debian/virtinst.install → debian/virt-install.install
Changes:
=====================================
debian/clean deleted
=====================================
@@ -1,5 +0,0 @@
-data/gschemas.compiled
-man/virt-clone.1
-man/virt-install.1
-man/virt-manager.1
-man/virt-xml.1
=====================================
debian/control
=====================================
@@ -45,7 +45,7 @@ Depends:
python3-gi (>= 3.31.3~),
python3-gi-cairo,
python3-libvirt (>= 0.7.1),
- virtinst (= ${binary:Version}),
+ virt-install (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
Recommends:
@@ -68,7 +68,7 @@ Description: desktop application for managing virtual machines
allocation & virtual hardware. An embedded VNC and SPICE client viewer
presents a full graphical console to the guest domain.
-Package: virtinst
+Package: virt-install
Architecture: all
Depends:
e2fsprogs,
@@ -87,9 +87,9 @@ Recommends:
Suggests:
python3-argcomplete,
Breaks:
- virt-manager (<< 1:3.2.0-3~),
+ virtinst (<< 1:5.0.0-2~),
Replaces:
- virt-manager (<< 1:3.2.0-3~),
+ virtinst (<< 1:5.0.0-2~),
Description: utilities to create and edit virtual machines
This package contains some command line utilities to create and edit virtual
machines:
@@ -100,3 +100,14 @@ Description: utilities to create and edit virtual machines
- virt-install: provision operating systems into new virtual machines
- virt-xml: easily edit libvirt domain XML using virt-install's command line
options
+
+Package: virtinst
+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.
+ .
+ It can safely be removed after the upgrade.
=====================================
debian/tests/control
=====================================
@@ -1,8 +1,8 @@
-Tests: help.sh
+Tests: help-virt-install
Restrictions: superficial
-Depends: virtinst,
+Depends: virt-install,
-Tests: virt-manager.sh
+Tests: help-virt-manager
Restrictions: superficial
Depends: virt-manager,
xvfb,
=====================================
debian/tests/help.sh → debian/tests/help-virt-install
=====================================
=====================================
debian/tests/virt-manager.sh → debian/tests/help-virt-manager
=====================================
=====================================
debian/virtinst.install → debian/virt-install.install
=====================================
View it on GitLab: https://salsa.debian.org/libvirt-team/virt-manager/-/compare/286de10dd24343f335a8433b5e6660d772db5fde...46c0ac96e948673ea8059cbf760cb1de6b1c4c8d
--
View it on GitLab: https://salsa.debian.org/libvirt-team/virt-manager/-/compare/286de10dd24343f335a8433b5e6660d772db5fde...46c0ac96e948673ea8059cbf760cb1de6b1c4c8d
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-libvirt-commits/attachments/20241219/f3c713dc/attachment-0001.htm>
More information about the Pkg-libvirt-commits
mailing list