File: control

package info (click to toggle)
libmx4j-java 3.0.2-10
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 6,488 kB
  • ctags: 10,038
  • sloc: java: 72,245; xml: 6,540; python: 109; jsp: 25; makefile: 20
file content (48 lines) | stat: -rw-r--r-- 2,373 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: libmx4j-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Michael Koch <konqueror@gmx.de>, Damien Raude-Morvan <drazzib@debian.org>,
 Niels Thykier <niels@thykier.net>
Build-Depends: cdbs, debhelper (>= 7), default-jdk, ant, gcj-native-helper,
               liblog4j1.2-java, libcommons-logging-java, libbcel-java (>=5.0),
               libgnujaf-java, libgnumail-java, libservlet2.5-java, jython, 
               libaxis-java, javahelper, libhessian-java
Standards-Version: 3.9.0
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libmx4j-java
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libmx4j-java/
Homepage: http://mx4j.sourceforge.net/

Package: libmx4j-java
Architecture: all
Depends: libbcel-java (>=5.0),
         liblog4j1.2-java,
         ${misc:Depends}
Suggests: libservlet2.4-java, libgnumail-java, jython, libjetty-java, libhessian-java
Description: An open source implementation of the JMX(TM) technology
 JMX defines the architecture, the patterns , the API and services to 
 build manageable Java applications. It provide flexible framework to
 stop and restart services, and remove it from the application or to add 
 it to an application, to change its configuration files, to ask it to 
 do some operation (such as downloading information from an URL the 
 system administrator passes in), and so on.

Package: libmx4j-java-gcj
Architecture: any
Depends: libmx4j-java (>= ${source:Version}), liblog4j1.2-java-gcj, ${misc:Depends}, ${shlibs:Depends}
Description: An open source implementation of the JMX(TM) technology (native code)
 JMX defines the architecture, the patterns , the API and services to 
 build manageable Java applications. It provide flexible framework to
 stop and restart services, and remove it from the application or to add 
 it to an application, to change its configuration files, to ask it to 
 do some operation (such as downloading information from an URL the 
 system administrator passes in), and so on.
 .
 This package contains the natively compiled code for use by gij.

#Package: libmx4j-java-doc
#Architecture: all
#Suggests: junit
#Description: Document for mx4j which is the JMX(TM) implementation.
# This package provide documents and examples for mx4j which is opensource
# implementataion of JMX(TM) technology.