Commits on Source (3)
-
Andrea Bolognani authored
According to https://wiki.debian.org/PackageTransition this is needed when both packages you're moving files between already existed, but that is not the case here. Gbp-Dch: Ignore
-
Andrea Bolognani authored
If this is not present, then apt will not know that the package needs to be installed, and virt-login-shell will disappear from the user's system during upgrade, which is something that we don't want. We will probably want to weaken this to a Suggests for bookworm, as most people don't need virt-login-shell to be installed on their machines, but not breaking existing setups is more important and Recommends still makes it possible to remove the package after upgrade, so it's a good compromise. Gbp-Dch: Ignore
-
Andrea Bolognani authored
If we simply remove the conffile from libvirt-clients and add it to libvirt-login-shell, at the end of the update any local modification that was made in the past will only be present in the .dpkg-bak file, with the actual conffile being reverted back to its default state. Since dpkg-maintscript-helper doesn't currently have support for tranferring conffiles between packages, we have to implement the logic ourselves. Gbp-Dch: Ignore
Showing
- debian/control 3 additions, 1 deletiondebian/control
- debian/libvirt-clients.maintscript 0 additions, 2 deletionsdebian/libvirt-clients.maintscript
- debian/libvirt-clients.postrm 70 additions, 0 deletionsdebian/libvirt-clients.postrm
- debian/libvirt-clients.preinst 73 additions, 0 deletionsdebian/libvirt-clients.preinst
- debian/libvirt-login-shell.postinst 75 additions, 0 deletionsdebian/libvirt-login-shell.postinst
debian/libvirt-clients.maintscript
deleted
100644 → 0
debian/libvirt-clients.postrm
0 → 100644
debian/libvirt-clients.preinst
0 → 100644
debian/libvirt-login-shell.postinst
0 → 100644