OLD | NEW |
---|---|
(Empty) | |
1 # Copyright (c) 2009 The Chromium 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 # This file contains the list of packages we install to assist | |
6 # developers. One package per line. | |
7 | |
8 apt | |
9 bootchart | |
10 bsdutils | |
11 bzip2 | |
12 diff | |
13 ifupdown | |
14 iproute | |
15 iputils-ping | |
16 less | |
17 ncurses-base | |
18 net-tools | |
19 openssh-server | |
20 tar | |
21 vim-tiny | |
22 x11-utils | |
23 xterm | |
24 | |
25 # needed by apt-get to verify signatures | |
26 gnupg | |
OLD | NEW |