Changes between Initial Version and Version 1 of Ticket #830


Ignore:
Timestamp:
May 4, 2011, 12:19:02 PM (13 years ago)
Author:
fabio
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #830

    • Property Summary improve 0ad ubuntu packages compression[PATCH] improve 0ad ubuntu packages compression
  • Ticket #830 – Description

    initial v1  
    1 I am a bit busy to do some tests now, but I noticed that ubuntu packages are compressed this way (debian/rules):
    2 {{{
    3   dh_builddeb -- -Z lzma
    4 }}}
    5 If you change it to:
    6 {{{
    7   dh_builddeb -- -Z lzma -z 9
    8 }}}
    9 it will use -9 lzma compression rather than default -6. It could decrease about 5-10% package size for faster download.
     1Ubuntu packages are compressed with default (-6) lzma compression. Using -9 compression decrease a bit the package size for faster downloads.
     2
     3Also using xz for compressing source packages.