libcommons-lang-java 2.6-6ubuntu1 source package in Ubuntu

Changelog

libcommons-lang-java (2.6-6ubuntu1) xenial; urgency=medium

  * Resync with Debian unstable, remaining changes:
    - d/control,rules,libcommons-lang-java.poms: Drop use of bnd
      for generating OSGi metadata.

libcommons-lang-java (2.6-6) unstable; urgency=medium

  * Team upload.
  * Transition to bnd 2.1.0. Fix obsolete bnd parameter syntax in
    debian/rules.
  * wrap-and-sort -sa.
  * Vcs-Browser: Use https.

 -- James Page <email address hidden>  Tue, 08 Mar 2016 11:12:15 +0000

Upload details

Uploaded by:
James Page
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcommons-lang-java_2.6.orig.tar.gz 550.8 KiB 05479771851be0af057032fa26ad90aa0c91c10e1fc4439558a1ffa6f053bcd7
libcommons-lang-java_2.6-6ubuntu1.debian.tar.xz 6.0 KiB 20a5fecbd71dc8abcd70ea2a33e3a45475d644bd805ec6f165e7223ddbe48c54
libcommons-lang-java_2.6-6ubuntu1.dsc 2.3 KiB cd2986718de4d1c503e5b83d4d6758280052c18f4ed24acb2d207c5f38d04776

Available diffs

View changes file

Binary packages built by this source

libcommons-lang-java: Commons Lang - 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.

libcommons-lang-java-doc: Documentation for Commons Lang - 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