Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(253)

Side by Side Diff: chrome/installer/linux/debian/control.template

Issue 779413002: Linux: Switch the .deb package from lzma to xz compression. Set max compression. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change another lzma reference Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/installer/linux/debian/build.sh ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Source: @@PACKAGE@@-@@CHANNEL@@ 1 Source: @@PACKAGE@@-@@CHANNEL@@
2 Section: web 2 Section: web
3 Priority: optional 3 Priority: optional
4 Maintainer: @@MAINTNAME@@ <@@MAINTMAIL@@> 4 Maintainer: @@MAINTNAME@@ <@@MAINTMAIL@@>
5 Build-Depends: dpkg-dev, devscripts, fakeroot, lzma 5 Build-Depends: dpkg-dev, devscripts, fakeroot, xz-utils
6 Standards-Version: 3.8.0 6 Standards-Version: 3.8.0
7 7
8 Package: @@PACKAGE@@-@@CHANNEL@@ 8 Package: @@PACKAGE@@-@@CHANNEL@@
9 Provides: @@PROVIDES@@ 9 Provides: @@PROVIDES@@
10 Replaces: @@REPLACES@@ 10 Replaces: @@REPLACES@@
11 Conflicts: @@CONFLICTS@@ 11 Conflicts: @@CONFLICTS@@
12 Pre-Depends: @@PREDEPENDS@@ 12 Pre-Depends: @@PREDEPENDS@@
13 Depends: @@DEPENDS@@ 13 Depends: @@DEPENDS@@
14 Architecture: @@ARCHITECTURE@@ 14 Architecture: @@ARCHITECTURE@@
15 Description: @@SHORTDESC@@ 15 Description: @@SHORTDESC@@
16 @@FULLDESC@@ 16 @@FULLDESC@@
OLDNEW
« no previous file with comments | « chrome/installer/linux/debian/build.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698