]> git.proxmox.com Git - pve-kernel.git/commitdiff
d/control: record lz4 build dependency
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 14 Nov 2019 14:17:44 +0000 (15:17 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 14 Nov 2019 14:23:23 +0000 (15:23 +0100)
Since Ubuntu Eoan the kernel compression was changed from GZIP to
LZ4, due to slightly faster load times vs. a 25% size increase
trade-off (e.g. 5.0 had ~ 8, this one has ~ 12 MB; *but* the initrd
stays roughly the same size, and that one is 5 times bigger anyway)

If we want to keep that is in the stars, but for now correctly
document the build-dependency to LZ4.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/control.in

index 81a33a1445ceeeff03334a85637fe973b69ce90b..9b807c1d40c5b83186a97d50236110b9f68185f4 100644 (file)
@@ -23,6 +23,7 @@ Build-Depends: asciidoc-base,
                libssl-dev,
                libtool,
                lintian,
+               lz4,
                perl-modules,
                python-minimal,
                rsync,