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
|
Source: rxtx
Section: java
Priority: optional
Maintainer: Debian Java maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Scott Howard <showard@debian.org>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 8), libtool, javahelper, default-jdk,
dh-autoreconf, autotools-dev
Standards-Version: 3.9.2
Homepage: http://www.rxtx.org
Vcs-Git: git://git.debian.org/pkg-java/rxtx.git
Vcs-Browser: http://git.debian.org/?p=pkg-java/rxtx.git
Package: librxtx-java
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${java:Depends}
Recommends: ${java:Recommends}
Provides: lib-rxtx-java
Conflicts: lib-rxtx-java
Description: Full Java CommAPI implementation
RXTX is a full implementation of the Java CommAPI from Sun. It
contains native libraries providing serial and parallel
communication for the Java Development Toolkit.
Package: librxtx-java-dbg
Architecture: any
Section: debug
Priority: extra
Depends: ${shlibs:Depends}, ${misc:Depends}, librxtx-java (= ${binary:Version})
Description: Full Java CommAPI implementation, Debugging Symbols
RXTX is a full implementation of the Java CommAPI from Sun. It
contains native libraries providing serial and parallel
communication for the Java Development Toolkit.
.
This package contains the debugging symbols for librxtx-java.
|