Source: commons-daemon Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Marcus Better , Damien Raude-Morvan , Emmanuel Bourg Build-Depends: ant, autoconf, autotools-dev, debhelper (>= 9), default-jdk (>= 2:1.8), docbook-xsl, libcap-dev [linux-any], maven-repo-helper, xsltproc Build-Conflicts: autoconf2.13 Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/commons-daemon.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/commons-daemon.git Homepage: http://commons.apache.org/daemon/ Package: libcommons-daemon-java Architecture: all Depends: ${misc:Depends} Suggests: java-virtual-machine Recommends: jsvc Description: Library to launch Java applications as daemons The Daemon package from Apache Commons can be used to implement Java applications which can be launched as daemons. For example the program will be notified about a shutdown so that it can perform cleanup tasks before its process of execution is destroyed by the operation system. . This package contains the java library. You will also need the actual binary for your architecture which is provided by the jsvc package. Package: jsvc Section: utils Architecture: any Depends: libcommons-daemon-java, ${misc:Depends}, ${shlibs:Depends} Recommends: default-jre-headless | java2-runtime-headless Description: Wrapper to launch Java applications as daemons This is the native application for launching Java applications implementing certain interfaces from the libcommons-daemon-java package as daemons.