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
|
Source: libusbx
Section: libs
Priority: optional
Maintainer: Aurelien Jarno <aurel32@debian.org>
Build-Depends: debhelper (>= 8.1.3), autotools-dev, pkg-config, doxygen
Standards-Version: 3.9.3
Package: libusb-1.0-0
Section: libs
Architecture: linux-any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Homepage: http://www.linux-usb.org/
Description: userspace USB programming library
Library for programming USB applications without the knowledge
of Linux kernel internals.
Package: libusb-1.0-0-dev
Section: libdevel
Architecture: linux-any
Depends: libusb-1.0-0 (= ${binary:Version}), libc6-dev | libc-dev, ${misc:Depends}
Homepage: http://www.linux-usb.org/
Description: userspace USB programming library development files
Library for programming USB applications without the knowledge
of Linux kernel internals.
Package: libusb-1.0-0-udeb
XC-Package-Type: udeb
Section: debian-installer
Architecture: linux-any
Depends: ${shlibs:Depends}
Homepage: http://www.linux-usb.org/
Description: userspace USB programming library
Library for programming USB applications without the knowledge
of Linux kernel internals.
.
This is a minimal package for use in debian-installer.
|