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: git-cola
Section: vcs
Priority: optional
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Build-Depends: debhelper-compat (= 13), dh-python, pybuild-plugin-pyproject
Build-Depends-Indep: python3, python3-setuptools-scm,
python3-qtpy-pyqt6, python3-sphinx,
rsync, git-core, gettext, asciidoc, xmlto
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://git-cola.github.io/
#Vcs-Git: git://git.debian.org/git/collab-maint/git-cola.git
#Vcs-Browser: http://git.debian.org/?p=collab-maint/git-cola.git
Package: git-cola
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-polib, python3-qtpy-pyqt6, git-core, libjs-jquery, libjs-underscore
Recommends: gitk, xxdiff, tclsh
Suggests: python3-notify2
Description: highly caffeinated git GUI
Git-cola is a git GUI optimized for working with the git index.
.
Git-cola can compare arbitrary commits using standard merge tools.
With it you can search commit messages, content, authors, paths,
data ranges etc. and it makes it easy to interactively edit the
index.
|