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
|
Source: libmodule-install-manifestskip-perl
Section: perl
Priority: optional
Build-Depends: devscripts,
cdbs (>= 0.4.73~),
perl,
debhelper,
dh-buildinfo,
libmodule-manifest-skip-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.3
Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libmodule-install-manifestskip-perl
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-install-manifestskip-perl.git
Homepage: http://search.cpan.org/dist/Module-Install-ManifestSkip/
Package: libmodule-install-manifestskip-perl
Architecture: all
Depends: ${cdbs:Depends},
${misc:Depends},
${perl:Depends}
Recommends: ${cdbs:Recommends}
Suggests: ${cdbs:Suggests}
Description: generate a MANIFEST.SKIP file
Module::Install::ManifestSkip generates a "MANIFEST.SKIP" file for you
(using Module::Manifest::Skip) that contains the common files that
people do not want in their "MANIFEST" files. The SKIP file is
generated each time that you (the module author) run "Makefile.PL".
.
You can add your own custom entries at the top of the "MANIFEST" file.
Just put a blank line after your entries, and they will be left alone.
.
This module also adds 'MANIFEST' to the "clean_files()" list so that
"make clean" will remove your "MANIFEST".
|