From 688b9b1f030db3c191ca4a86008a71f5f747b50f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 19 Aug 2020 05:58:01 +0200 Subject: Adding debian version 0.10.9-1. Signed-off-by: Daniel Baumann --- debian/control | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..152f1fa --- /dev/null +++ b/debian/control @@ -0,0 +1,31 @@ +Source: gita +Section: utils +Priority: optional +Maintainer: Daniel Baumann +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. -- cgit v1.2.3