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

Unified Diff: remoting/host/installer/linux/debian/control

Issue 10821028: Basic Debian packaging for Linux Me2Me host (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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
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.

Powered by Google App Engine
This is Rietveld 408576698