File: control

package info (click to toggle)
git-phab 2.9.0~git20170531%2B6877964-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 216 kB
  • sloc: python: 1,624; makefile: 6
file content (35 lines) | stat: -rw-r--r-- 873 bytes parent folder | download | duplicates (2)
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.