Chromium Code Reviews| Index: remoting/host/installer/linux/debian/control |
| diff --git a/remoting/host/installer/linux/debian/control b/remoting/host/installer/linux/debian/control |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d11595c255b0e221a74a6f58425892fc73692544 |
| --- /dev/null |
| +++ b/remoting/host/installer/linux/debian/control |
| @@ -0,0 +1,19 @@ |
| +# Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| +# Use of this source code is governed by a BSD-style license that can be |
| +# found in the LICENSE file. |
| + |
| +Source: chrome-remote-desktop |
| +Section: net |
| +Priority: optional |
| +Maintainer: The Chromium Authors <chromium-dev@chromium.org> |
| +Build-Depends: debhelper (>= 7.0.0) |
| +Standards-Version: 3.9.2 |
| +Homepage: https://chrome.google.com/remotedesktop |
| + |
| +Package: chrome-remote-desktop |
| +Architecture: any |
| +Depends: python (>= 2.6), xvfb, ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} |
|
Jamie
2012/07/25 23:40:40
Aren't we going to install a RANDR-aware version o
Lambros
2012/07/26 21:19:04
Good point - we don't need xvfb as a dependency if
|
| +Suggests: google-chrome-stable | google-chrome-beta | google-chrome-unstable |
| +Description: Access your computer securely over the Internet. |
| + Chrome Remote Desktop allows you to securely access your computer remotely |
| + through the Chrome browser or a Chromebook. |