File: control

package info (click to toggle)
libnet-vnc-perl 0.40-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 152 kB
  • sloc: perl: 967; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,497 bytes parent folder | download | duplicates (2)
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
Source: libnet-vnc-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8), libmodule-build-perl, perl
Build-Depends-Indep: libclass-accessor-perl, libcrypt-des-perl,
 libimage-imlib2-perl,
 libtest-pod-perl, libtest-pod-coverage-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Salvatore Bonaccorso <carnil@debian.org>
Standards-Version: 3.9.6
Homepage: https://metacpan.org/release/Net-VNC
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnet-vnc-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-vnc-perl.git
Testsuite: autopkgtest-pkg-perl

Package: libnet-vnc-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libclass-accessor-perl,
 libcrypt-des-perl, libimage-imlib2-perl
Description: Perl module implementing a simple VNC client
 Virtual Network Computing (VNC) is a desktop sharing system which uses the
 RFB (Remote FrameBuffer) protocol to remotely control another computer.
 Net::VNC acts as a VNC client and communicates to a VNC server using the RFB
 protocol, allowing you to capture the screen of the remote computer.
 .
 This module dies upon connection errors (with a timeout of 15 seconds) and
 protocol errors.
 .
 This implementation is based largely on the RFB Protocol Specification,
 http://www.realvnc.com/docs/rfbproto.pdf. That document has an error in the
 DES encryption description, which is clarified via
 http://www.vidarholen.net/contents/junk/vnc.html.