joptsimple 5.0.4-2 source package in Ubuntu

Changelog

joptsimple (5.0.4-2) unstable; urgency=medium

  * Team upload.
  * Added the missing dependency on libmaven-javadoc-plugin-java
  * Removed no-oss-parent.patch
  * Removed no_gitexe.patch
  * Removed maven-bundle-plugin_is_2.5.4.patch
  * Removed the override_dh_auto_clean target in debian/rules

 -- Emmanuel Bourg <email address hidden>  Tue, 12 Sep 2017 09:47:57 +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
Bionic release universe java

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
joptsimple_5.0.4-2.dsc 2.3 KiB 82ab58160d4cbeb42481d600be4977b3e64e307882257d0ca4fd4bdde5434d10
joptsimple_5.0.4.orig.tar.gz 117.6 KiB efb97daa0086a8c0d44877e9247a57cce3342dc5c1ed0f7ab0cf5e1a2b4b6a5b
joptsimple_5.0.4-2.debian.tar.xz 4.5 KiB 5940c8f00bad927af9805c9177cac189abd5638ac733d5e0f55ecba2cab5100b

Available diffs

No changes file available.

Binary packages built by this source

libjoptsimple-java: No summary available for libjoptsimple-java in ubuntu disco.

No description available for libjoptsimple-java in ubuntu disco.

libjoptsimple-java-doc: Command line parsing java library - Documentation

 JOpt Simple is a Java library for parsing command line options, such as
 those you might pass to an invocation of javac.
 .
 In the interest of striving for simplicity, as closely as possible JOpt
 Simple attempts to honor the command line option syntaxes of POSIX
 getopt() and GNU getopt_long() . It also aims to make option parser
 configuration and retrieval of options and their arguments simple and
 expressive, without being overly clever.
 .
 This package contains the javadoc documentation.