File: control

package info (click to toggle)
practicalxml-java 1.1.17-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,232 kB
  • ctags: 1,819
  • sloc: java: 14,150; xml: 448; makefile: 8
file content (24 lines) | stat: -rw-r--r-- 1,115 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
Source: practicalxml-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller@debian.org>
Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.5)
Build-Depends-Indep: junit (>= 3.8.2), libkdgcommons-java 
Standards-Version: 3.9.5
Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libpracticalxml-java
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libpracticalxml-java
Homepage: http://sourceforge.net/projects/practicalxml/

Package: libpracticalxml-java
Architecture: all
Depends: ${misc:Depends}, ${maven:Depends}
Recommends: ${maven:OptionalDepends}
Description: practical XML handling routines
 The package provides a collection of utility classes for working with
 the JDK's built-in XML packages. These are meant to bring the well
 maintained core routines of the JDK closer to regular applications for
 handling XML data and their schemata. Priorities in the development
 where set to meet specific needs in the maintainers' other professional
 and personal projects.