| OLD | NEW |
| (Empty) |
| 1 # Copyright (c) 2009 The Chromium OS Authors. All rights reserved. | |
| 2 # Use of this source code is governed by a BSD-style license that can be | |
| 3 # found in the LICENSE file. | |
| 4 | |
| 5 Source: chromeos-chrome | |
| 6 Section: unknown | |
| 7 Priority: extra | |
| 8 Maintainer: The Chromium OS Authors <chromium-os-dev@googlegroups.com> | |
| 9 Build-Depends: debhelper (>= 7.0.50) | |
| 10 Standards-Version: 3.8.0 | |
| 11 | |
| 12 Package: chromeos-chrome | |
| 13 Architecture: any | |
| 14 # This list includes chromeos-wm and all packages from | |
| 15 # svn://chrome-svn/chrome-internal/trunk/chrome/installer/linux/internal/debian/
build.sh | |
| 16 Depends: chromeos-wm, | |
| 17 lsb-base (>=3.2), xdg-utils (>= 1.0.1), | |
| 18 libasound2, libc6 (>= 2.6-1), libnss3-1d, libatk1.0-0 (>= 1.13.2), | |
| 19 libcairo2 (>=1.4.0), libfontconfig1 (>= 2.4.0), libfreetype6 (>= 2.3.5), | |
| 20 libgcc1 (>= 1:4.2.1), libglib2.0-0 (>= 2.14.0), libgtk2.0-0 (>= 2.12.0), | |
| 21 libnspr4-0d (>= 1.8.0.10), libpango1.0-0 (>= 1.18.3), | |
| 22 libstdc++6 (>= 4.2.1), zlib1g (>= 1:1.2.3.3.dfsg-1), | |
| 23 libxss1 | |
| 24 Recommends: flashplugin-installer | |
| 25 Description: chromeos chrome | |
| 26 Chrome for ChromeOS. | |
| OLD | NEW |