Age | Commit message (Collapse) | Author | Files | Lines |
|
Dpkg::Compression::CompressedFile -> Dpkg::Compression::FileHandle
Dpkg::Compression::Compressor -> Dpkg::Compression::Process
The new names are more expressive and avoid repeating "Compress".
Update all scripts and modules to use the new name.
|
|
Dpkg::Compression now provides new functions to get/set the default
compression method and the default compression level. There was no
good reason to have it in Dpkg::Compression::Compressor in the first
place.
Factorize some code to verify validity of what should be a compression
level in new function compression_is_valid_level($level).
dpkg-source has been updated to cope with the changes.
|
|
This API change requires lots of adjustements through the source code.
|
|
|