File: control

package info (click to toggle)
flycheck 31-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,660 kB
  • sloc: lisp: 11,831; python: 729; makefile: 243; cpp: 23; ruby: 23; ada: 17; f90: 16; xml: 14; erlang: 14; ansic: 12; haskell: 12; sh: 10; php: 9; perl: 7; fortran: 3; sql: 1
file content (56 lines) | stat: -rw-r--r-- 1,716 bytes parent folder | download
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
50
51
52
53
54
55
56
Source: flycheck
Section: lisp
Priority: optional
Maintainer: Debian Emacs addons team <pkg-emacsen-addons@lists.alioth.debian.org>
Uploaders: Denis Danilov <danilovdenis@yandex.ru>
Build-Depends: debhelper-compat (= 12),
 dh-elpa (>= 1.7),
 elpa-buttercup (>= 1.5-2),
 elpa-dash,
 elpa-f,
 elpa-let-alist,
 elpa-seq,
 elpa-shut-up,
 haskell-mode,
 python3-sphinx (>= 1.4.8),
 python-minimal,
Build-Conflicts: python-sphinx
Standards-Version: 4.3.0
Homepage: https://www.flycheck.org/
Vcs-Browser: https://salsa.debian.org/emacsen-team/flycheck
Vcs-Git: https://salsa.debian.org/emacsen-team/flycheck.git
Testsuite: autopkgtest-pkg-elpa

Package: elpa-flycheck
Architecture: all
Depends:
 emacs,
 ${elpa:Depends},
 ${misc:Depends},
Built-Using: ${misc:Built-Using}
Recommends:
 emacs (>= 46.0),
Enhances:
 emacs,
 emacs24,
Suggests: flycheck-doc
Description: modern on-the-fly syntax checking for Emacs
 Flycheck uses various syntax checking and linting tools to
 automatically check the contents of buffers while the user types, and
 reports warnings and errors directly in the buffer, or in an optional
 error list.
 .
 It is intended to replace the older Flymake which is part of Emacs core.

Package: flycheck-doc
Section: doc
Architecture: all
Depends: elpa-flycheck (= ${source:Version}), ${sphinxdoc:Depends}, ${misc:Depends}
Built-Using: ${sphinxdoc:Built-Using}
Description: modern on-the-fly syntax checking for Emacs - documentation
 Flycheck uses various syntax checking and linting tools to
 automatically check the contents of buffers while the user types, and
 reports warnings and errors directly in the buffer, or in an optional
 error list.
 .
 This package includes flycheck's HTML documentation.