| Index: chrome/installer/linux/debian/build.sh
|
| diff --git a/chrome/installer/linux/debian/build.sh b/chrome/installer/linux/debian/build.sh
|
| index 54b5ee0b67775bf0e54da6b1fa213ffa3a0df57b..89cbda052ffb9729a8421d7387ad96ed3978db85 100755
|
| --- a/chrome/installer/linux/debian/build.sh
|
| +++ b/chrome/installer/linux/debian/build.sh
|
| @@ -293,14 +293,13 @@ rm -rf "$DUMMY_STAGING_DIR"
|
| # ca-certificates: Make sure users have SSL certificates.
|
| # fonts-liberation: Make sure users have compatible fonts for viewing PDFs.
|
| # libappindicator1: Make systray icons work in Unity.
|
| -# libcurl3: Was for NPAPI Flash. TODO(thestig): Remove?
|
| # libnss3: Pull a more recent version of NSS than required by runtime linking,
|
| # for security and stability updates in NSS.
|
| # libstdc++6: For C++11 support.
|
| # lsb-base: Implies many other dependencies.
|
| # xdg-utils: For OS integration.
|
| # wget: For uploading crash reports with Breakpad.
|
| -ADDITION_DEPS="ca-certificates, fonts-liberation, libappindicator1, libcurl3, \
|
| +ADDITION_DEPS="ca-certificates, fonts-liberation, libappindicator1,
|
| libnss3 (>= 3.17.2), libstdc++6 (>=4.8.0), lsb-base (>=4.1), \
|
| xdg-utils (>= 1.0.2), wget"
|
|
|
|
|