summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: acd9055aaa21292803aa26c67c1310d163fe529f (plain)
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Source: debputy
Section: devel
Priority: optional
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org>
XSBC-Original-Maintainer: Debputy Maintainers <debputy@packages.debian.org>
XSBC-Original-Uploaders: Niels Thykier <niels@thykier.net>,
Bugs: mailto:maintainers@lists.progress-linux.org
Build-Depends: debhelper-compat (= 13),
#               man-db <pkg.debputy.ci>,
               hunspell-en-us <!nocheck>,
               python3:any,
               python3-colorlog <!pkg.debputy.minimal>,
               python3-colored <!pkg.debputy.minimal>,
               python3-debian,
               python3-hunspell <!nocheck>,
               python3-pytest <!nocheck>,
               python3-lsprotocol <!nocheck>,
               python3-ruamel.yaml,
               dh-sequence-single-binary,
#               debputy-plugin-foo,
               strip-nondeterminism <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: https://salsa.debian.org/debian/debputy
Vcs-Browser: https://git.progress-linux.org/packages/graograman-backports/debputy
Vcs-Git: https://git.progress-linux.org/packages/graograman-backports/debputy
XSBC-Original-Vcs-Browser: https://salsa.debian.org/debian/debputy
XSBC-Original-Vcs-Git: https://salsa.debian.org/debian/debputy.git

Package: dh-debputy
Architecture: all
Depends: debhelper,
         man-db <!pkg.debputy.minimal>,
         python3,
# 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-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}),
          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
 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.