brotli 1.0.9-2build8 source package in Ubuntu

Changelog

brotli (1.0.9-2build8) lunar; urgency=medium

  * Rebuild to drop Python 3.10 extension

 -- Jeremy Bicha <email address hidden>  Tue, 28 Feb 2023 17:19:26 -0500

Upload details

Uploaded by:
Jeremy BĂ­cha
Uploaded to:
Lunar
Original maintainer:
Tomasz Buchert
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main misc
Lunar release main misc

Downloads

File Size SHA-256 Checksum
brotli_1.0.9.orig.tar.gz 475.6 KiB f9e8d81d0405ba66d181529af42a3354f838c939095ff99930da6aa9cdf6fe46
brotli_1.0.9-2build8.debian.tar.xz 5.7 KiB 3bf3ec0216eae05adff194bd9d915372c1d29a74e89e5fdd473fca148462ab6f
brotli_1.0.9-2build8.dsc 2.2 KiB 8056cf55a83655fed3b1ab882ff5b780e52807755c28dd39af8da84c04dbe933

Available diffs

View changes file

Binary packages built by this source

brotli: lossless compression algorithm and format (command line utility)

 Brotli is a generic-purpose lossless compression algorithm
 that compresses data using a combination of a modern variant
 of the LZ77 algorithm, Huffman coding and 2nd order context modeling,
 with a compression ratio comparable to the best currently available
 general-purpose compression methods. It is similar in speed with
 deflate but offers more dense compression.
 .
 This package installs a command line utility.

brotli-dbgsym: debug symbols for brotli
libbrotli-dev: library implementing brotli encoder and decoder (development files)

 Brotli is a generic-purpose lossless compression algorithm
 that compresses data using a combination of a modern variant
 of the LZ77 algorithm, Huffman coding and 2nd order context modeling,
 with a compression ratio comparable to the best currently available
 general-purpose compression methods. It is similar in speed with
 deflate but offers more dense compression.
 .
 This package installs development files.

libbrotli1: library implementing brotli encoder and decoder (shared libraries)

 Brotli is a generic-purpose lossless compression algorithm
 that compresses data using a combination of a modern variant
 of the LZ77 algorithm, Huffman coding and 2nd order context modeling,
 with a compression ratio comparable to the best currently available
 general-purpose compression methods. It is similar in speed with
 deflate but offers more dense compression.
 .
 This package installs shared libraries.

libbrotli1-dbgsym: debug symbols for libbrotli1
python3-brotli: lossless compression algorithm and format (Python 3 version)

 Brotli is a generic-purpose lossless compression algorithm
 that compresses data using a combination of a modern variant
 of the LZ77 algorithm, Huffman coding and 2nd order context modeling,
 with a compression ratio comparable to the best currently available
 general-purpose compression methods. It is similar in speed with
 deflate but offers more dense compression.
 .
 This package installs a Python 3 module.

python3-brotli-dbgsym: debug symbols for python3-brotli