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

Unified Diff: chrome/installer/linux/sysroot_scripts/sysroot-creator-debian.wheezy.sh

Issue 51383005: Linux: Update Debian Wheezy sysroot package data, also include libpcap. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: update script, remove libbz2 Created 7 years, 1 month 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 | « chrome/installer/linux/sysroot_scripts/packagelist.debian.wheezy.i386 ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/linux/sysroot_scripts/sysroot-creator-debian.wheezy.sh
===================================================================
--- chrome/installer/linux/sysroot_scripts/sysroot-creator-debian.wheezy.sh (revision 232650)
+++ chrome/installer/linux/sysroot_scripts/sysroot-creator-debian.wheezy.sh (working copy)
@@ -37,7 +37,6 @@
readonly PACKAGE_LIST_AMD64="${DEBIAN_REPO}/dists/wheezy/main/binary-amd64/Packages.bz2"
readonly PACKAGE_LIST_I386="${DEBIAN_REPO}/dists/wheezy/main/binary-i386/Packages.bz2"
-# TODO(thestig) Remove unused libbz2 packages in the next sysroot update.
# Sysroot packages: these are the packages needed to build chrome.
# NOTE: When DEBIAN_PACKAGES is modified, the packagelist files must be updated
# by running this script in GeneratePackageList mode.
@@ -51,14 +50,14 @@
libatk1.0-dev \
libavahi-client3 \
libavahi-common3 \
- libbz2-1.0 \
- libbz2-dev \
libc6 \
libc6-dev \
libcairo2 \
libcairo2-dev \
libcairo-gobject2 \
libcairo-script-interpreter2 \
+ libcap-dev \
+ libcap2 \
libcomerr2 \
libcups2 \
libcups2-dev \
« no previous file with comments | « chrome/installer/linux/sysroot_scripts/packagelist.debian.wheezy.i386 ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698