1.0
- Initial versioned release.
Changes since the previous commits in 2014 by the original developer (DHowett):
- Re-introduces support for lzma and xz (
IO::Compress::Lzma
module needs to be installed for this to work). - Support specifying the compression level for gzip and bzip2, using an argument of the form
-z9
(compatible with the same flag from dpkg-deb). - Adds a warning when specifying an unknown compressor on the command line, and errors when
control
is missing vital fields (Package
,Version
,Architecture
).