libjson-java 2.3-3 source package in Ubuntu

Changelog

libjson-java (2.3-3) unstable; urgency=low


  * Use the renamed method MultiKeyMap.removeMultiKey() introduced
    in libcommons-collections3-java 3.2.1-7
  * debian/control
    - Use canonical URLs for the Vcs-* fields
    - Updated Standards-Version to 3.9.5 (no changes)
    - Removed Michael Koch from the uploaders (Closes: #654085)
    - Removed the dependency on the JRE for the binary package
  * Switch to debhelper level 9

 -- Emmanuel Bourg <email address hidden>  Sat, 12 Apr 2014 00:29:52 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Utopic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libjson-java_2.3-3.dsc 2.2 KiB 720fdad2aa7a0f5277ebb87388ddbc10b577f681ed734c8922a629ee0073905e
libjson-java_2.3.orig.tar.gz 66.6 KiB 89f615df9127edf48c19a89410501bbcdca74d4ce54e4c445f12b68c6f01b2f5
libjson-java_2.3-3.debian.tar.xz 3.4 KiB 2b17aca2bdbb67afaab4d422cf5099381218e6896fc4d3d5c98a1ce1c145a556

Available diffs

No changes file available.

Binary packages built by this source

libjson-java: library for transforming Java objects and XML to JSON and back again

 JSON-lib is a java library for transforming beans, maps, collections,
 java arrays and XML to JSON and back again to beans and DynaBeans.
 .
 JSON (JavaScript Object Notation) is a lightweight data-interchange
 format. It is easy for humans to read and write. It is easy for
 machines to parse and generate. It is based on a subset of the
 JavaScript Programming Language, Standard ECMA-262 3rd Edition -
 December 1999. JSON is a text format that is completely language
 independent but uses conventions that are familiar to programmers of
 the C-family of languages, including C, C++, C#, Java, JavaScript,
 Perl, Python, and many others. These properties make JSON an ideal
 data-interchange language.