File: control

package info (click to toggle)
pkg-components 0.10
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 248 kB
  • sloc: perl: 427; sh: 157; makefile: 16
file content (41 lines) | stat: -rw-r--r-- 1,598 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
Source: pkg-components
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10),
               libmodule-build-perl
Build-Depends-Indep: dh-make-perl (>= 0.77),
                     libdebian-copyright-perl (>= 0.2),
                     libperl6-slurp-perl,
                     libreadonly-perl,
                     libreadonly-xs-perl,
                     libtest-deep-perl,
                     libtest-longstring-perl,
                     libtest-nowarnings-perl,
                     libtest-pod-coverage-perl,
                     libtest-pod-perl,
                     libxml-libxml-perl
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/pkg-components
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/pkg-components.git
Homepage: https://lists.debian.org/debian-devel/2010/09/msg00208.html

Package: pkg-components
Architecture: all
Depends: dh-make-perl (>= 0.77),
         dpkg-dev,
         libdebian-copyright-perl (>= 0.2),
         libperl6-slurp-perl,
         libreadonly-perl,
         libreadonly-xs-perl,
         libxml-libxml-perl,
         make,
         ${misc:Depends},
         ${perl:Depends}
Suggests: devscripts
Description: debhelper tool to help maintain bundles
 Support for additional components in debian/rules
 To be activated one would need to run 'dh --with components $@' and
 also there would have to be a 'debian/components' directory.