https://bugs.freedesktop.org/show_bug.cgi?id=48153

             Bug #: 48153
           Summary: deb archives should use lzma compression
    Classification: Unclassified
           Product: LibreOffice
           Version: unspecified
          Platform: All
        OS/Version: Linux (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Installation
        AssignedTo: libreoffice-bugs@lists.freedesktop.org
        ReportedBy: jerome.bo...@wanadoo.fr


Created attachment 59332
  --> https://bugs.freedesktop.org/attachment.cgi?id=59332
find . -type f -iname "*.deb" -exec 7z l {} \; | grep ^Path | uniq | grep
data.tar.gz --before-context=1 | grep .deb$ | sed 's/^.*\.\///'

Anyway, LibreOffice requires 256MB of free memory (512MB are recommanded) :
http://www.libreoffice.org/get-help/system-requirements/

I think that all LibreOffice Debian packages should use lzma compression method
in order to decrease their size. The parameters of the lzma compression should
be choosed in order to require a maximum of 256MB of free memory for
decompression.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to