Source: git-timemachine
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Lev Lamberov <dogsleg@debian.org>
Build-Depends: debhelper (>= 11),
               dh-elpa
Standards-Version: 4.1.5
Homepage: https://gitlab.com/pidu/git-timemachine
Vcs-Browser: https://salsa.debian.org/emacsen-team/git-timemachine
Vcs-Git: https://salsa.debian.org/emacsen-team/git-timemachine.git

Package: elpa-git-timemachine
Architecture: all
Depends: ${elpa:Depends},
         ${misc:Depends}
Recommends: emacs (>= 46.0)
Enhances: emacs,
          emacs25
Description: walk through git revisions of a file
 Emacs mode that helps to walk through git revisions of a file. It can be used
 to browse historic versions of a file with p (previous) and n (next) keys. Also
 one can jump to a particular revision, copy abbreviate or full hash of the
 current revision.
