1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Source: b4
Section: text
Priority: optional
Maintainer: Héctor Orón Martínez <zumbi@debian.org>
Uploaders: Ricardo Ribalda Delgado <ribalda@debian.org>
Build-Depends: debhelper (>= 11),
debhelper-compat (= 13),
dh-python,
dh-sequence-bash-completion,
pybuild-plugin-pyproject,
python3-all,
python3-pytest,
python3-requests,
python3-shtab,
python3-setuptools,
git-filter-repo
Standards-Version: 4.7.2
Homepage: https://git.kernel.org/pub/scm/utils/b4/b4.git
Vcs-Browser: https://salsa.debian.org/debian/b4
Vcs-Git: https://salsa.debian.org/debian/b4.git
Package: b4
Architecture: all
Depends: python3-dkim (>= 1.0.5),
python3-dnspython (>=2.1.0),
python3-requests (>= 2.24.0),
python3-patatt (>= 0.6.3),
git-filter-repo (>= 2.30),
${misc:Depends},
${python3:Depends}
Description: helper utility to work with patches made available via a public-inbox archive
This is a helper utility to work with patches made available via a
public-inbox archive like lore.kernel.org. It is written to make it
easier to participate in a patch-based workflows, like those used in
the Linux kernel development.
.
This package installs the application and library for Python 3.
|