On Ubuntu 18 and up and the dpkg-deb
command will default to building the packages using XZ compression. This results in smaller packages but they are not installable on Debian Squeeze and earlier based OS as their version of dpkg
doesn't know how to deal with xzip files.
To that end this release now defaults to building packages using gzip allowing them to be installed on such OSs.