add comment explaining why dpkg-deb --extract still cannot be used

This commit is contained in:
Johannes Schauer Marin Rodrigues 2023-10-23 11:48:32 +02:00
parent cb500ef6ba
commit aef8fcfb75
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1

View file

@ -2601,6 +2601,8 @@ sub run_extract() {
} }
# not using dpkg-deb --extract as that would replace the # not using dpkg-deb --extract as that would replace the
# merged-usr symlinks with plain directories # merged-usr symlinks with plain directories
# even after switching from pre-merging to post-merging, dpkg-deb
# will ignore filter rules from dpkg.cfg.d
# https://bugs.debian.org/989602 # https://bugs.debian.org/989602
# not using dpkg --unpack because that would try running preinst # not using dpkg --unpack because that would try running preinst
# maintainer scripts # maintainer scripts