summaryrefslogtreecommitdiff
path: root/debian/control
blob: 5934544592e494a661c0d04c91cae3941845686d (plain)
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
Source: elisp-bug-hunter
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
Standards-Version: 3.9.8
Testsuite: autopkgtest-pkg-elpa
Homepage: https://elpa.gnu.org/packages/bug-hunter.html
Vcs-Browser: https://salsa.debian.org/emacsen/elisp-bug-hunter
Vcs-Git: https://salsa.debian.org/emacsen/elisp-bug-hunter.git

Package: elpa-bug-hunter
Architecture: all
Depends: ${elpa:Depends},
         ${misc:Depends},
         emacsen-common (>= 2.0.8)
Recommends: emacs (>= 46.0)
Enhances: emacs,
          emacs24,
          emacs25
Built-Using: ${misc:Built-Using}
Description: automatically debug and bisect your init.el or .emacs file
 The Bug Hunter is an Emacs library that finds the source of an error
 or unexpected behavior inside an elisp configuration file (typically
 init.el or .emacs). It supports automatic, interactive, and assertion
 bug hunting. Also it is possible to debug literate-style
 configuration files.