File: control

package info (click to toggle)
libjaxp1.3-java 1.3.05-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 3,280 kB
  • ctags: 4,474
  • sloc: java: 11,604; makefile: 34
file content (37 lines) | stat: -rw-r--r-- 1,656 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
Source: libjaxp1.3-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Matthias Klose <doko@ubuntu.com>, Michael Koch <konqueror@gmx.de>,
 Jakub Adam <jakub.adam@ktknet.cz>
Build-Depends: cdbs, debhelper (>= 7), default-jdk, maven-repo-helper,
 javahelper, gcj-native-helper
Standards-Version: 3.9.2
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjaxp1.3-java
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjaxp1.3-java
Homepage: http://java.sun.com/xml/jaxp/index.jsp

Package: libjaxp1.3-java
Architecture: all
Depends: ${misc:Depends}
Suggests: libjaxp1.3-java-gcj
Conflicts: libxalan2-java (<= 2.7.1-2)
Description: Java XML parser and transformer APIs (DOM, SAX, JAXP, TrAX)
 xml-apis.jar from the Apache XML Commons project is used by the Xerces-J XML
 parser and Xalan-J XSLT processor and specifies these APIs:
  * Document Object Model (DOM) level 3
  * Simple API for XML (SAX) 2.0.2
  * Java APIs for XML Processing (JAXP) 1.3.04
  * Transformation API for XML (TrAX) 1.3.04
  * Document Object Model (DOM) Level 3 Load and Save
  * JSR 206 Java API for XML Processing 1.3
 .
 These classes are also used in Sun's reference implementation. A GPL'ed
 implementation of these APIs can be found in the libgnujaxp-java package.

Package: libjaxp1.3-java-gcj
Architecture: any
Depends: libjaxp1.3-java (>= ${source:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: Java XML parser and transformer APIs (DOM, SAX, JAXP, TrAX) - GCJ
 xml-apis.jar from the Apache XML Commons project is used by the Xerces-J XML
 parser and Xalan-J XSLT processor.