Source: shellcheck Maintainer: Debian Haskell Group Uploaders: Helmut Grohne , Samuel Henrique Priority: optional Section: devel Rules-Requires-Root: no Build-Depends: debhelper (>= 10), cdbs, haskell-devscripts (>= 0.13), ghc (>= 8.4.3), ghc-prof, libghc-diff-dev (>= 0.4.0), libghc-diff-dev (<< 0.5), libghc-diff-prof, libghc-quickcheck2-dev (>= 2.14.2), libghc-quickcheck2-dev (<< 2.15), libghc-quickcheck2-prof, libghc-aeson-dev (>= 1.4.0), libghc-aeson-dev (<< 2.2), libghc-aeson-prof, libghc-fgl-dev (>= 5.7.0), libghc-fgl-dev (<< 5.9), libghc-fgl-prof, libghc-regex-tdfa-dev (>= 1.2.0), libghc-regex-tdfa-dev (<< 1.4), libghc-regex-tdfa-prof, libghc-diff-dev, libghc-quickcheck2-dev, libghc-fgl-dev, libghc-regex-tdfa-dev, pandoc, Standards-Version: 4.6.1 Homepage: https://www.shellcheck.net/ Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/shellcheck Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/shellcheck] Package: shellcheck Architecture: any Multi-Arch: foreign Depends: ${shlibs:Depends}, ${misc:Depends}, Description: 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.