From 825a01335387de4efac17881048279ddce02117b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 18:42:27 +0200 Subject: Adding debian version 1.3.2-1. Signed-off-by: Daniel Baumann --- debian/control | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..39f849d --- /dev/null +++ b/debian/control @@ -0,0 +1,48 @@ +Source: powerline-gitstatus +Section: python +Priority: optional +Maintainer: Debian Python Team +Uploaders: Jerome Charaoui , + Samuel Henrique +Build-Depends: + debhelper-compat (= 13), + dh-python, + powerline (>= 2.6), + 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://salsa.debian.org/python-team/packages/powerline-gitstatus +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. -- cgit v1.2.3