File: control

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