libcommons-lang-java 2.6-1 source package in Ubuntu

Changelog

libcommons-lang-java (2.6-1) unstable; urgency=low

  * Team upload.
  * New upstream release.
  * Set source package format as 3.0 (quilt).
  * Bump Standards-Version to 3.9.2. No changes were required.
  * Remove unnecessary Build-Depends on quilt.
  * Refresh patches.
  * Add mh_clean call in clean target.
  * Remove unnecessary dependency on JRE.
  * Link -doc javadocs with default-jdk-doc and add a Suggests dep on that.
  * Fix minor lintian warning about duplicate-short-description.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 11:03:30 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libcommons-lang-java_2.6.orig.tar.gz 550.8 KiB 05479771851be0af057032fa26ad90aa0c91c10e1fc4439558a1ffa6f053bcd7
libcommons-lang-java_2.6-1.debian.tar.gz 6.3 KiB bb5e33648f26774a73a50b65030765f9362027cb5c1602382407ee71d628c440
libcommons-lang-java_2.6-1.dsc 2.1 KiB 2273740d9a098152b87b817c3e4a28033f4f04b6f049aaf301fd62b6b6422d53

Available diffs

View changes file

Binary packages built by this source

libcommons-lang-java: Extension of the java.lang package

 The Lang Component contains a set of Java classes that provide helper
 methods for standard Java classes, especially those found in the
 java.lang package in the Sun JDK. The following classes are included:
 .
  * StringUtils - Helper for java.lang.String.
  * CharSetUtils - Methods for dealing with CharSets, which are sets of
    characters such as [a-z] and [abcdez].
  * RandomStringUtils - Helper for creating randomised Strings.
  * NumberUtils - Helper for java.lang.Number and its subclasses.
  * NumberRange - A range of numbers with an upper and lower bound.
  * ObjectUtils - Helper for java.lang.Object.
  * SerializationUtils - Helper for serializing Objects.
  * SystemUtils - Utility class defining the Java system properties.
  * NestedException package - A sub-package for the creation of nested
    exceptions.
  * Enum package - A sub-package for the creation of enumerated types.
  * Builder package - A sub-package for the creation of equals, hashCode,
    compareTo and toString methods.

libcommons-lang-java-doc: Documentation for an extension of the java.lang package

 The Lang Component contains a set of Java classes that provide helper
 methods for standard Java classes, especially those found in the
 java.lang package in the Sun JDK. The following classes are included:
 .
  * StringUtils - Helper for java.lang.String.
  * CharSetUtils - Methods for dealing with CharSets, which are sets of
    characters such as [a-z] and [abcdez].
  * RandomStringUtils - Helper for creating randomised Strings.
  * NumberUtils - Helper for java.lang.Number and its subclasses.
  * NumberRange - A range of numbers with an upper and lower bound.
  * ObjectUtils - Helper for java.lang.Object.
  * SerializationUtils - Helper for serializing Objects.
  * SystemUtils - Utility class defining the Java system properties.
  * NestedException package - A sub-package for the creation of nested
    exceptions.
  * Enum package - A sub-package for the creation of enumerated types.
  * Builder package - A sub-package for the creation of equals, hashCode,
    compareTo and toString methods.
 .
 This package contains the API documentation of libcommons-lang-java