commons-daemon 1.0.15-5ubuntu1 source package in Ubuntu

Changelog

commons-daemon (1.0.15-5ubuntu1) trusty; urgency=medium

  * Resynchronise with Debian.  Remaining changes:
    - Add arm64 support.

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

  * Another attempt to support Hurd

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

  * Added a patch defining the PATH_MAX constant to compile on Hurd
  * Revert to Java 5 source/target level
  * Standards-Version updated to 3.9.5 (no changes)
  * Switch to debhelper level 9
 -- Colin Watson <email address hidden>   Thu, 13 Feb 2014 11:41:02 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
commons-daemon_1.0.15.orig.tar.gz 284.3 KiB 11ee57d2c6b281589c1497b2f88180553f06d5ac1560ce1841e05f89f0342432
commons-daemon_1.0.15-5ubuntu1.debian.tar.gz 7.4 KiB b1a76777279ff1e46c52fb8556c858fa5901f1c0363506ae27152a5befa36928
commons-daemon_1.0.15-5ubuntu1.dsc 2.3 KiB 4666c2c6ccfae150761e816d09de9696b434f83ef0a0a0c220543cec12a6bd8b

View changes file

Binary packages built by this source

jsvc: 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.

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.