File: control

package info (click to toggle)
libhtmlcleaner-java 2.29%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,164 kB
  • sloc: java: 13,727; xml: 469; sh: 3; makefile: 2
file content (42 lines) | stat: -rw-r--r-- 1,823 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
Source: libhtmlcleaner-java
Section: java
Priority: optional
Rules-Requires-Root: no
Maintainer: Alexandre Rossi <niol@zincube.net>
Build-Depends: debhelper-compat (= 13), maven-debian-helper, javahelper
Build-Depends-Indep:
    libmaven-javadoc-plugin-java,
    libmaven-bundle-plugin-java,
    libjdom2-java
Standards-Version: 4.6.0
Homepage: http://htmlcleaner.sourceforge.net/
Vcs-Browser: https://salsa.debian.org/debian/libhtmlcleaner-java
Vcs-Git: https://salsa.debian.org/debian/libhtmlcleaner-java.git

Package: libhtmlcleaner-java
Architecture: all
Depends: ${misc:Depends}, ${java:Depends}
Description: Java HTML Parser library
 HtmlCleaner can be used in java code, as command line tool or as Ant task.
 It is designed to be small, independent (no runtime dependencies except
 JRE 1.5+), fast and flexible (its behavior is configurable through number of
 parameters). Although the main motive was to prepare ordinary HTML for XML
 processing with XPath, XQuery and XSLT, structured data produced by
 HtmlCleaner may be consumed and handled in many other ways.
 .
 This package contains de library itself.

Package: libhtmlcleaner-java-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}, ${java:Depends}, libjs-jquery, libjs-jquery-ui
Description: Java HTML Parser library (documentation)
 HtmlCleaner can be used in java code, as command line tool or as Ant task.
 It is designed to be small, independent (no runtime dependencies except
 JRE 1.5+), fast and flexible (its behavior is configurable through number of
 parameters). Although the main motive was to prepare ordinary HTML for XML
 processing with XPath, XQuery and XSLT, structured data produced by
 HtmlCleaner may be consumed and handled in many other ways.
 .
 This package contains the documentation for the library.