Source: dbus-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Markus Koschany <apo@debian.org>
Build-Depends:
 debhelper (>= 11),
 default-jdk,
 docbook-to-man,
 javahelper (>= 0.42),
 libmatthew-debug-java,
 libunixsocket-java (>= 0.6),
Standards-Version: 4.1.3
Vcs-Git: https://anonscm.debian.org/git/pkg-java/dbus-java.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-java/dbus-java.git
Homepage: https://www.freedesktop.org/wiki/Software/DBusBindings

Package: libdbus-java
Architecture: all
Depends:
 ${java:Depends},
 ${misc:Depends}
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:
 default-jre-headless (>= 2:1.7) | java7-runtime-headless,
 libdbus-java (=${binary:Version}),
 ${misc:Depends}
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 buses,
 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.

