commons-daemon 1.0.15-10 source package in Ubuntu

Changelog

commons-daemon (1.0.15-10) unstable; urgency=medium

  * Team upload.
  * Correct patch for modern JVM detection (Closes: #935336)
    Thank you to Chris Hofstaedtler.

 -- tony mancill <email address hidden>  Sat, 09 Jul 2022 20:37:07 -0700

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
any all
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe libs
Lunar release universe libs

Downloads

File Size SHA-256 Checksum
commons-daemon_1.0.15-10.dsc 2.2 KiB 5069b2a684c47325c4a73ddc559e29cc29db7c285caaedef7cdefb7ceffd5ab5
commons-daemon_1.0.15.orig.tar.gz 284.3 KiB 11ee57d2c6b281589c1497b2f88180553f06d5ac1560ce1841e05f89f0342432
commons-daemon_1.0.15-10.debian.tar.xz 8.0 KiB e8903c6d47dbbe76f5dea74cf5554afd33a3e2f44bdfef4543d4151018367c13

Available diffs

No changes file available.

Binary packages built by this source

jsvc: No summary available for jsvc in ubuntu kinetic.

No description available for jsvc in ubuntu kinetic.

jsvc-dbgsym: No summary available for jsvc-dbgsym in ubuntu kinetic.

No description available for jsvc-dbgsym in ubuntu kinetic.

libcommons-daemon-java: 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.