jcommander 1.71-1 source package in Ubuntu

Changelog

jcommander (1.71-1) unstable; urgency=medium

  * New upstream release
  * Update to debhelper level 11
  * Update Standards-Version 4.1.3
    * Use HTTPS for VCS URLs
  * d/copyright: Use HTTPS URLs
  * Update d/watch
  * Relocate artifact: Change the version from "1.x" to "debian"
  * Switch to build using Gradle (following upstream's decision)
  * Adopt this package
    * Add myself to Uploaders
    * Remove Sylvestre Ledru from Uploaders (Closes: #886553)

 -- Kai-Chung Yan (殷啟聰) <email address hidden>  Thu, 15 Feb 2018 08:40:37 +0800

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

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jcommander_1.71-1.dsc 2.1 KiB 4c4a881d988da732d07824b08bac1717f2644190bf32abd90a8fb4d37594d9b7
jcommander_1.71.orig.tar.xz 76.1 KiB 76042dd8287e3feaae3693967aecc59dcb84475546b3dc87741c4ea3e0516071
jcommander_1.71-1.debian.tar.xz 3.3 KiB a94cb9533abb75663406d24f798e545d24bceb7b8cc95ea720c93d75d8d593df

Available diffs

No changes file available.

Binary packages built by this source

libjcommander-java: Java framework for parsing command line parameters

 JCommander is a Java framework to parse command line options with annotations.
 The command line options are defined by annotating the fields of a Java class
 and the parser populates the fields automatically.

libjcommander-java-doc: Java framework for parsing command line parameters (documentation)

 JCommander is a Java framework to parse command line options with annotations.
 The command line options are defined by annotating the fields of a Java class
 and the parser populates the fields automatically.
 .
 This package contains the API documentation of libjcommander-java.