File: control

package info (click to toggle)
powerline 2.7-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,824 kB
  • sloc: python: 22,536; sh: 1,789; ansic: 131; makefile: 74; csh: 51
file content (120 lines) | stat: -rw-r--r-- 3,220 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
Source: powerline
Section: shells
Priority: optional
Maintainer: Jerome Charaoui <jerome@riseup.net>
Build-Depends:
 debhelper (>= 12),
 dh-python,
 python-all (>= 2.7),
 python-psutil,
 python-setuptools,
 python-sphinx,
 python3-all,
 python3-psutil,
 python3-setuptools,
 python3-sphinx,
 python3-sphinx-rtd-theme,
Rules-Requires-Root: no
Standards-Version: 4.3.0
Homepage: https://github.com/powerline/powerline
Vcs-Browser: https://salsa.debian.org/lavamind/powerline
Vcs-Git: https://salsa.debian.org/lavamind/powerline.git

Package: fonts-powerline
Section: fonts
Architecture: all
Multi-arch: foreign
Depends:
 fontconfig,
 ${misc:Depends},
Description: prompt and statusline utility (symbols font)
 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 font which provides symbols used by Powerline. It
 also contains the fontconfig settings that makes these symbols available as
 part of other installed fonts.

Package: powerline
Architecture: any
Depends:
 python3-powerline,
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Recommends:
 fonts-powerline,
Suggests:
 powerline-doc,
 vim-addon-manager,
Enhances:
 awesome,
 bash,
 ipython,
 tmux,
 vim-nox,
 zsh,
Description: prompt and statusline utility
 Powerline is a statusline plugin for vim, and provides statuslines and prompts
 for several other applications, including zsh, bash, tmux, IPython, Awesome and
 Qtile.

Package: powerline-doc
Section: doc
Architecture: all
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Breaks:
 python-powerline-doc (<< 2.6-2~),
Replaces:
 python-powerline-doc (<< 2.6-2~),
Description: prompt and statusline utility (documentation)
 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 HTML documentation, incorporates instructions on how
 to customize Powerline for various applications.

Package: python-powerline
Section: python
Architecture: all
Depends:
 python-psutil,
 ${misc:Depends},
 ${python:Depends},
Suggests:
 powerline-doc,
Description: prompt and statusline utility (Python 2.x module)
 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 Powerline module for Python 2.x.

Package: python-powerline-doc
Section: oldlibs
Architecture: all
Depends:
 powerline-doc,
 ${misc:Depends},
Description: prompt and statusline utility (transitional package)
 This is a transitional package, it can be safely removed.

Package: python3-powerline
Section: python
Architecture: all
Depends:
 python3-psutil,
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 powerline-doc,
Description: prompt and statusline utility (Python 3.x module)
 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 Powerline module for Python 3.x.