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 27 28 29 30 31 32 33 34 35
|
Source: git-phab
Section: utils
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 12),
dh-sequence-bash-completion,
dh-sequence-python3,
python3-all,
python3-setuptools (>= 0.6.24),
python3-appdirs,
python3-argcomplete,
python3-git,
python3-phabricator,
pre-commit,
# Needed for manpage
asciidoc,
libxml2-utils,
docbook-xml,
xsltproc,
docbook-xsl
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://phabricator.freedesktop.org/diffusion/GITPHAB/
Vcs-Git: https://salsa.debian.org/debian/git-phab.git
Vcs-Browser: https://salsa.debian.org/debian/git-phab
Package: git-phab
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Suggests:
arcanist
Description: Git subcommand to integrate with Phabricator.
Tool to help out pushing Git changes into Phabricator Differential.
|