libcommons-cli-java 1.3.1-3ubuntu1 source package in Ubuntu

Changelog

libcommons-cli-java (1.3.1-3ubuntu1) xenial; urgency=low

  * Merge from Debian unstable. Remaining changes:
    - d/*: Switch to using maven-ant-helper for package build.

libcommons-cli-java (1.3.1-3) unstable; urgency=medium

  * Team upload.
  * Fixed the build failure with Maven 3 (Closes: #808020)
  * Build with the DH sequencer instead of CDBS
  * Removed the unused dependency on commons-lang (Closes: #800148)
  * Removed the build dependencies on the antrun and assembly plugins
  * Improved the package description
  * Converted debian/copyright to the Copyright Format 1.0

 -- James Page <email address hidden>  Tue, 08 Mar 2016 11:39:30 +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
Xenial release universe libs

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcommons-cli-java_1.3.1.orig.tar.gz 142.5 KiB d4f7eedf6def7cd574ff9b0050a5a7203a702ed13c88d9fbb85b84284ab172ba
libcommons-cli-java_1.3.1-3ubuntu1.debian.tar.xz 4.7 KiB 758519b32c2ca30793c4599af283a767c1ea309d0f3c72bbb215ddbfbad63199
libcommons-cli-java_1.3.1-3ubuntu1.dsc 2.3 KiB 8f533c5bf98bdf6f2e8004f5e92b32c0f0841d146c9b943c582dbd4e9fa44952

Available diffs

View changes file

Binary packages built by this source

libcommons-cli-java: Command line arguments and options parsing library

 The Apache Commons CLI library provides an API for parsing command line options
 passed to programs. It's also able to print help messages detailing the options
 available for a command line tool.
 .
 Commons CLI supports different types of options:
 .
  * POSIX like options (ie. tar -zxvf foo.tar.gz)
  * GNU like long options (ie. du --human-readable --max-depth=1)
  * Java like properties (ie. java -Djava.awt.headless=true Foo)
  * Short options with value attached (ie. gcc -O2 foo.c)
  * long options with single hyphen (ie. ant -projecthelp)