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
  
     | 
    
      Source: libmodule-install-automanifest-perl
Section: perl
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 libmodule-install-perl,
 perl,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Jonas Smedegaard <dr@jones.dk>,
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmodule-install-automanifest-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmodule-install-automanifest-perl
Homepage: https://metacpan.org/release/Module-Install-AutoManifest
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no
Package: libmodule-install-automanifest-perl
Architecture: all
Depends:
 libmodule-install-perl,
 ${misc:Depends},
 ${perl:Depends},
Description: generate MANIFEST automatically
 The Module::Install::AutoManifest extension adds behavior for automatically
 generating MANIFEST to Module::Install.
 .
 Before 'make distdir', 'make manifest' will be run for you
 automatically. Likewise, 'make distclean' will remove your
 automatically-generated MANIFEST.
 
     |