summaryrefslogtreecommitdiff
path: root/debian/control
blob: 771bac3166be53c1d3afac4597f495fe15d96ad0 (plain)
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
Source: libdist-zilla-plugin-ourpkgversion-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 (>= 11)
Build-Depends-Indep: libdist-zilla-perl (>= 5.038),
                     libmoose-perl,
                     libmoosex-types-perl-perl,
                     libnamespace-autoclean-perl,
                     libpath-class-perl,
                     libppi-perl,
                     libtest-minimumversion-perl,
                     libtest-perl-critic-perl,
                     libtest-portability-files-perl,
                     libtest-version-perl,
                     perl
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdist-zilla-plugin-ourpkgversion-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdist-zilla-plugin-ourpkgversion-perl.git
Homepage: https://metacpan.org/release/Dist-Zilla-Plugin-OurPkgVersion

Package: libdist-zilla-plugin-ourpkgversion-perl
Architecture: all
Depends: libdist-zilla-perl (>= 5.038),
         libmoose-perl,
         libmoosex-types-perl-perl,
         libnamespace-autoclean-perl,
         libpath-class-perl,
         libppi-perl,
         ${misc:Depends},
         ${perl:Depends}
Description: alternative to DZP::PkgVersion with "our" and no line insertion
 Dist::Zilla::Plugin::OurPkgVersion was created as an alternative to
 Dist::Zilla::Plugin::PkgVersion and uses some code from that module.
 .
 This module is designed to use the more readable format "our $VERSION
 = $version;" as well as to not change then number of lines of code in
 your files, which will keep your repository more in sync with your
 CPAN release. It also allows you slightly more freedom in how you
 specify your version, e.g. better adhere to Perl Best Practices (no
 code before strictures are enabled, etc.)