File: control

package info (click to toggle)
akuma 1.10-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 184 kB
  • sloc: java: 655; xml: 99; makefile: 4
file content (39 lines) | stat: -rw-r--r-- 1,394 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
Source: akuma
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: James Page <james.page@ubuntu.com>
Build-Depends:
 debhelper (>= 11),
 default-jdk,
 default-jdk-doc,
 javahelper,
 junit4,
 libjna-java,
 libmaven-javadoc-plugin-java,
 maven-debian-helper
Standards-Version: 4.1.3
Vcs-Git: https://anonscm.debian.org/git/pkg-java/akuma.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/akuma.git
Homepage: http://akuma.kohsuke.org

Package: libakuma-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Recommends: ${maven:OptionalDepends}
Description: Embeddable daemonization library for Java
 This is a Java library you can use in your application to support Unix
 daemonization. By taking advantages of POSIX API, this library lets you
 fork your process into background with proper daemonization steps.

Package: libakuma-java-doc
Architecture: all
Section: doc
Depends: default-jdk-doc, ${maven:DocDepends}, ${misc:Depends}
Suggests: libakuma-java
Description: Documentation for Embeddable daemonization library
 This is a Java library you can use in your application to support Unix
 daemonization. By taking advantages of POSIX API, this library lets you
 fork your process into background with proper daemonization steps.
 .
 This package provides the API documentation for libakuma-java.