usbredir 0.13.0-1 source package in Ubuntu

Changelog

usbredir (0.13.0-1) unstable; urgency=medium

  * Update to new version 0.13.0
  * d/control: removed deprecated usbredirserver, updated standards version
  * d/copyright: update years to 2022
  * d/libusbredirparser1.symbols: add new symbols

 -- Lin Qigang <email address hidden>  Wed, 21 Sep 2022 20:29:21 +0700

Upload details

Uploaded by:
Lin Qigang
Uploaded to:
Sid
Original maintainer:
Lin Qigang
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
usbredir_0.13.0-1.dsc 2.0 KiB 9930c927304ca9603c93c732667c8c7945cf76b4619d66d2e657d3f7faf59a94
usbredir_0.13.0.orig.tar.xz 67.5 KiB 844de39f4ebcfd639f0f9349bd9258ad34f361c0d11461d44f77ed0ab5f64cbe
usbredir_0.13.0-1.debian.tar.xz 33.4 KiB 186bd36f89550c4258f2a9e777003e406fbd7803c505bae8fdd22455cf918f91

No changes file available.

Binary packages built by this source

libusbredirhost-dev: 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.

libusbredirhost1: 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.

libusbredirhost1-dbgsym: debug symbols for libusbredirhost1
libusbredirparser-dev: Parser for the usbredir protocol (development)

 Usbredirparse is a library containing the parser for the usbredir protocol.
 This package contains the development header files.

libusbredirparser1: Parser for the usbredir protocol (runtime)

 Usbredirparse is a library containing the parser for the usbredir protocol.
 This package contains the runtime library.

libusbredirparser1-dbgsym: debug symbols for libusbredirparser1
usbredirect: Simple USB host TCP client

 usbredirect is an usbredir client for exporting an USB device either as TCP
 client or server, for use from another (virtual) machine through the usbredir
 protocol.

usbredirect-dbgsym: debug symbols for usbredirect