Source: magit-todos
Section: vcs
Maintainer: openKylin Developers <packaging@lists.openkylin.top>
Uploaders: Lev Lamberov <dogsleg@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-elpa
Standards-Version: 4.7.3
Homepage: https://github.com/alphapapa/magit-todos
Vcs-Browser: https://salsa.debian.org/emacsen-team/magit-todos
Vcs-Git: https://salsa.debian.org/emacsen-team/magit-todos.git

Package: elpa-magit-todos
Architecture: all
Depends: ${elpa:Depends},
         ${misc:Depends},
Recommends: emacs,
            git | ripgrep
Enhances: emacs
Description: show source file TODOs in Magit
 This package displays keyword entries from source code comments and Org files
 in the Magit status buffer.  Activating an item jumps to it in its file.  By
 default, it uses keywords from `hl-todo', minus a few (like "NOTE").
