File: control

package info (click to toggle)
libdist-zilla-plugin-githubmeta-perl 0.58-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 192 kB
  • sloc: sh: 242; perl: 224; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,541 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
Source: libdist-zilla-plugin-githubmeta-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Axel Beckert <abe@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libdist-zilla-perl,
                     libfile-pushd-perl,
                     libmoose-perl,
                     libmoosex-types-uri-perl,
                     libpath-tiny-perl,
                     libtest-deep-perl,
                     libtry-tiny-perl,
                     perl
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdist-zilla-plugin-githubmeta-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdist-zilla-plugin-githubmeta-perl.git
Homepage: https://metacpan.org/release/Dist-Zilla-Plugin-GithubMeta

Package: libdist-zilla-plugin-githubmeta-perl
Architecture: all
Depends: libdist-zilla-perl,
         libfile-pushd-perl,
         libmoose-perl,
         libmoosex-types-uri-perl,
         libtry-tiny-perl,
         ${misc:Depends},
         ${perl:Depends}
Description: Automatically include GitHub meta information in META.yml
 Dist::Zilla::Plugin::GithubMeta is a Dist::Zilla plugin to include GitHub
 meta information in META.yml.
 .
 It automatically detects if the distribution directory is under git version
 control and whether the origin is a GitHub repository and will set the
 repository and homepage meta in META.yml to the appropriate URLs for GitHub.