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
|
Source: package-lint-el
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Lev Lamberov <dogsleg@debian.org>,
Xiyue Deng <manphiz@gmail.com>,
Build-Depends: debhelper-compat (= 13),
dh-elpa (>= 2.1.6),
elpa-compat,
elpa-let-alist
Standards-Version: 4.7.2
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-elpa
Homepage: https://github.com/purcell/package-lint
Vcs-Browser: https://salsa.debian.org/emacsen-team/package-lint-el
Vcs-Git: https://salsa.debian.org/emacsen-team/package-lint-el.git
Package: elpa-package-lint
Architecture: all
Depends: ${elpa:Depends},
${misc:Depends}
Recommends: emacs,
elpa-package-lint-flymake
Enhances: emacs
Description: linting library for Elisp package authors
This package provides a linter for the metadata in Emacs Lisp files
which are intended to be packages. Developers can integrate it into
their build process. It provides a list of issues with the package
metadata of a file, e.g. the package dependencies it requires.
Package: elpa-package-lint-flymake
Architecture: all
Depends: ${elpa:Depends},
${misc:Depends}
Recommends: emacs
Enhances: emacs
Description: package-lint Flymake backend
This package provides a package-lint Flymake backend. Flymake is the
built-in Emacs package to support on-the-fly syntax checking. This
library adds support for flymake to `package-lint'.
|