91 lines
3.2 KiB
Text
91 lines
3.2 KiB
Text
Source: powerline
|
|
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
|
|
Section: shells
|
|
Priority: optional
|
|
Build-Depends: debhelper-compat (= 13),
|
|
dh-sequence-python3,
|
|
python3-all,
|
|
python3-psutil,
|
|
python3-setuptools,
|
|
python3-sphinx,
|
|
python3-sphinx-rtd-theme,
|
|
python3-pexpect
|
|
Standards-Version: 4.7.0
|
|
Vcs-Browser: https://git.progress-linux.org/horok/powerline
|
|
Vcs-Git: https://git.progress-linux.org/horok/powerline
|
|
XSBC-Original-Vcs-Browser: https://salsa.debian.org/python-team/packages/powerline
|
|
XSBC-Original-Vcs-Git: https://salsa.debian.org/python-team/packages/powerline.git
|
|
Homepage: https://github.com/powerline/powerline
|
|
Rules-Requires-Root: no
|
|
|
|
Package: fonts-powerline
|
|
Architecture: all
|
|
Multi-Arch: foreign
|
|
Section: fonts
|
|
Depends: fontconfig,
|
|
${misc:Depends}
|
|
Provides: fonts-powerline+progress
|
|
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,
|
|
python3-i3ipc,
|
|
vim-addon-manager
|
|
Enhances: awesome,
|
|
i3,
|
|
tmux,
|
|
vim-nox,
|
|
zsh
|
|
Provides: powerline+progress
|
|
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
|
|
Architecture: all
|
|
Multi-Arch: foreign
|
|
Section: doc
|
|
Depends: ${misc:Depends},
|
|
${sphinxdoc:Depends}
|
|
Provides: powerline-doc+progress
|
|
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: python3-powerline
|
|
Architecture: all
|
|
Section: python
|
|
Depends: python3-psutil,
|
|
${misc:Depends},
|
|
${python3:Depends}
|
|
Suggests: powerline-doc
|
|
Provides: python3-powerline+progress
|
|
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.
|