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

Unified Diff: chrome/installer/linux/debian/build.sh

Issue 300063014: linux_aura: Update Debian packaging to Depend: on libappindicator1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: alpha Created 6 years, 7 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: chrome/installer/linux/debian/build.sh
diff --git a/chrome/installer/linux/debian/build.sh b/chrome/installer/linux/debian/build.sh
index b25a7573396b6a87911295e4fd149c2c3ea6f64b..9431844dc48800d57f677bf6408976b770549a1b 100755
--- a/chrome/installer/linux/debian/build.sh
+++ b/chrome/installer/linux/debian/build.sh
@@ -289,8 +289,8 @@ rm -rf "$DUMMY_STAGING_DIR"
# Additional dependencies not in the dpkg-shlibdeps output.
# Pull a more recent version of NSS than required by runtime linking, for
# security and stability updates in NSS.
-ADDITION_DEPS="ca-certificates, libcurl3, libnss3 (>= 3.14.3), \
- lsb-base (>=3.2), xdg-utils (>= 1.0.2), wget"
+ADDITION_DEPS="ca-certificates, libappindicator1, libcurl3, \
+ libnss3 (>= 3.14.3), lsb-base (>=3.2), xdg-utils (>= 1.0.2), wget"
# Fix-up libnspr dependency due to renaming in Ubuntu (the old package still
# exists, but it was moved to "universe" repository, which isn't installed by
« 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