File: control

package info (click to toggle)
commons-daemon 1.0.15-10
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,140 kB
  • sloc: ansic: 13,712; sh: 3,168; xml: 2,213; java: 1,856; makefile: 188
file content (45 lines) | stat: -rw-r--r-- 1,741 bytes parent folder | download | duplicates (2)
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
Source: commons-daemon
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Marcus Better <marcus@better.se>,
           Emmanuel Bourg <ebourg@apache.org>
Build-Depends: ant,
               autoconf,
               debhelper-compat (= 13),
               default-jdk (>= 2:1.8),
               docbook-xsl,
               libcap-dev [linux-any],
               maven-repo-helper,
               xsltproc
Build-Conflicts: autoconf2.13
Standards-Version: 4.6.0
Vcs-Git: https://salsa.debian.org/java-team/commons-daemon.git
Vcs-Browser: https://salsa.debian.org/java-team/commons-daemon
Homepage: https://commons.apache.org/proper/commons-daemon/
Rules-Requires-Root: no

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.