shellcheck 0.6.0-1build1 source package in Ubuntu

Changelog

shellcheck (0.6.0-1build1) eoan; urgency=medium

  * Rebuild against new GHC abi.

 -- Gianfranco Costamagna <email address hidden>  Sat, 07 Sep 2019 17:47:32 +0200

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Eoan
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.6.0.orig.tar.gz 136.9 KiB f6e79fb34d076504176761cc8b7c3f996f8d31bed23250fb1570e32283cd7df6
shellcheck_0.6.0-1build1.debian.tar.xz 4.7 KiB dd73599e273326d2c4e58bea2613ad5597dbd352722be87915b1ee51c847a5f8
shellcheck_0.6.0-1build1.dsc 2.1 KiB 274f9f21b957d67c0d73a99c506340ac42f717a2073e4c6ae969eb1014385854

View changes file

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.