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

Changelog

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

  * Fixed the build failure with Java 17 (Closes: #1011120)
  * No longer append on debian/.mh_clean during the build (Closes: #985648)
  * Standards-Version updated to 4.6.1
  * Switch to debhelper level 13

 -- Emmanuel Bourg <email address hidden>  Mon, 23 May 2022 11:24:24 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe libs
Noble release universe libs
Mantic release universe libs
Lunar release universe libs

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcommons-lang-java_2.6-10.dsc 2.2 KiB 21e9517c38ac1878642a191e76a54b2fa77bebfc93d759ef1258c2a1021ecc06
libcommons-lang-java_2.6.orig.tar.gz 550.8 KiB 05479771851be0af057032fa26ad90aa0c91c10e1fc4439558a1ffa6f053bcd7
libcommons-lang-java_2.6-10.debian.tar.xz 6.8 KiB 4962709aceeef715637b77afa24b9926f36bc879344822775e31abe7410bf0a5

Available diffs

No changes file available.

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