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

Unified Diff: tools/create_debian_packages.py

Issue 2267853002: Update name of a debian linux source package generated file. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 4 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/create_debian_packages.py
diff --git a/tools/create_debian_packages.py b/tools/create_debian_packages.py
index 4a6dddbfe9fed2bd40dc0f060779368454efcdb4..d267e806211f3c74d94b6ad70912e12a411a3442 100755
--- a/tools/create_debian_packages.py
+++ b/tools/create_debian_packages.py
@@ -101,7 +101,7 @@ def BuildDebianPackage(tarball, out_dir, arch, toolchain):
source_package = [
'%s-1.dsc' % debbase,
'%s.orig.tar.gz' % debbase,
- '%s-1.debian.tar.gz' % debbase
+ '%s-1.debian.tar.xz' % debbase
]
i386_package = [
'%s-1_i386.deb' % debbase
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698