On Sat, Jul 22, 2023 at 7:26 PM Adam D. Barratt <[email protected]> wrote: > > On Sat, 2023-07-22 at 18:03 +0300, Martin-Éric Racine wrote: > > Sure enough, I had forgotten to change the version used in > > dhcpcd.preinst to the tilde one. Fixed as per attachment. > > Please could we have an interdiff from ~deb12u1, to make seeing the > specific change simpler?
Sure. Attached. Martin-Éric
diff -Nru dhcpcd5-9.4.1/debian/changelog dhcpcd5-9.4.1/debian/changelog --- dhcpcd5-9.4.1/debian/changelog 2023-07-22 17:00:48.000000000 +0300 +++ dhcpcd5-9.4.1/debian/changelog 2023-07-22 17:56:49.000000000 +0300 @@ -1,3 +1,9 @@ +dhcpcd5 (9.4.1-24~deb12u2) bookworm; urgency=medium + + * Fixed dhcpcd.preinst with the tilde version. + + -- Martin-Éric Racine <[email protected]> Sat, 22 Jul 2023 17:56:49 +0300 + dhcpcd5 (9.4.1-24~deb12u1) bookworm; urgency=medium * Backported Wheezy upgrade mitigation from unstable (Closes: #1037190). 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 17:00:48.000000000 +0300 +++ dhcpcd5-9.4.1/debian/dhcpcd.preinst 2023-07-22 17:56:40.000000000 +0300 @@ -2,7 +2,7 @@ # As per Debian bug #1037190. # Copyright 2023 Andreas Beckmann <[email protected]> set -e -if dpkg --compare-versions "$2" lt-nl "1:9.4.1-24+deb12u1~" ; then +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

