usbredir 0.7-1ubuntu1 source package in Ubuntu RTM

Changelog

usbredir (0.7-1ubuntu1) utopic; urgency=medium

  * Resynchronise with Debian.  Remaining changes:
    - Use dh-autoreconf.

usbredir (0.7-1) unstable; urgency=medium

  * New upstream release
  * Bump Standards-Version to 3.9.5 (no changes)
  * Remove update-usbredirserver-whatis-entry.diff, Applied Upstream
  * Remove Pre-Depends on ${misc:Pre-Depends}
  * Build usbredir on linux-any
  * Use canonical vcs field
 -- Colin Watson <email address hidden>   Thu, 10 Jul 2014 14:44:07 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Utopic
Original maintainer:
Ubuntu Developers
Architectures:
linux-any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
14.09-factory release main libs
14.09 release main libs

Downloads

File Size SHA-256 Checksum
usbredir_0.7.orig.tar.bz2 309.8 KiB 0a63a0712b5dc62be9cca44f97270fea5d1ec1fe7dde0c11dc74a01c8e2006aa
usbredir_0.7-1ubuntu1.debian.tar.gz 3.4 KiB 09ccf66dde2755163c7401f357462d6a8f3a9559fe45873cce61a984749a1563
usbredir_0.7-1ubuntu1.dsc 2.2 KiB c83d59a30ad1537523df8dc3908b061b2b23b62571a8166c355610c24d01677f

Available diffs

View changes file

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.

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.

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