Debdiff for the fix (override_dh_installdocs to only process dhcpcd- base):
diff -Nru dhcpcd-10.3.2/debian/changelog dhcpcd-10.3.2/debian/changelog --- dhcpcd-10.3.2/debian/changelog 2026-05-02 10:29:36.000000000 +0530 +++ dhcpcd-10.3.2/debian/changelog 2026-06-22 13:23:36.000000000 +0530 @@ -1,3 +1,14 @@ +dhcpcd (1:10.3.2-3ubuntu2) stonking; urgency=medium + + * d/rules: override_dh_installdocs to only process dhcpcd-base, + preventing debhelper compat 13 auto-deduplication from creating + broken cross-arch file symlinks (e.g. dhcpcd/NEWS.Debian.gz -> + ../dhcpcd-base/NEWS.Debian.gz) in the arch:all transitional + packages that cause adequate autopkgtest failures when dhcpcd-base + is pre-installed at an older version without NEWS.Debian.gz. + + -- Anshul Singh <[email protected]> Mon, 22 Jun 2026 13:30:00 +0530 + dhcpcd (1:10.3.2-3) unstable; urgency=medium * [tests] diff -Nru dhcpcd-10.3.2/debian/control dhcpcd-10.3.2/debian/control --- dhcpcd-10.3.2/debian/control 2026-04-30 19:38:43.000000000 +0530 +++ dhcpcd-10.3.2/debian/control 2026-06-22 12:08:03.000000000 +0530 @@ -1,6 +1,7 @@ Source: dhcpcd Standards-Version: 4.7.4 -Maintainer: Martin-Éric Racine <[email protected]> +Maintainer: Ubuntu Developers <[email protected]> +XSBC-Original-Maintainer: Martin-Éric Racine <[email protected]> Section: net Build-Depends: debhelper-compat (= 13), diff -Nru dhcpcd-10.3.2/debian/rules dhcpcd-10.3.2/debian/rules --- dhcpcd-10.3.2/debian/rules 2026-04-30 19:36:20.000000000 +0530 +++ dhcpcd-10.3.2/debian/rules 2026-06-22 13:23:26.000000000 +0530 @@ -24,6 +24,9 @@ dh_installsystemd --name=dhcpcd --no-start --no-stop-on-upgrade --no-restart-after-upgrade dh_installsystemd --name=dhcpcd@ --no-start --no-stop-on-upgrade --no-restart-after-upgrade +override_dh_installdocs: + dh_installdocs -p dhcpcd-base + override_dh_missing: dh_missing --fail-missing --list-missing -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2157813 Title: dhcpcd/1:10.3.2-3: broken cross-arch doc file symlinks cause adequate autopkgtest failure To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/dhcpcd/+bug/2157813/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
