File: control

package info (click to toggle)
libusbgx 0.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 992 kB
  • sloc: ansic: 13,134; xml: 176; makefile: 73; sh: 64; cpp: 14
file content (56 lines) | stat: -rw-r--r-- 1,823 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
Source: libusbgx
Section: libs
Priority: optional
Maintainer: Manuel Traut <manut@mecka.net>
Rules-Requires-Root: no
Build-Depends: dpkg-dev (>= 1.22.5),
 debhelper-compat (= 13),
 libconfig-dev,
 doxygen,
 graphviz,
Standards-Version: 4.7.0
Homepage: https://github.com/linux-usb-gadgets/libusbgx
Vcs-Browser: https://salsa.debian.org/debian/libusbgx
Vcs-Git: https://salsa.debian.org/debian/libusbgx.git

Package: libusbgx-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libusbgx3 (= ${binary:Version}),
 libconfig-dev,
 ${misc:Depends},
Description: Development files for libusbgx
 It provides routines for creating and parsing USB gadget devices using
 the configfs API. Currently, all USB gadget configfs functions that can
 be enabled in kernel release 3.11 (Linux for Workgroups!) are supported.
 .
 This package contains the header and development files needed to build
 programs and packages using libusbgx2.

Package: libusbgx-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
 ${misc:Depends},
Suggests: libusbgx-dev
Description: Documentation files for libusbgx
 It provides routines for creating and parsing USB gadget devices using
 the configfs API. Currently, all USB gadget configfs functions that can
 be enabled in kernel release 3.11 (Linux for Workgroups!) are supported.
 .
 This package contains the document files like examples files,
 and doxygen generated API documentation.

Package: libusbgx3
Architecture: any
Multi-Arch: same
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Description: C library encapsulating the kernel USB gadget-configfs
 It provides routines for creating and parsing USB gadget devices using
 the configfs API. Currently, all USB gadget configfs functions that can
 be enabled in kernel release 3.11 (Linux for Workgroups!) are supported.