1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: libtest-checkmanifest-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-checkmanifest-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-checkmanifest-perl.git
Homepage: https://metacpan.org/release/Test-CheckManifest
Rules-Requires-Root: no
Package: libtest-checkmanifest-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
Description: module to check if your manifest matches your distribution
Test::CheckManifest is a Perl test module that checks whether the package
manifest matches your distribution. The package manifest must name all files
that come with the distribution. By default, this module searches for a file
named MANIFEST.
|