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
|
Source: git-phab
Section: utils
Priority: extra
Maintainer: Héctor Orón Martínez <zumbi@debian.org>
Uploaders: Andrew Shadura <andrewsh@debian.org>
Build-Depends: debhelper (>= 9),
bash-completion,
dh-python,
python3-all,
python3-setuptools (>= 0.6.24),
# Needed for manpage
asciidoc,
libxml2-utils,
docbook-xml,
xsltproc,
docbook-xsl
Standards-Version: 3.9.8
Homepage: https://phabricator.freedesktop.org/diffusion/GITPHAB/
Vcs-Git: https://anonscm.debian.org/git/collab-maint/git-phab.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/git-phab.git
Package: git-phab
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
python3-appdirs,
python3-argcomplete,
python3-git,
python3-phabricator,
Suggests:
arcanist
Description: Git subcommand to integrate with Phabricator.
Tool to help out pushing Git changes into Phabricator Differential.
|