Source: undercover-el
Section: lisp
Priority: optional
Maintainer: Debian Emacs addons team <pkg-emacsen-addons@lists.alioth.debian.org>
Uploaders: Lev Lamberov <dogsleg@debian.org>
Build-Depends: debhelper (>= 10),
               dh-elpa,
               elpa-dash,
               elpa-s,
               elpa-shut-up
Standards-Version: 4.1.1
Testsuite: autopkgtest-pkg-elpa
Homepage: https://github.com/sviridov/undercover.el
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-emacsen/pkg/undercover-el.git/
Vcs-Git: https://anonscm.debian.org/git/pkg-emacsen/pkg/undercover-el.git

Package: elpa-undercover
Architecture: all
Depends: ${elpa:Depends},
         ${misc:Depends}
Recommends: emacs (>= 46.0)
Enhances: emacs,
          emacs25
Description: test coverage library for Emacs Lisp
 This package provides a test coverage tools for Emacs packages.
 .
 Important notes about undercover.el:
 .
  * it assumes a certain development cycle of your package;
  * it doesn't support test coverage for byte-compiled files;
  * it is based on edebug and may have some issues with macros coverage;
  * it doesn't support Circular Objects.
