shellcheck 0.3.7-1 source package in Ubuntu

Changelog

shellcheck (0.3.7-1) unstable; urgency=medium

  * New upstream release.
    + Update make_testsuite_optional.patch.
    + Update Build-Depends regex-compat -> regex-tdfa.
  * Use upstream manual page.
  * Rebuild upstream manual page during build.

 -- Helmut Grohne <email address hidden>  Thu, 30 Apr 2015 21:59:35 +0200

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
Original maintainer:
Debian Haskell Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
shellcheck_0.3.7-1.dsc 2.1 KiB 61f258c207b0732e93abd7bccf695f548b4916cc936413e6a96f9555161599d1
shellcheck_0.3.7.orig.tar.gz 82.1 KiB 417c90eb4e84da67b66f444ae56eab6c6674f80964a9172e4c494e7ad17b97d7
shellcheck_0.3.7-1.debian.tar.xz 13.2 KiB a3fa5897c4590c7b69f691589e8492b325464a9508425df36f8f67a16ad14ece

Available diffs

No changes file available.

Binary packages built by this source

shellcheck: lint tool for shell scripts

 The goals of ShellCheck are:
 .
  * To point out and clarify typical beginner's syntax issues,
    that causes a shell to give cryptic error messages.
 .
  * To point out and clarify typical intermediate level semantic problems,
    that causes a shell to behave strangely and counter-intuitively.
 .
  * To point out subtle caveats, corner cases and pitfalls, that may cause an
    advanced user's otherwise working script to fail under future circumstances.