File: control

package info (click to toggle)
libusb-java 0.8%2Bztex20090101-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 296 kB
  • sloc: java: 1,102; ansic: 605; makefile: 96; sh: 29
file content (46 lines) | stat: -rw-r--r-- 1,572 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
Source: libusb-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 default-jdk,
 libusb-dev
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/java-team/libusb-java.git
Vcs-Browser: https://salsa.debian.org/java-team/libusb-java
Homepage: http://libusbjava.sf.net

Package: libusb-java-lib
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libusb-java (<= 0.8+ztex20090101-3)
Description: Java wrapper for libusb (native library)
 This Java library wraps the C library libusb (0.1). It is designed to
 support user level applications to access USB devices regardless of
 the operating system.
 .
 This package provides the architecture-dependent component of
 libusb-java.

Package: libusb-java
Architecture: all
Depends: ${misc:Depends}, libusb-java-lib
Description: Java wrapper for libusb
 This Java library wraps the C library libusb (0.1). It is designed to
 support user level applications to access USB devices regardless of
 the operating system.

Package: libusb-java-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: libusb-java
Description: Java wrapper for libusb (documentation)
 This Java library wraps the C library libusb (0.1). It is designed to
 support user level applications to access USB devices regardless of
 the operating system.
 .
 The libusb source code provides its own documentation. It
 is transformed to HTML by the javadoc tool.