File: control

package info (click to toggle)
usbredir 0.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 1,884 kB
  • sloc: ansic: 5,412; sh: 4,177; makefile: 52
file content (71 lines) | stat: -rw-r--r-- 2,730 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
Source: usbredir
Section: libs
Priority: optional
Maintainer: Liang Guo <guoliang@debian.org>
Build-Depends: autotools-dev,
               debhelper (>= 9),
               dh-autoreconf,
               libusb-1.0-0-dev,
               pkg-config
Standards-Version: 4.2.1
Homepage: http://www.spice-space.org/
Vcs-Git: https://salsa.debian.org/debian/usbredir.git
Vcs-Browser: https://salsa.debian.org/debian/usbredir

Package: libusbredirhost1
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Implementing the usb-host (*) side of a usbredir connection (runtime)
 Usbredirhost is a library implementing the usb-host (*) side of a
 usbredir connection. All that an application wishing to implement
 an usb-host needs to do is:
  * Provide a libusb device handle for the device
  * Provide write and read callbacks for the actual transport of usbredir data
  * Monitor for usbredir and libusb read/write events and call their handlers
 .
 This package contains the runtime library.

Package: libusbredirhost-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libusbredirhost1 (= ${binary:Version}),
         libusbredirparser-dev (= ${binary:Version}),
         ${misc:Depends}
Description: implementing the usb-host (*) side of a usbredir connection (development)
 Usbredirhost is a library implementing the usb-host (*) side of a
 usbredir connection. All that an application wishing to implement
 an usb-host needs to do is:
  * Provide a libusb device handle for the device
  * Provide write and read callbacks for the actual transport of usbredir data
  * Monitor for usbredir and libusb read/write events and call their handlers
 .
 This package contains the development header files.

Package: libusbredirparser1
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Parser for the usbredir protocol (runtime)
 Usbredirparse is a library containing the parser for the usbredir protocol.
 This package contains the runtime library.

Package: libusbredirparser-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: libusbredirparser1 (= ${binary:Version}), ${misc:Depends}
Description: Parser for the usbredir protocol (development)
 Usbredirparse is a library containing the parser for the usbredir protocol.
 This package contains the development header files.

Package: usbredirserver
Section: otherosfs
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Simple USB host TCP server
 usbredirserver is a small standalone server for exporting an USB device for
 use from another (virtual) machine through the usbredir protocol.