Version in base suite: 9.4.1-24~deb12u2 Base version: dhcpcd5_9.4.1-24~deb12u2 Target version: dhcpcd5_9.4.1-24~deb12u3 Base file: /srv/ftp-master.debian.org/ftp/pool/main/d/dhcpcd5/dhcpcd5_9.4.1-24~deb12u2.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/d/dhcpcd5/dhcpcd5_9.4.1-24~deb12u3.dsc changelog | 7 +++++++ control | 3 +-- dhcpcd.preinst | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff -Nru dhcpcd5-9.4.1/debian/changelog dhcpcd5-9.4.1/debian/changelog --- dhcpcd5-9.4.1/debian/changelog 2023-07-22 14:56:49.000000000 +0000 +++ dhcpcd5-9.4.1/debian/changelog 2023-10-20 08:12:13.000000000 +0000 @@ -1,3 +1,10 @@ +dhcpcd5 (9.4.1-24~deb12u3) bookworm; urgency=medium + + * Move Breaks/Replaces dhcpcd5 (<< 9.4.1-2) to Conflicts (Closes: #1053657). + * Update dhcpcd.preinst version check. + + -- Martin-Éric Racine Fri, 20 Oct 2023 11:12:13 +0300 + dhcpcd5 (9.4.1-24~deb12u2) bookworm; urgency=medium * Fixed dhcpcd.preinst with the tilde version. diff -Nru dhcpcd5-9.4.1/debian/control dhcpcd5-9.4.1/debian/control --- dhcpcd5-9.4.1/debian/control 2023-05-28 02:57:38.000000000 +0000 +++ dhcpcd5-9.4.1/debian/control 2023-10-20 08:12:13.000000000 +0000 @@ -14,8 +14,7 @@ Package: dhcpcd-base Architecture: any Provides: dhcp-client -Replaces: dhcpcd5 (<< 9.4.1-2) -Breaks: dhcpcd5 (<< 9.4.1-2) +Conflicts: dhcpcd5 (<< 9.4.1-2) Depends: adduser, ${misc:Depends}, ${shlibs:Depends} diff -Nru dhcpcd5-9.4.1/debian/dhcpcd.preinst dhcpcd5-9.4.1/debian/dhcpcd.preinst --- dhcpcd5-9.4.1/debian/dhcpcd.preinst 2023-07-22 14:56:40.000000000 +0000 +++ dhcpcd5-9.4.1/debian/dhcpcd.preinst 2023-10-20 08:12:13.000000000 +0000 @@ -2,7 +2,7 @@ # As per Debian bug #1037190. # Copyright 2023 Andreas Beckmann set -e -if dpkg --compare-versions "$2" lt-nl "1:9.4.1-24~deb12u2~" ; then +if dpkg --compare-versions "$2" lt-nl "1:9.4.1-24~deb12u3~" ; then # Cleanup leftovers from dhcpcd 1:3.* in Wheezy. # Can be removed after Trixie is released. update-alternatives --remove dhcpcd /sbin/dhcpcd3