Source: legit
Section: vcs
Priority: optional
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: debhelper-compat (= 12),
	python3-all,
	python3-setuptools,
	python3-docutils,
	dh-python
Standards-Version: 4.5.0
Homepage: https://github.com/frostming/legit
Vcs-Git: https://salsa.debian.org/python-team/applications/legit.git
Vcs-Browser: https://salsa.debian.org/python-team/applications/legit

Package: legit
Architecture: all
Depends: python3-clint (>= 0.2.4)
	, python3-git (>= 0.3.0)
	, python3-crayons
	, python3-pkg-resources
	, ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: Git extension to assist in manipulating branches
 This program provides several commands that help to automate
 certain tasks with Git: seamless branch switching, syncing repository,
 creating and merging branches, manipulating remote branches.