File: control

package info (click to toggle)
tightvnc 1%3A1.3.10-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 13,380 kB
  • sloc: ansic: 215,034; cpp: 848; asm: 780; sh: 683; perl: 539; makefile: 213
file content (84 lines) | stat: -rw-r--r-- 3,312 bytes parent folder | download
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Source: tightvnc
Maintainer: Debian Remote Maintainers <debian-remote@lists.debian.org>
Uploaders: Sven Geuer <debmaint@g-e-u-e-r.de>,
Section: x11
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libjpeg-dev,
               libx11-dev,
               libxau-dev,
               libxaw7-dev (>> 4.1.0),
               libxext-dev,
               libxi-dev,
               libxkbfile-dev,
               libxmu-dev,
               libxt-dev,
               lynx,
               perl,
               x11proto-core-dev,
               xfonts-base,
               xutils-dev,
               zlib1g-dev,
Standards-Version: 4.5.1
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debian-remote-team/tightvnc
Vcs-Git: https://salsa.debian.org/debian-remote-team/tightvnc.git
Homepage: https://www.tightvnc.com

Package: tightvncserver
Architecture: any
Provides: vnc-server,
          xserver,
Depends: x11-common | xserver-common,
         x11-utils,
         xauth,
         ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends},
Recommends: x11-xserver-utils,
            xfonts-base,
Suggests: tightvnc-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 server to which X clients can connect and the
 server generates a display that can be viewed with a vncviewer.
 .
 The difference between the tightvncserver and the normal vncserver is the
 data encoding, optimized for low bandwidth connections. If the client do not
 support jpeg or zlib encoding it can use the default one. Later versions of
 vncserver (> 3.3.3r2) support a new automatic encoding that should be equally
 good as the tightvnc encoding.
 .
 Note: This server does not support or need a display. You need a vncviewer to
 see something. However, this viewer may also be on a computer running other
 operating systems in the local net.

Package: xtightvncviewer
Architecture: any
Provides: vnc-viewer,
          vncviewer,
Depends: ${misc:Depends},
         ${shlibs:Depends},
Recommends: xfonts-base,
Suggests: ssh,
          tightvncserver,
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 client
 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 other
 operating systems.
 .
 The difference between the xtightvncviewer and the normal vncviewer is the
 data encoding, optimized for low bandwidth connections. If the client do not
 support jpeg or zlib encoding it can use the default one. Later versions of
 xvncviewer (> 3.3.3r2) support a new automatic encoding that should be equally
 good as the tightvnc encoding.