libgoogle-gson-java 2.2.4-1 source package in Ubuntu

Changelog

libgoogle-gson-java (2.2.4-1) unstable; urgency=low


  * New upstream release
  * debian/control:
    - Use canonical URLs for the Vcs-* fields
    - Updated Standards-Version to 3.9.4 (no changes)
    - Removed the build dependency on libmaven-cobertura-plugin-java
    - Removed the build dependency on libmaven-assembly-plugin-java
    - Removed the explicit build dependency on libmaven-compiler-plugin-java
    - Removed the explicit build dependency on maven-repo-helper
    - Removed the unused build dependency on javahelper
  * Removed custom-build.patch and use Maven rules to ignore
    the unused dependencies
  * Register the Javadoc with doc-base
  * debian/rules: Added a get-orig-source target
  * debian/copyright: Updated the Format URI to 1.0
  * Added debian/orig-tar.sh to build the tarball
    from the upstream SVN repository and documented the process
    in debian/README.source

 -- Emmanuel Bourg <email address hidden>  Tue, 27 Aug 2013 15:30:05 +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
libgoogle-gson-java_2.2.4-1.dsc 2.2 KiB 08d344d36d2ad7e8ff25fbfddf08bcbba4a209d3f9fe02332465dce8dfcc2fca
libgoogle-gson-java_2.2.4.orig.tar.gz 166.0 KiB 3426f537a2f143d86ecb4de62f5eb08a93c465014c27f1ccce073f92e2a14bb7
libgoogle-gson-java_2.2.4-1.debian.tar.gz 3.9 KiB 204866c3d6a17c25f80a8c25f0f01f35d9dd54019a6e85f37f2b8affb84e5936

Available diffs

No changes file available.

Binary packages built by this source

libgoogle-gson-java: No summary available for libgoogle-gson-java in ubuntu utopic.

No description available for libgoogle-gson-java in ubuntu utopic.

libgoogle-gson-java-doc: Documentation for libgoogle-gson-java

 Gson is a Java library that can be used to convert Java Objects into their JSON
 representation. It can also be used to convert a JSON string to an equivalent
 Java object. Gson can work with arbitrary Java objects including pre-existing
 objects that you do not have source-code of.
 .
 Gson Goals
 .
  * Provide simple toJson() and fromJson() methods to convert Java objects to
    JSON and vice-versa
  * Allow pre-existing unmodifiable objects to be converted to and from JSON
  * Extensive support of Java Generics
  * Allow custom representations for objects
  * Support arbitrarily complex objects (with deep inheritance hierarchies and
    extensive use of generic types)
 .
 This package contains the Javadoc API documentation.