Update TODO list
[trut64.git] / libusb / debian / control
blob80b08e6b6bbc76fc28f668ae3466c30100c395fe
1 Source: libusb
2 Section: libs
3 Priority: optional
4 Maintainer: Aurelien Jarno <aurel32@debian.org>
5 Build-Depends: debhelper (>= 5.0.22), autotools-dev, pkg-config, docbook-dsssl, jade | openjade
6 Standards-Version: 3.7.2
8 Package: libusb-0.1-4
9 Priority: important
10 Section: libs
11 Architecture: any
12 Depends: ${shlibs:Depends}, ${misc:Depends}
13 Conflicts: libusb0, libccid (<< 0.9.2-3)
14 Replaces: libusb0
15 Description: userspace USB programming library
16  Library for programming USB applications without the knowledge
17  of Linux kernel internals.
18  .
19   Homepage: http://www.linux-usb.org/
21 Package: libusb-dev
22 Section: libdevel
23 Architecture: any
24 Depends: libusb-0.1-4 (= ${binary:Version}), libc6-dev | libc-dev, ${misc:Depends}
25 Replaces: libusb0 (<< 1:0.1.5-1)
26 Description: userspace USB programming library development files
27  Library for programming USB applications without the knowledge
28  of Linux kernel internals.
29  .
30   Homepage: http://www.linux-usb.org/
32 Package: libusb++-0.1-4c2
33 Section: libs
34 Architecture: any
35 Depends: ${shlibs:Depends}, ${misc:Depends}
36 Conflicts: libusb++-0.1-4
37 Replaces: libusb++-0.1-4
38 Suggests: hotplug
39 Description: userspace C++ USB programming library
40  Library for programming USB applications without the knowledge
41  of Linux kernel internals. This is only for programs which use 
42  the C++ interface.
43  .
44   Homepage: http://www.linux-usb.org/
46 Package: libusb++-dev
47 Section: libdevel
48 Architecture: any
49 Depends: libusb++-0.1-4c2 (= ${binary:Version}), libusb-dev (= ${binary:Version}), libstdc++-dev, ${misc:Depends}
50 Description: userspace C++ USB programming library development files
51  Library for programming USB applications without the knowledge
52  of Linux kernel internals. This is only for programs which use
53  the C++ interface.
54  .
55   Homepage: http://www.linux-usb.org/
57 Package: libusb-0.1-udeb
58 XC-Package-Type: udeb
59 Section: debian-installer
60 Architecture: any
61 Depends: ${shlibs:Depends}
62 Description: userspace USB programming library
63  Library for programming USB applications without the knowledge
64  of Linux kernel internals.
65  .
66  This is a minimal package for use in debian-installer.
67  .
68   Homepage: http://www.linux-usb.org/