json-simple 1.1.1-1 source package in Ubuntu

Changelog

json-simple (1.1.1-1) unstable; urgency=low


  [ Gilles Filippini ]
  * New upstream release (closes: #723048):
    + Supports OSGi
    + Accepts a java.util.Map parameter in constructor of JSONObject
    + Maven support
    
  * Fetch the source tarball directly from upstream SVN (no upstream tarball
    to download for this release)
  * No more need to exclude jar files from the source tree
  * Drop debian/pom.xml no needed anymore
  * debian/rules, debian/libjson-simple-java.jlibs,
    debian/libjson-simple-java.poms: fix paths
  * debian/copyright, debian/libjson-simple-doc.doc-base: add Dave Hughes
    to authors

  * debian/control:
    + Maintainer: Debian Java Maintainers
    + Fix VCS fields to use anonscm.debian.org
    + Bump Standards-Version to 3.9.4 (no changes needed)

  * Add a temporary convenience symbolic link to workaround the jar filename
    change from json_simple.jar to json-simple.jar. This should prevent
    FTBFSs for packages build depending on libjson-simple-java until they
    are fixed.

  [ Andrew Ross ]
  * debian/rules: fix clean target to match the new source tree
  * debian/libjson-simple-java.poms: add --usj-name option to allow linking
    to jar in /u/s/j

 -- Gilles Filippini <email address hidden>  Sun, 22 Sep 2013 19:02:54 +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
Trusty release universe java

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
json-simple_1.1.1-1.dsc 1.7 KiB dabc9e9c537dec9cf41ac4151d5c62a90ce405f473c95b3e058d810dd8a40e8d
json-simple_1.1.1.orig.tar.bz2 19.5 KiB cbff797375070bb69ac8b2f438dd6407a592f960e971e8a24ba78973534e4590
json-simple_1.1.1-1.debian.tar.gz 4.1 KiB fa68be1e7b0f1d2c228dbf694ddf42fba8d3ce883077d7a1c57a01eb9b8a9537

Available diffs

No changes file available.

Binary packages built by this source

libjson-simple-doc: No summary available for libjson-simple-doc in ubuntu utopic.

No description available for libjson-simple-doc in ubuntu utopic.

libjson-simple-java: Simple, lightweight and efficient JSON toolkit for Java

 While full featured and fully compliant with the JSON specification
 (RFC4627), JSON.simple aims to be as simple and efficient as possible.
 .
 It supports encoding, decoding and escaping JSON data and streams, and
 features a stoppable SAX-like interface to process JSON input.
 .
 It has been run through profiling tools to ensure high performance
 processing.
 .
 Targeted at JDK 6, JSON.simple is also compatible with JDK 1.2 and
 doesn't depend on any other Java library.