File: control

package info (click to toggle)
service-wrapper-java 3.5.22-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,196 kB
  • ctags: 3,454
  • sloc: ansic: 23,282; java: 13,420; xml: 3,389; sh: 1,523; cpp: 32; makefile: 23
file content (72 lines) | stat: -rw-r--r-- 3,197 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Source: service-wrapper-java
Section: java
Priority: optional
Maintainer: Rémi Debay <debay.remi@gmail.com>
Uploaders: tony mancill <tmancill@debian.org>
Build-Depends: debhelper (>= 9),
 javahelper,
 default-jdk,
 ant,
 ant-optional,
 junit,
 junit4,
 hardening-wrapper
Standards-Version: 3.9.5
Vcs-Git: git://git.debian.org/git/collab-maint/service-wrapper-java.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/service-wrapper-java.git
Homepage: http://wrapper.tanukisoftware.com

Package: service-wrapper
Architecture: amd64 armel armhf i386 ia64 kfreebsd-amd64 kfreebsd-i386 powerpc
Depends:  ${shlibs:Depends}, ${misc:Depends},
 libservice-wrapper-java (>= ${source:Version}),
 libservice-wrapper-jni (>= ${source:Version})
Description:Jar daemon wrapper
 The Java Service Wrapper makes very easy to install a Java Application as a
 daemon process on Unix systems. The Wrapper monitors a JVM (Java Virtual
 Machine) process and automatically restarts it if it that the JVM has crashed
 or hung. This process takes just a few seconds once the Wrapper has decided
 there is a problem. It also gives the ability to handle process priority.


Package: libservice-wrapper-java
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends},
Suggests: libservice-wrapper-doc
Description:Jar daemon wrapper java libraries
 This Package contains the Java jar libraries used by the Java Service Wrapper.
 It can be used to handle wrapper specific attributes.
 .
 The Java Service Wrapper makes very easy to install a Java Application as a
 daemon process on Unix systems. The Wrapper monitors a JVM (Java Virtual
 Machine) process and automatically restarts it if it that the JVM has crashed
 or hung. This process takes just a few seconds once the Wrapper has decided
 there is a problem. It also gives the ability to handle process priority.


Package: libservice-wrapper-jni
Architecture: amd64 armel armhf i386 ia64 kfreebsd-amd64 kfreebsd-i386 powerpc
Depends: ${shlibs:Depends}, ${misc:Depends},
 default-jre-headless | java5-runtime-headless | java6-runtime-headless
Suggests: libservice-wrapper-doc
Description:Jar daemon wrapper JNI libraries
 This Package contains the JNI libraries used by the Java Service Wrapper.
 .
 The Java Service Wrapper makes very easy to install a Java Application as a
 daemon process on Unix systems. The Wrapper monitors a JVM (Java Virtual
 Machine) process and automatically restarts it if it that the JVM has crashed
 or hung. This process takes just a few seconds once the Wrapper has decided
 there is a problem. It also gives the ability to handle process priority.

Package: libservice-wrapper-doc
Section: doc
Architecture: all
Depends:  ${shlibs:Depends}, ${misc:Depends}
Description:Jar daemon wrapper (javadoc files)
 The Java Service Wrapper makes very easy to install a Java Application as a
 daemon process on Unix systems. The Wrapper monitors a JVM (Java Virtual
 Machine) process and automatically restarts it if it that the JVM has crashed
 or hung. This process takes just a few seconds once the Wrapper has decided
 there is a problem. It also gives the ability to handle process priority.
 .
 This package contains the javadoc files.