File: control

package info (click to toggle)
pkg-perl-tools 0.51
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 704 kB
  • sloc: perl: 2,793; sh: 2,690; makefile: 135; python: 18
file content (125 lines) | stat: -rw-r--r-- 4,578 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
124
125
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 (>= 11~)
Build-Depends-Indep: dpkg-dev (>= 1.17.0),
                     git,
                     libconfig-model-perl,
                     libdatetime-perl,
                     libdpkg-perl,
                     libfile-slurp-perl,
                     libgit-repository-perl,
                     libgitlab-api-v4-perl,
                     libipc-run-perl,
                     libjson-xs-perl,
                     libmime-lite-perl,
                     libnet-github-perl,
                     libparse-debianchangelog-perl,
                     libparallel-forkmanager-perl (>= 0.7.6),
                     libproc-invokeeditor-perl,
                     librt-client-rest-perl,
                     libsoap-lite-perl,
                     libtest-differences-perl,
                     libtest-exception-perl,
                     libtest-mockmodule-perl,
                     libtest-pod-perl,
                     libtest-spelling-perl,
                     libutf8-all-perl,
                     libwww-mechanize-perl,
                     libyaml-libyaml-perl,
                     lintian (>= 2.5.28~),
                     perl,
                     spell | aspell | ispell | hunspell
Standards-Version: 4.3.0
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,
         dpkg-dev (>= 1.17.0),
         git,
         git-buildpackage,
         libdatetime-perl,
         libdpkg-perl,
         libgit-repository-perl,
         libgitlab-api-v4-perl,
         libipc-run-perl,
         libjson-xs-perl,
         libparse-debianchangelog-perl,
         libproc-invokeeditor-perl,
         librt-client-rest-perl,
         libtry-tiny-perl,
         libutf8-all-perl,
         lintian (>= 2.5.28~),
         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 (>= 0.7.6),
            libsoap-lite-perl,
            libterm-readline-gnu-perl,
            libwww-mechanize-perl,
            libyaml-libyaml-perl,
            lintian (>= 2.5.36~),
            myrepos | mr,
            sensible-utils
Suggests: bc,
          cdbs,
          duck,
          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.
 .
 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
 "LINTIAN_PROFILE=pkg-perl" to your ~/.lintianrc to use them after
 installing this package.

Package: pkg-perl-autopkgtest
Architecture: all
Depends: ${misc:Depends},
         perl
Provides: pkg-perl-autopkgtest-heavy
Description: collection of autopktest 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. /usr/share/doc/pkg-perl-autopkgtest/README.autopkgtest for information on
 the tests and how to tweak them.