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
|
Source: libusb-java
Section: java
Priority: extra
Maintainer: Steffen Moeller <moeller@debian.org>
Build-Depends: debhelper (>= 8.0.0), default-jdk (>= 1:1.6), libusb-dev
Standards-Version: 3.9.4
Vcs-Browser: http://svn.debian.org/wsvn/pkg-escience/libusb-java/trunk
Vcs-Svn: svn://svn.debian.org/pkg-escience/libusb-java/trunk
Homepage: http://libusbjava.sf.net
Package: libusb-java-lib
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libusb-java (<= 0.8+ztex20090101-3)
Description: C part of Java wrapper for libusb
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: javadoc documentation for libusb-java
The libusb source code provides its own documentation. It
is transformed to HTML by the javadoc tool.
Package: libusb-java-dbg
Section: debug
Architecture: any
Depends: ${misc:Depends}, libusb-java-lib (= ${binary:Version})
Description: debug information for libusb java wrapper
When developing, unforseen things may happen. This package
provides symbol information to allow debuggers to match
the position in a binary with the function in the source
code.
|