File: control

package info (click to toggle)
commons-daemon 1.0.1-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,764 kB
  • ctags: 1,770
  • sloc: ansic: 15,466; sh: 2,530; xml: 1,504; java: 1,042; makefile: 81
file content (48 lines) | stat: -rw-r--r-- 2,011 bytes parent folder | download
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
Source: commons-daemon
Section: libs
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Arnaud Vandyck <avdyk@debian.org>, Wolfgang Baer <WBaer@gmx.de>, Michael Koch <konqueror@gmx.de>
Build-Depends: debhelper (>= 4.2.30), cdbs, java-gcj-compat-dev, junit, ant, libxerces2-java, libjaxp1.2-java, autotools-dev
Standards-Version: 3.7.2

Package: libcommons-daemon-java
Architecture: all
Depends: java-gcj-compat | java1-runtime | java2-runtime
Suggests: java-virtual-machine
Recommends: jsvc
Description: Java API to launch java applications as daemons
 The libcommons-daemon-java package can be used to implement java applications
 which can be launched as daemons of the operating system. The application
 has to implement the provided interfaces by this package in order to 
 be launched/stopped and restarted in the same fashion a normal unix 
 daemons.
 .
 For example the java program will be notified about a shutdown and
 therefore be able to perform 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.
 .
 This is a part of the Apache Jakarta Project.
 Home: <http://jakarta.apache.org/commons/daemon/>

Package: jsvc
Section: net
Architecture: any
Depends: ${shlibs:Depends}, libcommons-daemon-java
Description: native application 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.
 .
 This is a part of the Apache Jakarta Project.
 Home: <http://jakarta.apache.org/commons/daemon/>

Package: jsvc-dev
Architecture: all
Depends: jsvc
Description: development files for jsvc
 This package provides the development files of the jsvc application.
 For a description please have a look at the packages jsvc and
 libcommons-daemon-java.