File: control

package info (click to toggle)
libdist-zilla-app-command-authordebs-perl 1.01
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 60 kB
  • sloc: perl: 69; makefile: 12
file content (35 lines) | stat: -rw-r--r-- 1,500 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
Source: libdist-zilla-app-command-authordebs-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominique Dumont <dod@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-dist-zilla,
               dh-sequence-dist-zilla,
               libmodule-build-perl,
               libsoftware-license-perl,
               perl
Build-Depends-Indep: dh-make-perl,
                     libdist-zilla-perl,
                     libpath-tiny-perl <!nocheck>,
                     libprobe-perl-perl <!nocheck>,
                     libtest-command-perl <!nocheck>
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdist-zilla-app-command-authordebs-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdist-zilla-app-command-authordebs-perl.git
Rules-Requires-Root: no

Package: libdist-zilla-app-command-authordebs-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         dh-make-perl,
         libdist-zilla-perl
Description: List or install Dist::Zilla authors dependencies as Debian packages
 dzil authordebs uses Dist::Zilla::Util::AuthorDeps to scan the Perl modules
 required to build a Perl module using Dist::Zilla and list the corresponding
 Debian packages.
 .
 With --install option, the required packages are installed with sudo apt-get
 install, so you must have sudo configured properly.