snakeyaml 1.19-1 source package in Ubuntu

Changelog

snakeyaml (1.19-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 1.19.
  * Fix debian/watch file and detect newer releases.
  * Add get-orig-source target.
  * Switch to compat level 10.
  * Use only Build-Depends field and wrap-and-sort -sa.
  * Declare compliance with Debian Policy 4.1.2.
  * Use https for Format field.
  * Ignore org.sonatype.plugins:nexus-staging-maven-plugin
  * Ignore org.apache.maven.plugins:maven-enforcer-plugin
  * Update maven rule for spring-context.
  * Work around a FTBFS with Java 9 by removing the
    NonAsciiCharsInClassNameTest class. Thanks to Chris West for the report.
    (Closes: #874140)

 -- Markus Koschany <email address hidden>  Fri, 01 Dec 2017 20:53:20 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
snakeyaml_1.19-1.dsc 2.3 KiB 13606b76ba79eb62499de84f1326ccab9ad0d7a7da43556e6ef141997a64b896
snakeyaml_1.19.orig.tar.xz 241.4 KiB 17e9eb08adfb90ffa58f7d32ee02e65b13823b2f8775f01406aa5863ee3e2e4e
snakeyaml_1.19-1.debian.tar.xz 9.1 KiB 305f6db9e114e96ee07dcc606d791f6139513c3fa8f99e4db89876d57a75e0fa

Available diffs

No changes file available.

Binary packages built by this source

libyaml-snake-java: YAML parser and emitter for the Java programming language

 SnakeYAML is a YAML parser and emitter for the Java programming language.
 .
 SnakeYAML features
 .
  * a complete YAML 1.1 parser. In particular, SnakeYAML can parse all
    examples from the specification.
  * Unicode support including UTF-8/UTF-16 input/output.
  * high-level API for serializing and deserializing native Java objects.
  * support for all types from the YAML types repository.
  * relatively sensible error messages.

libyaml-snake-java-doc: Documentation for SnakeYAML

 SnakeYAML is a YAML parser and emitter for the Java programming
 language.
 .
 This package contains the API documentation of libyaml-snake-java.