Source: debputy
Section: devel
Priority: optional
Maintainer: Debhelper Maintainers <debhelper@packages.debian.org>
Uploaders: Niels Thykier <niels@thykier.net>,
Build-Depends: debhelper-compat (= 13),
               python3:any,
               python3-colorlog <!pkg.debputy.minimal>,
               python3-debian,
               python3-pytest <!nocheck>,
               python3-ruamel.yaml,
               dh-sequence-single-binary,
#               debputy-plugin-foo,
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: https://salsa.debian.org/debian/debputy
Vcs-Git: https://salsa.debian.org/debian/debputy.git
Vcs-Browser: https://salsa.debian.org/debian/debputy.git

Package: dh-debputy
Architecture: all
Pre-Depends: ${misc:Pre-Depends},
Depends: debhelper,
         python3,
# The colorlog dependency is not necessary for debputy to work.
# However, to have coloring work, we need to use Depends because
# Recommends/Suggests are not resolved for builds and this should
# "just work" for users.
         python3-colorlog <!pkg.debputy.minimal>,
         python3-debian,
         python3-ruamel.yaml,
         ${misc:Depends},
         ${perl:Depends},
Recommends: python3-argcomplete,
Provides: dh-sequence-debputy (= ${binary:Version}),
          dh-sequence-zz-debputy (= ${binary:Version}),
          dh-sequence-installdebputy (= ${binary:Version}),
          debputy-plugin-bash-completion,
Multi-Arch: foreign
Description: Manifest style debian package builder (debhelper integration)
 Package builder that provides a declarative manifest for building debian
 packages.
 .
 This version integrates with the debhelper sequencer dh and will replace
 several of debhelper's tools that are covered by debputy.
 .
 The debputy package builder aims to reduce cognitive load for the packager
 and provide better introspection to packagers, linters and the Debian
 janitor.
