File: control

package info (click to toggle)
jtidy 7%2Bsvn20110807-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 5,000 kB
  • sloc: java: 21,662; xml: 1,961; makefile: 2
file content (46 lines) | stat: -rw-r--r-- 1,726 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
Source: jtidy
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
 ant,
 ant-doc,
 debhelper (>= 10),
 default-jdk,
 default-jdk-doc,
 junit4,
 liblog4j1.2-java,
 libmaven-javadoc-plugin-java,
 libslf4j-java,
 maven-debian-helper (>= 2.2)
Standards-Version: 4.1.2
Vcs-Git: https://anonscm.debian.org/git/pkg-java/jtidy.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jtidy.git
Homepage: http://jtidy.sourceforge.net/

Package: libjtidy-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: libjtidy-java-doc
Description: JTidy HTML syntax checker and pretty printer
 JTidy is a Java port of HTML Tidy, a HTML syntax checker and pretty printer.
 Like its non-Java cousin, JTidy can be used as a tool for cleaning up malformed
 and faulty HTML. In addition, JTidy provides a DOM interface to the document
 that is being processed, which effectively makes you able to use JTidy
 as a DOM parser for real-world HTML.

Package: libjtidy-java-doc
Architecture: all
Section: doc
Depends: ${maven:DocDepends}, ${misc:Depends}
Recommends: ${maven:DocOptionalDepends}
Suggests: libjtidy-java
Description: JTidy HTML syntax checker and pretty printer (documentation)
 JTidy is a Java port of HTML Tidy, a HTML syntax checker and pretty printer.
 Like its non-Java cousin, JTidy can be used as a tool for cleaning up malformed
 and faulty HTML. In addition, JTidy provides a DOM interface to the document
 that is being processed, which effectively makes you able to use JTidy
 as a DOM parser for real-world HTML.
 .
 This package contains the API documentation of libjtidy-java.