File: control

package info (click to toggle)
libmatthew-java 0.7.3-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 384 kB
  • ctags: 482
  • sloc: java: 2,076; ansic: 361; makefile: 162
file content (58 lines) | stat: -rw-r--r-- 2,021 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
Source: libmatthew-java
Section: java
Priority: optional
Maintainer: Matthew Johnson <mjj29@debian.org>
Build-Depends: debhelper (>= 7.0.50~),
               docbook-to-man,
               default-jdk,
               fastjar, 
               javahelper (>= 0.25)
Build-Depends-Indep: default-jdk-doc
Standards-Version: 3.8.4

Package: libunixsocket-java
Architecture: any
Depends: ${java:Depends}, ${shlibs:Depends}, ${misc:Depends}
Suggests: libmatthew-java-doc
Description: Unix socket API and bindings for Java
 These bindings allow you to connect to Unix Sockets from within Java
 programs.

Package: libmatthew-io-java
Architecture: all
Depends: ${misc:Depends}, ${java:Depends}
Suggests: libmatthew-java-doc
Description: Extra IO library for Java
 This library provides classes to pipe a stream through an external program,
 print DOM trees and split an output stream so that it also goes to a file.

Package: libmatthew-debug-java
Architecture: all
Depends: ${misc:Depends}, ${java:Depends}
Suggests: libmatthew-java-doc
Description: Debugging library for Java
 This package provides a debugging library for Java, including a generic 
 utility class for providing nicely formatted dumps of byte arrays
 (similar to the hexdump utility).

Package: libcgi-java
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${java:Depends}
Suggests: libmatthew-java-doc
Description: CGI library for Java
 This library allows CGI scripts to be written in Java.  The library provides
 access to all the standard CGI variables including POST/GET. It also makes it
 easy to create input forms in HTML documents.

Package: libmatthew-java-doc
Architecture: all
Depends: default-jdk-doc, ${misc:Depends}
Section: doc
Recommends: libcgi-java, 
            libmatthew-debug-java,
            libmatthew-io-java,
            libunixsocket-java
Description: API documentation for the libmatthew-java libraries
 The Javadoc API documentation for libcgi-java, libmatthew-debug-java,
 libmatthew-io-java and libunixsocket-java.