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
|
Source: lib-dom-java
Section: devel
Priority: optional
Maintainer: Nicolas Duboc <nicolas@duboc.net>
Build-Depends-Indep: debhelper (>> 3.0.0), jikes, kaffe (>= 1.0.6)
Standards-Version: 3.6.1
Package: libdom1-java
Architecture: all
Suggests: java-virtual-machine
Depends: kaffe (>= 1:1.1.1-5) | java1-runtime
Provides: lib-dom-java
Replaces: lib-dom-java
Description: Java bindings for the DOM API Level 1
DOM (Document Object Model) is the W3C recommendation for accessing
hierarchical objects like HTML or XML documents. DOM Level 1 is the
first W3C Recommendation for this DOM API.
The W3C specifies bindings for Java and this is a packaging of these
bindings, to be used with a tool which actually implements DOM like
lib-xt-java.
.
See http://www.w3.org/DOM for more information about DOM.
Package: lib-dom-java
Section: oldlibs
Priority: extra
Architecture: all
Depends: libdom1-java (= ${Source-Version})
Description: Java bindings for the DOM API Level 1 - dummy package
This is a dummy package that depends on the libdom1-java. It is here
to ease upgrades, installations and provide a consistent upgrade path
from previous versions.
.
It can be safely removed with no ill effects.
|