dpkg 1.17.6 and newer supports so called "uniform compression" where control.tar is compressed with the same compressor that was used for data.tar, meaning for xz you end up with data.tar.xz and control.tar.xz. reprepro currently hardcodes control.tar.gz and fails on uniformly compressed debian packages. it would be nice if you could add support for this in reprepro (yes, i'm aware that this is currently a non-default option in dpkg but i'm using this for my own packages (outside debian)). Regards, Daniel
and now i found out that the problem is that, when using lzip, depending on using lunzip and that fails if it's not installed (people are using lzip -d, not lunzip anymore).. so the only remaining thing is that it would be nice to have a more accurate error message when the reprepro uncompressor is not installed/available.
retitle 768015 reprepro: better error message if processing .deb file needs a missing uncompressor * Daniel Baumann <daniel.baumann@progress-technologies.net> [141104 19:39]: Bernhard R. Link