diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/debian/control b/debian/control index b393718..603405f 100644 --- a/debian/control +++ b/debian/control @@ -5,17 +5,18 @@ Maintainer: Debputy Maintainers <debputy@packages.debian.org> Uploaders: Niels Thykier <niels@thykier.net>, Build-Depends: debhelper-compat (= 13), # man-db <pkg.debputy.ci>, + dh-sequence-single-binary, hunspell-en-us <!nocheck>, - python3:any, - python3-colorlog <!pkg.debputy.minimal>, python3-colored <!pkg.debputy.minimal>, + python3-colorlog <!pkg.debputy.minimal>, python3-debian, python3-hunspell <!nocheck>, - python3-pytest <!nocheck>, python3-lsprotocol <!nocheck>, + python3-pytest <!nocheck>, python3-ruamel.yaml, - dh-sequence-single-binary, # debputy-plugin-foo, +# The code was never checked with an older version than 3.11... + python3:any (>= 3.11~), strip-nondeterminism <!nocheck>, Rules-Requires-Root: no Standards-Version: 4.6.2 @@ -27,28 +28,29 @@ Package: dh-debputy Architecture: all Depends: debhelper, man-db <!pkg.debputy.minimal>, - python3, +# The code was never checked with an older version than 3.11... + python3:any (>= 3.11~), # The colors dependencies are 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.no-color>, python3-colored <!pkg.debputy.no-color>, + python3-colorlog <!pkg.debputy.no-color>, python3-debian, python3-ruamel.yaml, strip-nondeterminism, Recommends: python3-argcomplete, Suggests: hunspell-en-us, - python3-pygls, - python3-lsprotocol, python3-hunspell, -Provides: dh-sequence-debputy (= ${binary:Version}), + python3-lsprotocol, + python3-pygls, +Provides: debputy-plugin-gnome, + debputy-plugin-numpy3, + debputy-plugin-perl-openssl, + dh-sequence-debputy (= ${binary:Version}), dh-sequence-installdebputy (= ${binary:Version}), dh-sequence-zz-debputy (= ${binary:Version}), dh-sequence-zz-debputy-rrr (= ${binary:Version}), - debputy-plugin-gnome, - debputy-plugin-numpy3, - debputy-plugin-perl-openssl, Multi-Arch: foreign Description: Manifest style Debian-based package builder (debhelper integration) Package builder that provides a declarative manifest for building Debian-based |