File: control

package info (click to toggle)
pkg-perl-tools 0.64
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 700 kB
  • sloc: sh: 2,871; perl: 2,803; makefile: 140; python: 18
file content (123 lines) | stat: -rw-r--r-- 4,841 bytes parent folder | download
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
Source: pkg-perl-tools
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>,
           Axel Beckert <abe@debian.org>,
           gregor herrmann <gregoa@debian.org>,
           Salvatore Bonaccorso <carnil@debian.org>,
           Niko Tyni <ntyni@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: git <!nocheck>,
                     libconfig-model-perl <!nocheck>,
                     libdatetime-perl <!nocheck>,
                     libdpkg-perl <!nocheck>,
                     libfile-slurp-perl <!nocheck>,
                     libgit-repository-perl <!nocheck>,
                     libgitlab-api-v4-perl <!nocheck>,
                     libipc-run-perl <!nocheck>,
                     libjson-xs-perl <!nocheck>,
                     libmime-lite-perl <!nocheck>,
                     libnet-github-perl <!nocheck>,
                     libparallel-forkmanager-perl <!nocheck>,
                     libproc-invokeeditor-perl <!nocheck>,
                     librt-client-rest-perl <!nocheck>,
                     libsoap-lite-perl <!nocheck>,
                     libtest-differences-perl <!nocheck>,
                     libtest-exception-perl <!nocheck>,
                     libtest-mockmodule-perl <!nocheck>,
                     libtest-pod-perl <!nocheck>,
                     libtest-spelling-perl <!nocheck>,
                     libutf8-all-perl <!nocheck>,
                     libwww-mechanize-perl <!nocheck>,
                     libyaml-libyaml-perl <!nocheck>,
                     lintian (>= 2.92.0~) <!nocheck>,
                     perl,
                     spell <!nocheck> | aspell <!nocheck> | ispell <!nocheck> | hunspell <!nocheck>
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/pkg-perl-tools
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/pkg-perl-tools.git
Homepage: https://wiki.debian.org/Teams/DebianPerlGroup
Rules-Requires-Root: no

Package: pkg-perl-tools
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         curl,
         debhelper,
         devscripts,
         dh-make-perl,
         git,
         git-buildpackage,
         libdatetime-perl,
         libdpkg-perl,
         libgit-repository-perl,
         libgitlab-api-v4-perl,
         libipc-run-perl,
         libjson-xs-perl,
         libproc-invokeeditor-perl,
         librt-client-rest-perl,
         libtry-tiny-perl,
         libutf8-all-perl,
         lintian (>= 2.92.0~),
         openssh-client | ssh-client,
         pristine-tar,
         quilt
Recommends: autodep8,
            autopkgtest,
            libconfig-model-dpkg-perl,
            libconfig-model-perl,
            libdebian-copyright-perl,
            libfile-slurp-perl,
            libmime-lite-perl,
            libmodule-inspector-perl,
            libnet-github-perl,
            libparallel-forkmanager-perl,
            libsoap-lite-perl,
            libterm-readline-gnu-perl,
            libwww-mechanize-perl,
            libyaml-libyaml-perl,
            myrepos | mr,
            sensible-utils
Suggests: bc,
          cdbs,
          duck,
          lintian-brush,
          moreutils,
          perl-depends,
          python3,
          python3-launchpadlib
Enhances: lintian
Description: collection of tools to aid packaging Perl modules in Debian
 The Debian Perl Group works on packaging Perl modules for Debian. This
 collection contains the tools which help the group with day-to-day work, like
 filing ITPs, forwarding bugs and patches upstream, taking over a package for
 the group, maintaining proper git repository structure and so on. These
 include dpt, bts-retitle, patchedit, and pristine-orig.
 .
 Additionally it depends on, recommends or suggests separately
 packaged tools the Debian Perl Group uses.
 .
 It also includes some Debian Perl Group specific lintian checks. Add
 "profile=pkg-perl" ("LINTIAN_PROFILE=pkg-perl" for lintian versions before
 2.79.0) to your ~/.lintianrc to use them after installing this package.

Package: pkg-perl-autopkgtest
Architecture: all
Depends: ${misc:Depends},
         autodep8 (>= 0.19~),
         perl
Provides: pkg-perl-autopkgtest-heavy
Description: collection of autopkgtest scripts for Perl packages
 This package contains test runners to be used with the autopkgtest
 infrastructure for perl packages.
 .
 Packages using the tests with autopkgtests in this package need to
 depend on it in their debian/tests/control file, not in their
 debian/control file, or can simply set "Testsuite: autopkgtest-pkg-perl"
 in debian/control.
 .
 Cf. https://perl-team.pages.debian.net/autopkgtest.html for information on
 the tests and how to tweak them.