diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 01:05:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 01:05:28 +0000 |
commit | 4e0c0c4c78869d106d0f629a8c76e520912858c5 (patch) | |
tree | 10c030651ab42bf2411df42e2b7b4aae87e1d568 /debian/control | |
parent | Merging upstream version 0.1.30. (diff) | |
download | debputy-4e0c0c4c78869d106d0f629a8c76e520912858c5.tar.xz debputy-4e0c0c4c78869d106d0f629a8c76e520912858c5.zip |
Adding debian version 0.1.30.debian/0.1.30
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 81 |
1 files changed, 44 insertions, 37 deletions
diff --git a/debian/control b/debian/control index 8810dc8..8ad3b73 100644 --- a/debian/control +++ b/debian/control @@ -2,26 +2,29 @@ Source: debputy Section: devel Priority: optional Maintainer: Debputy Maintainers <debputy@packages.debian.org> -Uploaders: Niels Thykier <niels@thykier.net>, -Build-Depends: debhelper-compat (= 13), +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-colored <!pkg.debputy.minimal>, - python3-colorlog <!pkg.debputy.minimal>, - python3-debian, - python3-hunspell <!nocheck>, - python3-levenshtein <pkg.debputy.ci>, - python3-lsprotocol <!nocheck>, - python3-pygls <!nocheck !pkg.debputy.minimal-tests>, - python3-pytest <!nocheck>, - python3-pytest-cov <pkg.debputy.test-coverage>, - python3-ruyaml, + dh-sequence-single-binary, + hunspell-en-us <!nocheck>, + python3-colored <!pkg.debputy.minimal>, + python3-colorlog <!pkg.debputy.minimal>, + python3-debian, + python3-hunspell <!nocheck>, + python3-levenshtein <pkg.debputy.ci>, + python3-lsprotocol <!nocheck>, + python3-pygls <!nocheck !pkg.debputy.minimal-tests>, + python3-pytest <!nocheck>, + python3-pytest-cov <pkg.debputy.test-coverage>, + python3-ruyaml, # debputy-plugin-foo, # The code was never checked with an older version than 3.11... - python3:any (>= 3.11~), - strip-nondeterminism <!nocheck>, + python3:any (>= 3.11~), + strip-nondeterminism <!nocheck>, Rules-Requires-Root: no +X-Style: black Standards-Version: 4.6.2 Homepage: https://salsa.debian.org/debian/debputy Vcs-Git: https://salsa.debian.org/debian/debputy.git @@ -29,32 +32,36 @@ Vcs-Browser: https://salsa.debian.org/debian/debputy Package: dh-debputy Architecture: all -Depends: debhelper, - man-db <!pkg.debputy.minimal>, +Depends: + debhelper, + man-db <!pkg.debputy.minimal>, # 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-colored <!pkg.debputy.no-color>, - python3-colorlog <!pkg.debputy.no-color>, - python3-debian, - python3-ruyaml, + python3-colored <!pkg.debputy.no-color>, + python3-colorlog <!pkg.debputy.no-color>, + python3-debian, + python3-ruyaml, # The code was never checked with an older version than 3.11... - python3:any (>= 3.11~), - strip-nondeterminism, -Recommends: python3-argcomplete, -Suggests: hunspell-en-us, - python3-hunspell, - python3-levenshtein, - 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}), + python3:any (>= 3.11~), + strip-nondeterminism, +Recommends: + python3-argcomplete, +Suggests: + hunspell-en-us, + python3-hunspell, + python3-levenshtein, + 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}), Multi-Arch: foreign Description: Manifest style Debian-based package builder (debhelper integration) Package builder that provides a declarative manifest for building Debian-based |