diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 02:05:42 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 02:05:42 +0000 |
commit | 52506cce144537546ffd519c505a9d67d25b284b (patch) | |
tree | 04dae99a61727033fb475f415a1355fefda04641 /debian/control | |
parent | Adding upstream version 1.3.1. (diff) | |
download | powerline-gitstatus-debian/1.3.1-1.tar.xz powerline-gitstatus-debian/1.3.1-1.zip |
Adding debian version 1.3.1-1.debian/1.3.1-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..9386546 --- /dev/null +++ b/debian/control @@ -0,0 +1,52 @@ +Source: powerline-gitstatus +Section: python +Priority: optional +Maintainer: Jerome Charaoui <jerome@riseup.net> +Build-Depends: + debhelper (>= 12), + dh-python, + powerline (>= 2.6), + python-all, + python-setuptools, + python3-all, + python3-powerline, + python3-setuptools, +Build-Conflicts: + powerline-gitstatus, +Rules-Requires-Root: no +Standards-Version: 4.3.0 +Homepage: https://github.com/jaspernbrouwer/powerline-gitstatus +Vcs-Browser: https://salsa.debian.org/lavamind/powerline-gitstatus +Vcs-Git: https://salsa.debian.org/lavamind/powerline-gitstatus.git + +Package: powerline-gitstatus +Architecture: all +Depends: + git, + powerline ${powerline:Version}, + python3-powerline-gitstatus, + ${misc:Depends}, +Built-Using: + ${built-using}, +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}, +Built-Using: + ${built-using}, +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. |