checkstyle 7.5.1-2 source package in Ubuntu

Changelog

checkstyle (7.5.1-2) unstable; urgency=medium

  [ Miguel Landaeta ]
  * Team upload.
  * Upload to unstable.
  * Remove myself as uploader. (Closes: #871847)

  [ tony mancill ]
  * Adjust Vcs-Git URL in debian/control
  * Bump Standards-Version to 4.1.3
  * Use debhelper 11

 -- tony mancill <email address hidden>  Sun, 11 Feb 2018 11:03:00 -0800

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
checkstyle_7.5.1-2.dsc 2.4 KiB 9b2ae27f1b13b08a7d562f8f84ed202a0643e05e02c4a4b58f8de5db03b3a6ff
checkstyle_7.5.1.orig.tar.xz 3.1 MiB bf15dc7fcf0c646f215bd7ec402e4a4010a926cc098caa71de97cf0051dab6a3
checkstyle_7.5.1-2.debian.tar.xz 7.5 KiB a16fbbed3a62c113269f15270c5eed1d582987b412c9a7d4d92fc648f43ad2e3

Available diffs

No changes file available.

Binary packages built by this source

checkstyle: checks Java source against a coding standard

 Checkstyle is a development tool to help programmers write Java code that
 adheres to a coding standard. It automates the process of checking Java
 code to spare humans of this boring (but important) task. This makes it
 ideal for projects that want to enforce a coding standard.
 .
 Checkstyle is highly configurable and can be made to support almost any
 coding standard. An example configuration file is supplied supporting the
 Sun Code Conventions.

checkstyle-doc: Documentation for Checkstyle

 Checkstyle is a development tool to help programmers write Java code that
 adheres to a coding standard. It automates the process of checking Java
 code to spare humans of this boring (but important) task. This makes it
 ideal for projects that want to enforce a coding standard.
 .
 Checkstyle is highly configurable and can be made to support almost any
 coding standard. An example configuration file is supplied supporting the
 Sun Code Conventions.
 .
 This package contains the Javadoc files and some examples to illustrate
 how use the Checkstyle tool.