Debbugs::DebArchive
Routines for reading files from Debian archives
- Provided by: libdebbugs-perl (Version: 2.6.0ubuntu1)
- Source: debbugs
- Report a bug
Routines for reading files from Debian archives
use Debbugs::DebArchive;
read_packages('/srv/mirrors/ftp.debian.org/ftp/dist',
sub { print map {qq($_\n)} @_ },
Term::ProgressBar->new(),
);
This module implements a set of routines for reading Packages.gz, Sources.gz and Release files from the dists directory of a Debian archive.
None known.
read_release_file('stable/Release')
Reads a Debian release file and returns a hashref of information about the release file, including the Packages and Sources files for that distribution
read_packages($dist_dir,$callback,$progress)