1
0
Fork 0
gita/debian/control
Daniel Baumann 533f657304
Updating to standards version 4.7.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-03-04 08:36:12 +01:00

31 lines
851 B
Text

Source: gita
Section: utils
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-setuptools,
python3-yaml,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/nosarthur/gita
Vcs-Browser: https://forgejo.debian.net/git/gita
Vcs-Git: https://forgejo.debian.net/git/gita
Package: gita
Section: utils
Architecture: all
Depends:
git,
${misc:Depends},
${python3:Depends},
Description: Manage many git repos
Gita is a command-line tool to manage multiple git repos:
.
* display the status of multiple Git repos such as branch, modification,
commit message side by side
* (batch) delegate git commands/aliases from any working directory
.
If several repos are related, Gita helps to see their status together too.