Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#830 closed enhancement (fixed)

[PATCH] improve 0ad ubuntu packages compression

Reported by: fabio Owned by:
Priority: Should Have Milestone: Alpha 5
Component: Core engine Keywords:
Cc: Patch:

Description (last modified by fabio)

Ubuntu packages are compressed with default (-6) lzma compression. Using -9 compression decrease a bit the package size for faster downloads.

Also using xz for compressing source packages.

Attachments (2)

0ad.patch (687 bytes ) - added by fabio 13 years ago.
0ad-data.patch (757 bytes ) - added by fabio 13 years ago.

Download all attachments as: .zip

Change History (5)

by fabio, 13 years ago

Attachment: 0ad.patch added

by fabio, 13 years ago

Attachment: 0ad-data.patch added

comment:1 by fabio, 13 years ago

Description: modified (diff)
Summary: improve 0ad ubuntu packages compression[PATCH] improve 0ad ubuntu packages compression

comment:2 by ricotz, 13 years ago

Resolution: fixed
Status: newclosed

It hasnt much effect (like -1.5% for data package) but i added the compression flags anyway. Using xz-source-tarballs isnt that important for users and might not be supported by older debian/ubuntu versions.

in reply to:  2 comment:3 by fabio, 13 years ago

Replying to ricotz:

It hasnt much effect (like -1.5% for data package) but i added the compression flags anyway. Using xz-source-tarballs isnt that important for users and might not be supported by older debian/ubuntu versions.

It requires dpkg-dev >= 1.15.5 (according to dpkg-source and the changelog) which is available since Ubuntu 10.04 (lucid).

Note: See TracTickets for help on using tickets.