Adding debian version 0.10.9-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
a9c588f707
commit
77e95bf22e
7 changed files with 91 additions and 0 deletions
31
debian/control
vendored
Normal file
31
debian/control
vendored
Normal file
|
@ -0,0 +1,31 @@
|
|||
Source: gita
|
||||
Section: utils
|
||||
Priority: optional
|
||||
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
|
||||
Build-Depends:
|
||||
debhelper-compat (= 13),
|
||||
dh-python,
|
||||
help2man,
|
||||
python3-all,
|
||||
python3-setuptools,
|
||||
Rules-Requires-Root: no
|
||||
Standards-Version: 4.5.0
|
||||
Homepage: https://github.com/nosarthur/gita
|
||||
Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/gita
|
||||
Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/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.
|
Loading…
Add table
Add a link
Reference in a new issue