1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: legit
Section: vcs
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: debhelper-compat (= 13),
python3-all,
python3-setuptools,
python3-docutils,
dh-python
Standards-Version: 4.6.0
Homepage: https://github.com/frostming/legit
Vcs-Git: https://salsa.debian.org/python-team/packages/legit.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/legit
Package: legit
Architecture: all
Depends: python3-clint
, python3-git
, 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.
|