Commit c515906b authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Compress the source tarball with XZ (LZMA)

This saves over 30% space from BZip2.
parent ecddc9b7
...@@ -110,7 +110,7 @@ AUTOMAKE_OPTIONS = \ ...@@ -110,7 +110,7 @@ AUTOMAKE_OPTIONS = \
1.11 \ 1.11 \
-Wall \ -Wall \
check-news \ check-news \
dist-bzip2 \ dist-xz \
no-dist-gzip no-dist-gzip
# std-options # std-options
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
* Tarballs (Use a clean tree !!!) * Tarballs (Use a clean tree !!!)
- Use 'make distcheck' to make sure all files are exported - Use 'make distcheck' to make sure all files are exported
correctly correctly
- copy the tar.bz2 file on ftp.videolan.org in - copy the tar.xz file on ftp.videolan.org in
/opt/ftp/pub/videolan/testing/vlc-X.X.X/ /opt/ftp/pub/videolan/testing/vlc-X.X.X/
- generate SHA, MD5 hashes and OpenPGP signature of these files - generate SHA, MD5 hashes and OpenPGP signature of these files
(use sha*sum --binary, md5sum --binary, gpg --sign --detach --armor) (use sha*sum --binary, md5sum --binary, gpg --sign --detach --armor)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment