Version in base suite: 9.4.1-22

Version in overlay suite: 9.4.1-24~deb12u2

Base version: dhcpcd5_9.4.1-22

Target version: dhcpcd5_9.4.1-24~deb12u2

Base files: dhcpcd5_9.4.1-22_all.deb dhcpcd_9.4.1-22_all.deb

Target files: dhcpcd5_9.4.1-24~deb12u2_all.deb dhcpcd_9.4.1-24~deb12u2_all.deb

Control files of package dhcpcd: lines which differ

Source: dhcpcd5 (9.4.1-24~deb12u2)
Version: 9.4.1-22 1:9.4.1-24~deb12u2

Preinst files of package dhcpcd: lines which differ

# As per Debian bug #1037190.
# Copyright 2023 Andreas Beckmann <anbe@debian.org>
if dpkg --compare-versions "$2" lt-nl "1:9.4.1-24~deb12u2~" ; then
# Cleanup leftovers from dhcpcd 1:3.* in Wheezy.
# Can be removed after Trixie is released.
update-alternatives --remove dhcpcd /sbin/dhcpcd3
if [ -d /etc/dhcpc ]; then
test ! -h /etc/dhcpc/resolv.conf || rm -fv /etc/dhcpc/resolv.conf
rmdir --ignore-fail-on-non-empty /etc/dhcpc
fi
fi