summaryrefslogtreecommitdiff
path: root/debian/control
blob: 5e697a2e1b1c51a358f67e710b0e9aa7137219c3 (plain)
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
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,
# Needed for manpage
 asciidoc,
 libxml2-utils,
 docbook-xml,
 xsltproc
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,
 python3-appdirs,
 python3-argcomplete,
 python3-git,
 arcanist
Description: Git subcommand to integrate with Phabricator.
 Tool to help out pushing Git changes into Phabricator Differential.