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 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
Source: dbus-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainer <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Matthew Johnson <mjj29@debian.org>
Build-Depends: default-jdk,
debhelper (>= 7.0.50~),
docbook-to-man,
tex4ht,
libmatthew-debug-java,
libunixsocket-java ( >= 0.6 ),
texlive-latex-base,
texlive-base-bin,
texlive-latex-extra,
texlive-latex-recommended,
default-jdk-doc,
gettext,
javahelper (>= 0.42)
Standards-Version: 3.9.2
Vcs-Git: git://anonscm.debian.org/pkg-java/dbus-java.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/dbus-java.git
Homepage: http://www.freedesktop.org/wiki/Software/DBusBindings
Package: libdbus-java
Architecture: all
Section: java
Depends: ${java:Depends}, ${misc:Depends}
Suggests: libdbus-java-doc
Recommends: dbus-java-bin
Description: simple interprocess messaging system (Java implementation)
D-Bus is a message bus, used for sending messages between applications.
Conceptually, it fits somewhere in between raw sockets and CORBA in
terms of complexity.
.
This package provides an implementation of D-Bus in Java (Library).
.
See the dbus description for more information about D-Bus in general.
Package: dbus-java-bin
Architecture: all
Section: utils
Depends: ${java:Depends}, ${misc:Depends}, libdbus-java (=${binary:Version})
Conflicts: libdbus-java (<< 2.0)
Replaces: libdbus-java (<< 2.0)
Description: simple interprocess messaging system (Java Binaries)
D-Bus is a message bus, used for sending messages between applications.
Conceptually, it fits somewhere in between raw sockets and CORBA in
terms of complexity.
.
This package provides several programs using the Java implementation
of D-Bus. This includes a simple D-Bus daemon for use in session busses,
A tool for generating Java stubs from D-Bus introspection data and
a graphical browser for D-Bus connections.
.
See the dbus description for more information about D-Bus in general.
Package: libdbus-java-doc
Recommends: libdbus-java
Depends: default-jdk-doc, ${misc:Depends}
Architecture: all
Section: doc
Description: simple interprocess messaging system (Java interface documentation)
D-Bus is a message bus, used for sending messages between applications.
Conceptually, it fits somewhere in between raw sockets and CORBA in
terms of complexity.
.
This package provides the documentation for the Java implementation of D-Bus.
.
See the dbus description for more information about D-Bus in general.
|