Source: libvncserver
Section: libs
Priority: optional
Maintainer: Luca Falavigna <dktrkranz@debian.org>
Build-Depends: debhelper (>= 9), dh-autoreconf, libgnutls-dev, libjpeg-dev, pkg-config, zlib1g-dev
Standards-Version: 3.9.3
Homepage: http://libvncserver.sourceforge.net
Vcs-Git: git://git.debian.org/collab-maint/libvncserver.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/libvncserver.git;a=summary

Package: libvncserver0
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: libvncserver0-dbg (= ${binary:Version})
Multi-Arch: same
Description: API to write one's own vnc server
 LibVNCServer makes writing a VNC server (or more correctly, a program
 exporting a framebuffer via the Remote Frame Buffer protocol) easy. It hides
 the programmer from the tedious task of managing clients and compression.

Package: libvncserver-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libvncserver0 (= ${binary:Version}), libgnutls-dev, libjpeg-dev, zlib1g-dev, libvncserver-config
Multi-Arch: same
Description: API to write one's own vnc server - development files
 LibVNCServer makes writing a VNC server (or more correctly, a program
 exporting a framebuffer via the Remote Frame Buffer protocol) easy. It hides
 the programmer from the tedious task of managing clients and compression.
 .
 This is the development package which contains headers and static libraries 
 for libvncserver.

Package: libvncserver-config
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libvncserver0 (= ${binary:Version})
Breaks: libvncserver-dev (<< 0.9.9)
Replaces: libvncserver-dev (<< 0.9.9)
Multi-Arch: foreign
Description: API to write one's own vnc server - library utility
 LibVNCServer makes writing a VNC server (or more correctly, a program
 exporting a framebuffer via the Remote Frame Buffer protocol) easy. It hides
 the programmer from the tedious task of managing clients and compression.
 .
 This package provides libvncserver-config utility, needed to obtain some
 option of the libvncserver library.

Package: libvncserver0-dbg
Priority: extra
Section: debug
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libvncserver0 (= ${binary:Version})
Multi-Arch: same
Description: debugging symbols for libvncserver
 LibVNCServer makes writing a VNC server (or more correctly, a program
 exporting a framebuffer via the Remote Frame Buffer protocol) easy. It hides
 the programmer from the tedious task of managing clients and compression.
 .
 This package contains the debugging symbols for libvncserver.

Package: linuxvnc
Section: net
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: foreign
Description: VNC server to allow remote access to a tty
 linuxvnc can export your currently running text sessions to any VNC client.
 It can be useful if you want to move to another computer without having to
 log out or to help a distant colleague solve a problem.
