File: control

package info (click to toggle)
libdist-zilla-plugin-githubmeta-perl 0.52-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 196 kB
  • ctags: 7
  • sloc: sh: 242; perl: 160; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,445 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
Source: libdist-zilla-plugin-githubmeta-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Axel Beckert <abe@debian.org>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libdist-zilla-perl (>= 4.101582),
                     libmoose-perl (>= 1.07),
                     libmoosex-types-uri-perl (>= 0.03),
                     libtry-tiny-perl,
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdist-zilla-plugin-githubmeta-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdist-zilla-plugin-githubmeta-perl.git
Homepage: https://metacpan.org/release/Dist-Zilla-Plugin-GithubMeta
Testsuite: autopkgtest-pkg-perl

Package: libdist-zilla-plugin-githubmeta-perl
Architecture: all
Depends: libdist-zilla-perl (>= 4.101582),
         libmoose-perl (>= 1.07),
         libmoosex-types-uri-perl (>= 0.03),
         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.