Source: b4
Section: text
Priority: optional
Maintainer: Héctor Orón Martínez <zumbi@debian.org>
Build-Depends: debhelper (>= 11),
               debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-pytest,
               python3-requests,
               python3-setuptools,
               git-filter-repo
Standards-Version: 4.5.1
Rules-Requires-Root: no
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.
