Source: reprepro Version: 5.3.0-1.3 Severity: wishlist
reprepro has build-dependencies on libz-dev, libbz2-dev, liblzma-dev, libarchive-dev, a dependency on zstd, and suggests lzip. As libarchive supports all of the other formats via filters, which are all built-in in Debian's libarchive configuration, reprepro should build-depend solely on libarchive-dev and the code converted to uncompress via the libarchive filters. Currently, both library calls and execve() on decompressors are used. Most related code should be in uncompression.c and in tool.c.

