Skip to content

Commit

Permalink
Update name of a debian linux source package generated file.
Browse files Browse the repository at this point in the history
BUG=
R=kustermann@google.com

Review URL: https://codereview.chromium.org/2267853002 .
  • Loading branch information
whesse committed Aug 22, 2016
1 parent 984f5c9 commit ca74c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/create_debian_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca74c20

Please sign in to comment.