The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

dpkg-scanpmpackages - creates PerlPackages index from .deb files

SYNOPSIS

        dpkg-scanpmpackages [repository_folder]
        
                --blacklist=comma,separated,package,names
                        optional - packages that should not be indexed
                --pool-url=http://ftp.cz.debian.org/debian/
                    optional - an url to fetch missing .deb files from
                --cleanup-deb
                    optional - when set will remove .deb file after it was processed

DESCRIPTION

Finds all Packages.bz2 and for all *.deb files listed there indexes the Perl modules files *.pm creating PerlPackages.bz2 file in the same folder.

AUTHOR

Jozef Kutej

COPYRIGHT

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.