File: control

package info (click to toggle)
legit 1.2.0.post0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 188 kB
  • sloc: python: 739; makefile: 7
file content (26 lines) | stat: -rw-r--r-- 951 bytes parent folder | download
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: 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.