Source: tig
Section: vcs
Priority: optional
Maintainer: Lee Garrett <debian@rocketjump.eu>
Uploaders: Sebastian Harl <tokkee@debian.org>
Build-Depends:
  asciidoc (>= 8.4),
  debhelper-compat (= 13),
  docbook-utils,
  dh-exec,
  dpkg-dev (>= 1.14.6),
  libncurses-dev,
  libpcre2-dev,
  libreadline-dev (>= 6.3),
  pkgconf,
  xmlto,
Standards-Version: 4.7.2
Homepage: https://jonas.github.io/tig/
Vcs-Browser: https://salsa.debian.org/debian/tig
Vcs-Git: https://salsa.debian.org/debian/tig.git

Package: tig
Architecture: any
Depends: git (>= 1:1.7.0.4-2~) | git-core (>= 1:1.5.4), ${shlibs:Depends},
 ${misc:Depends}
Enhances: git
Description: ncurses-based text-mode interface for Git
 This package contains a text-mode interface for the version control system
 Git. It may be used to browse the history and contents of a repository.
 .
 The following main features are supported:
  - View revision logs, commit messages, diffstats, diffs, archive trees and
    file contents.
  - Visualize revision graphs.
  - Stage / unstage changes and add untracked files.
  - Merge files.
  - Cherry-pick commits.
 .
 tig may also be used as a pager. It reads input from stdin and colorizes it.
