1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
Source: vnc4
Section: x11
Priority: optional
Maintainer: Ola Lundqvist <opal@debian.org>
Build-Depends: debhelper (>= 4.0.0), perl, zlib1g-dev, xlibs-dev, xutils
Standards-Version: 3.6.1
Package: vnc4server
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, vnc4-common | vnc-common, xbase-clients, xserver-common
Provides: vnc-server, x0vnc-server
Recommends: xfonts-base
Suggests: vnc-java
Description: Virtual network computing server software
VNC stands for Virtual Network Computing. It is, in essence, a remote
display system which allows you to view a computing `desktop' environment
not only on the machine where it is running, but from anywhere on the
Internet and from a wide variety of machine architectures.
.
This package provides a vncserver to which X clients can connect and the
server generates a display that can be viewed with a vncviewer.
.
It contains an X server connector so clients can connect to your local X
desktop directly.
.
Note: This server does not need a display. You need a vncviewer to see
something. This viewer may also be on a computer running other operating
systems.
Package: xvnc4viewer
Section: net
Architecture: any
Provides: vnc-viewer
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: vnc4-common | vnc-common
Description: Virtual network computing client software for X
VNC stands for Virtual Network Computing. It is, in essence, a remote
display system which allows you to view a computing `desktop' environment
not only on the machine where it is running, but from anywhere on the
Internet and from a wide variety of machine architectures.
.
It is implemented in a client/server model. This package provides a vncclient
for X, with this you can connect to a vncserver somewhere in the network
and display its content in a window. There are vncserver available for X
and for Win95/NT.
Package: vnc4-common
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: xvnc4viewer|vncviewer, vnc4server
Provides: vnc-common
Conflicts: vnc-common (<< 3.3.7-6), vncserver (<< 3.3.6-1)
Description: Virtual network computing server software
VNC stands for Virtual Network Computing. It is, in essence, a remote
display system which allows you to view a computing `desktop' environment
not only on the machine where it is running, but from anywhere on the
Internet and from a wide variety of machine architectures.
.
It is implemented in a client/server model. This package provides common
utilities for the server and client packages.
|