File: control

package info (click to toggle)
shellcheck 0.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,052 kB
  • sloc: haskell: 15,964; sh: 59; makefile: 15
file content (49 lines) | stat: -rw-r--r-- 1,621 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Source: shellcheck
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Helmut Grohne <helmut@subdivi.de>,
           Samuel Henrique <samueloph@debian.org>
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 (<< 1.1),
 libghc-diff-prof,
 libghc-quickcheck2-dev (>= 2.14.2),
 libghc-quickcheck2-dev (<< 2.17),
 libghc-quickcheck2-prof,
 libghc-aeson-dev (>= 1.4.0),
 libghc-aeson-dev (<< 2.3),
 libghc-aeson-prof,
 libghc-fgl-dev (>= 5.8.1.1),
 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,
 pandoc,
Standards-Version: 4.7.0
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.