From 38a4353f63924f0734ee6d85efdf848a6d93bc7e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 18:40:17 +0200 Subject: Adding debian version 2.8.3-4. Signed-off-by: Daniel Baumann --- debian/control | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..cddbc54 --- /dev/null +++ b/debian/control @@ -0,0 +1,93 @@ +Source: powerline +Section: shells +Priority: optional +Maintainer: Debian Python Team +Uploaders: Jerome Charaoui , + Samuel Henrique +Build-Depends: + debhelper-compat (= 13), + dh-python, + python3-all, + python3-psutil, + python3-setuptools, + python3-sphinx, + python3-sphinx-rtd-theme, + python3-pexpect, +Rules-Requires-Root: no +Standards-Version: 4.6.1 +Homepage: https://github.com/powerline/powerline +Vcs-Browser: https://salsa.debian.org/python-team/packages/powerline +Vcs-Git: https://salsa.debian.org/python-team/packages/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, + python3-i3ipc, + vim-addon-manager, +Enhances: + awesome, + bash, + i3, + 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}, +Multi-Arch: foreign +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 +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. -- cgit v1.2.3