summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 2611a83147459dc7c6a1acaa4f13964901b4847f (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Source: powerline-gitstatus
Section: python
Priority: optional
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org>
XSBC-Original-Maintainer: Debian Python Team <team+python@tracker.debian.org>
XSBC-Original-Uploaders: Jerome Charaoui <jerome@riseup.net>,
           Samuel Henrique <samueloph@debian.org>
Bugs: mailto:maintainers@lists.progress-linux.org
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 powerline (>= 2.8.3-4progress7u1),
 python3-all,
 python3-powerline,
 python3-setuptools,
Build-Conflicts:
 powerline-gitstatus,
Rules-Requires-Root: no
Standards-Version: 4.6.1
Homepage: https://github.com/jaspernbrouwer/powerline-gitstatus
Vcs-Browser: https://git.progress-linux.org/packages/graograman/powerline-gitstatus
Vcs-Git: https://git.progress-linux.org/packages/graograman/powerline-gitstatus
XSBC-Original-Vcs-Browser: https://salsa.debian.org/python-team/packages/powerline-gitstatus
XSBC-Original-Vcs-Git: https://salsa.debian.org/python-team/packages/powerline-gitstatus.git

Package: powerline-gitstatus
Architecture: all
Depends:
 git,
 powerline ${powerline:Version},
 python3-powerline-gitstatus,
 ${misc:Depends},
Description: Powerline Git segment
 Powerline is a statusline plugin for vim, and provides statuslines and
 prompts for several other applications, including zsh, bash, tmux,
 IPython, Awesome and Qtile.
 .
 This package contains the configuration handling for powerline.

Package: python3-powerline-gitstatus
Architecture: all
Depends:
 python3-powerline ${powerline:Version},
 ${misc:Depends},
 ${python3:Depends},
Description: Powerline Git segment for Python (3.x)
 Powerline is a statusline plugin for vim, and provides statuslines and
 prompts for several other applications, including zsh, bash, tmux,
 IPython, Awesome and Qtile.
 .
 This package contains the Git segment for showing the status of a Git working
 copy for Python 3.x.