Source: zshdb
Maintainer: Iain R. Learmonth <irl@debian.org>
Section: devel
Priority: extra
Build-Depends: debhelper (>= 9),
               dh-python,
               autoconf,
               automake,
               zsh,
               emacs,
               procps,
               python3-all
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/zshdb.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/zshdb.git
Homepage: https://github.com/rocky/zshdb/

Package: zshdb
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         zsh,
         emacsen-common
Description: debugger for Z-Shell scripts
 A zsh script to which arranges for another zsh script to be debugged. zshdb is
 a port of bashdb, a similar debugger for bash scripts, to zsh. The command
 syntax generally follows that of the trepanning debuggers and, more generally,
 GNU debugger gdb.
