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 Emacsen Team <debian-emacsen@lists.debian.org>
Uploaders: Denis Danilov <danilovdenis@yandex.ru>
Build-Depends: debhelper-compat (= 13),
dh-elpa (>= 1.7),
elpa-buttercup (>= 1.5-2),
elpa-dash,
elpa-f,
elpa-let-alist,
elpa-seq,
elpa-shut-up,
elpa-haskell-mode,
python3-sphinx (>= 1.4.8),
python3-minimal,
Build-Conflicts: python-sphinx
Standards-Version: 4.5.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
Rules-Requires-Root: no
Package: elpa-flycheck
Architecture: all
Depends:
emacs,
${elpa:Depends},
${misc:Depends},
Built-Using: ${misc:Built-Using}
Recommends:
emacs (>= 46.0),
Enhances:
emacs,
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.
|