jsoup 1.10.2-2 source package in Ubuntu

Changelog

jsoup (1.10.2-2) unstable; urgency=medium

  * Team upload.
  * Use compat level 11.
  * Declare compliance with Debian Policy 4.1.4.
  * Ignore the test failures with Java 9. (Closes: #893212)

 -- Markus Koschany <email address hidden>  Sun, 15 Apr 2018 00:27:17 +0200

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe java
Bionic release universe java

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jsoup_1.10.2-2.dsc 2.3 KiB 719e94ce34da4d40c9e68738fb5ff6c55c158445dbe008749e58f34cf8117821
jsoup_1.10.2.orig.tar.xz 160.5 KiB 7daefd4dde10fdd40c38956eaa130dbe7610db5eaf0ca30c2e0e9e6808d543b0
jsoup_1.10.2-2.debian.tar.xz 38.9 KiB 4011572041348637bee1cfd1d2014901d8e2e6b8b25b2f3948e9448769cca639

Available diffs

No changes file available.

Binary packages built by this source

libjsoup-java: Java HTML parser that makes sense of real-world HTML soup

 Jsoup is a Java library for working with real-world HTML. It provides a very
 convenient API for extracting and manipulating data, using the best of DOM,
 CSS, and jquery-like methods.
 .
 jsoup implements the WHATWG HTML specification (http://whatwg.org/html), and
 parses HTML to the same DOM as modern browsers do.
 .
   * parse HTML from a URL, file, or string
   * find and extract data, using DOM traversal or CSS selectors
   * manipulate the HTML elements, attributes, and text
   * clean user-submitted content against a safe white-list, to prevent XSS
   * output tidy HTML
 .
 jsoup is designed to deal with all varieties of HTML found in the wild; from
 pristine and validating, to invalid tag-soup; jsoup will create a sensible
 parse tree.

libjsoup-java-doc: Documentation for jsoup HTML Parser

 Jsoup is a Java library for working with real-world HTML. It provides a very
 convenient API for extracting and manipulating data, using the best of DOM,
 CSS, and jquery-like methods.
 .
 jsoup implements the WHATWG HTML specification (http://whatwg.org/html), and
 parses HTML to the same DOM as modern browsers do.
 .
   * parse HTML from a URL, file, or string
   * find and extract data, using DOM traversal or CSS selectors
   * manipulate the HTML elements, attributes, and text
   * clean user-submitted content against a safe white-list, to prevent XSS
   * output tidy HTML
 .
 jsoup is designed to deal with all varieties of HTML found in the wild; from
 pristine and validating, to invalid tag-soup; jsoup will create a sensible
 parse tree.
 .
 This package contains the API documentation of libjsoup-java.