Skip to content

Commit

Permalink
Linux: Switch the .deb package from lzma to xz compression. Set max c…
Browse files Browse the repository at this point in the history
…ompression.

Review URL: https://codereview.chromium.org/779413002

Cr-Commit-Position: refs/heads/master@{#307122}
  • Loading branch information
leizleiz authored and Commit bot committed Dec 6, 2014
1 parent 8d5642a commit e52b44c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chrome/installer/linux/debian/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ do_package() {
if [ -f "${DEB_CONTROL}" ]; then
gen_control
fi
fakeroot dpkg-deb -Zlzma -b "${STAGEDIR}" .
fakeroot dpkg-deb -Zxz -z9 -b "${STAGEDIR}" .
}

# Remove temporary files and unwanted packaging output.
Expand Down
2 changes: 1 addition & 1 deletion chrome/installer/linux/debian/control.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Source: @@PACKAGE@@-@@CHANNEL@@
Section: web
Priority: optional
Maintainer: @@MAINTNAME@@ <@@MAINTMAIL@@>
Build-Depends: dpkg-dev, devscripts, fakeroot, lzma
Build-Depends: dpkg-dev, devscripts, fakeroot, xz-utils
Standards-Version: 3.8.0

Package: @@PACKAGE@@-@@CHANNEL@@
Expand Down

0 comments on commit e52b44c

Please sign in to comment.