Bug 56504 - deb archives should use lzma compression
Summary: deb archives should use lzma compression
Status: RESOLVED INVALID
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Installation (show other bugs)
Version:
(earliest affected)
3.6.2.2 release
Hardware: Other Linux (All)
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-28 18:58 UTC by Jérôme
Modified: 2014-05-06 18:28 UTC (History)
4 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jérôme 2012-10-28 18:58:24 UTC
j@dt:~/LibO_3.6.2.2_Linux_x86-64_install-deb_en-US$ 7z x DEBS/libobasis3.6-core04_3.6.2.2-2_amd64.deb

7-Zip 9.04 beta  Copyright (c) 1999-2009 Igor Pavlov  2009-05-30
p7zip Version 9.04 (locale=fr_FR.utf8,Utf16=on,HugeFiles=on,2 CPUs)

Processing archive: DEBS/libobasis3.6-core04_3.6.2.2-2_amd64.deb

Extracting  control.tar.gz
Extracting  data.tar.gz

Everything is Ok

Files: 2
Size:       40055587
Compressed: 40055780
j@dt:~/LibO_3.6.2.2_Linux_x86-64_install-deb_en-US$ gunzip -c data.tar.gz | xz -c -9e > data.tar.xz
j@dt:~/LibO_3.6.2.2_Linux_x86-64_install-deb_en-US$ ls -lh data.tar.*
-rw-r--r-- 1 j j 39M 2012-09-25 22:53 data.tar.gz
-rw-r--r-- 1 j j 27M 2012-10-28 19:55 data.tar.xz
j@dt:~/LibO_3.6.2.2_Linux_x86-64_install-deb_en-US$
Comment 1 Jean-Baptiste Faure 2012-10-28 19:20:21 UTC
Hmmm, what is the problem?

Best regards. JBF
Comment 2 Urmas 2012-10-28 21:35:38 UTC
Apparently a using of XZ compression can yield a few megabytes for Loonix distribution.
Comment 3 Rene Engelhard 2012-10-28 22:03:18 UTC
note that Debian itself does this already since some time: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=687041

Measurements at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=687041#17
Comment 4 Jérôme 2012-10-29 19:54:39 UTC
The maximum compression rate is achieved with "-9e" options : see man page of xz.
Comment 5 Maxim Monastirsky 2014-05-06 18:28:20 UTC
Clone of Bug 48153.