I'm building a .deb using dpkg-buildpackage on Ubuntu 21.10 that is then extracted in a Debian system, which does not use zstd compression. How can I switch to the old compression when building my deb?
Running the command with --compression=xz or the equivalent -Z flag still leads to a zstd compressed file.