summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 12:39:32 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 12:39:32 +0000
commit001a1b5299cbdcccb7740cce5177d4f36e73281a (patch)
tree61dc94df0b5cfc8f12c1a4c8e14967af20fa4485 /debian/control
parentAdding upstream version 1.3.2. (diff)
downloadpowerline-gitstatus-001a1b5299cbdcccb7740cce5177d4f36e73281a.tar.xz
powerline-gitstatus-001a1b5299cbdcccb7740cce5177d4f36e73281a.zip
Adding debian version 1.3.2-0+deb11u1.debian/1.3.2-0+deb11u1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control52
1 files changed, 52 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..6f3f840
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,52 @@
+Source: powerline-gitstatus
+Section: python
+Priority: optional
+Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
+Uploaders: Jerome Charaoui <jerome@riseup.net>,
+ Samuel Henrique <samueloph@debian.org>
+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.5.0
+Homepage: https://github.com/jaspernbrouwer/powerline-gitstatus
+Vcs-Browser: https://salsa.debian.org/python-team/applications/powerline-gitstatus
+Vcs-Git: https://salsa.debian.org/python-team/applications/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.